Game Development Community

Lightning Scene

by Emerson Gresoski · in Torque Game Engine · 10/25/2007 (2:23 pm) · 10 replies

Hi... When I try to Relight scene, the engine Stop. (This happen in any defaults missions of the Starter.FPS)

I'm using: Athlon x2 - 64 - 4000+, 1 gb ram, ATI-x1650 PRO - 256 mbs - 128 bit.

#1
10/25/2007 (2:54 pm)
Check your console.log file in the example directory to see where it could be erroring out. Perhaps there's a corrupt file in there somewhere.
#2
10/25/2007 (4:06 pm)
Make sure to give it enough time. I have a reasonably fast computer as well and it will take a couple of minutes to relight stronghold. If it is taking longer than that, do as David suggested and check the log file for any error dumps, it wouldn't be unlikely for something to break the lighting.
#3
10/26/2007 (3:05 am)
Here is the last lines of the "Console.log"

//-----------------------------------------------
Synapse Gaming Lighting Pack

Starting scene lighting...
Starting TGE based scene lighting...
Lighting with light #1 (TGE vector light)...
Lighting interior object 1 of 2 (starter.fps/data/interiors/tower/tower.dif)...
Object lighting complete (0.000 seconds)
Lighting object 2 of 2...
Object lighting complete (0.968 seconds)
TGE based scene lighting complete (1.047 seconds)
Starting Synapse Gaming Lighting Pack scene lighting...
#4
10/26/2007 (5:00 am)
In my old computer (AtlhonXp 1700+, Fx5200-128mb, 512 mb ram), this NOT Happen!

When I change the render to DirectX, this is the result:

www.dynamicgames.com.br/images/f1/torquedx.JPG
When I try to get a Screenshot (using the CTRL+P of the engine), this is the Result (In DirectX or OpenGL):

www.dynamicgames.com.br/images/f1/screenshot_torque.png
#5
10/26/2007 (8:01 am)
It seems to be chugging through lighting according to the log.

What version of DX do you have installed? Does it act wonky in GL?
#6
10/26/2007 (9:08 am)
DirectX 9.0c August 2007
#7
10/26/2007 (10:55 am)
Try changing the type to JPG and see what you get. I had the same trouble
a while back and never figured out what it was.

NOTE: I have since upgraded my video card and haven't seen this problem again.
#8
10/26/2007 (2:13 pm)
In JPG format the Screenshots work...

But, one of the my really big problem is the Lightning Scene. I really don't know what can I do.
#9
10/26/2007 (2:16 pm)
Have you tried waiting? As Ross noted, the stronghold mission can take a long time to light. It didn't seem to throw an error to the log. Does it do this in Tutorial.base or just the FPS missions?
#10
10/26/2007 (4:34 pm)
Yes David, I wait for a long time (7 minutes)... With my old computer, the Lightning time was not more than 1 or 2 minutes (with the SAME mission, no changes).

But, now, trying with the Tutorial.base, this error don't occurs... I don't know why, but, I'm happy what this work...

Thanks...