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.
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.
About the author
Torque Owner Craig Gibbons
:)