Datablock not working
by Lukasz Smaga · in Torque Game Engine · 10/29/2006 (1:28 pm) · 3 replies
Hi
I'm new to the TLK in TGE 1.5 and I have problem. When I want to make new light it doesn't work. I'm going to the light options and chose NEW and naming it whatever. Then I'm making some changes and next I'm going to Mission Objects -> Environment -> sgLightObject and... the list is empty :( Can somebody help me to get to work this ? I can't finde any doc/tutorial about how to make a simple light :(
Cheers, Lucas
I'm new to the TLK in TGE 1.5 and I have problem. When I want to make new light it doesn't work. I'm going to the light options and chose NEW and naming it whatever. Then I'm making some changes and next I'm going to Mission Objects -> Environment -> sgLightObject and... the list is empty :( Can somebody help me to get to work this ? I can't finde any doc/tutorial about how to make a simple light :(
Cheers, Lucas
About the author
#2
10/30/2006 (8:03 am)
If you start a new one you need your own
#3
This script loads the light and filter datablocks.
Also check the console for errors after creating a new light datablock.
10/31/2006 (12:43 am)
Are you using the default mod or creating you own? If you're using a new mode make sure the server game.cs executes:exec("common/server/lightingSystem.cs");This script loads the light and filter datablocks.
Also check the console for errors after creating a new light datablock.
Torque Owner Mark Junior
instead of starting a new