Game Development Community

Chapter 18 - Storm Problems

by Mark Holcomb · in Torque Game Engine · 08/08/2004 (9:15 am) · 3 replies

I wanted to mention that in Chapter 18, I had to go in and modify the file: c:\emaga6\control\server\server.cs file to include the following line.

Exec("./misc/weather.cs");

This line had to be placed in the OnServerCreated function at the top of the file.

Without adding this line the weather.cs file was never loaded and the storm would not function.

Hopefully this will help someone else out.

#1
01/03/2005 (10:23 pm)
Thanks, this has been a good help - had me stumped for some time!

:)
#2
02/25/2006 (8:02 am)
Thanks for this tidbit. I now have rain and lighting. :)
#3
06/23/2009 (11:21 pm)
YOUR MY HERO! LOL :) thanks for the posts