Game Development Community

night/day stuff

by Trevor "PointDestruction" · in Technical Issues · 07/29/2002 (6:01 pm) · 0 replies

hhm .. i've been working on a code to change the fog color and update the change to all the clients in the server ... and i've gotten it to work a little bit .. heres why:


I'm using a console function : %sky.setFogColor(r, g, b); Well, when I do that it DOES change the sky value for the fogcolor .. but I cant' figure out how to make it update to everyone ... I know it's in sky::unpackdata and those functions but what do I enter etc?