Game Development Community

Help Using Torque Lighting

by Michael Canty · in Torque Game Engine · 04/30/2007 (3:53 pm) · 1 replies

HI
I am new at this so bare with me. I have TGE 1.5.1. I have crated mission and added objects. I am trying to add lighting and when I add a light then go to the world instpector and click on the dataBlock there are no light type in there. What do i need to do to get this to work?

#1
04/30/2007 (10:37 pm)
You are probably using the base mod, so shove this script in the OnServerCreated() function usually found in game.cs.

exec("common/server/lightingSystem.cs");