TGEA 1.7.1 water invisible on client
by Jack Stone · in Torque Game Engine Advanced · 02/24/2009 (2:29 pm) · 1 replies
I am running TGEA 1.7.1. I have verified this bug with both a dedicated server and a standard server.
My clients cant seem to see the water when joining a server, but when entering the waterblock, the fog is present, so the waterblock is being created.
I understand this is a known issue, there is a thread here:
http://www.garagegames.com/community/forums/viewthread/76190
With some suggestions, but none of these worked.
The first suggestion, commenting out the two lines in waterblock.cpp, and manually calling setupvbib() results in the game crashing at the end of the function, with this line:
rowOffset += numRows - 1;
I have also tried creating a waterblock on the client, using a commandtoclient, but that didn't work. I think this solution would probably be easiest though, is it possible to avoid the problem by not networking the waterblock? Instead, creating it manually when a client joins?
I would really appreciate some advice from people on how to fix, or workaround this bug.
Thanks, Jack
My clients cant seem to see the water when joining a server, but when entering the waterblock, the fog is present, so the waterblock is being created.
I understand this is a known issue, there is a thread here:
http://www.garagegames.com/community/forums/viewthread/76190
With some suggestions, but none of these worked.
The first suggestion, commenting out the two lines in waterblock.cpp, and manually calling setupvbib() results in the game crashing at the end of the function, with this line:
rowOffset += numRows - 1;
I have also tried creating a waterblock on the client, using a commandtoclient, but that didn't work. I think this solution would probably be easiest though, is it possible to avoid the problem by not networking the waterblock? Instead, creating it manually when a client joins?
I would really appreciate some advice from people on how to fix, or workaround this bug.
Thanks, Jack
Torque 3D Owner Jack Stone