Totally Bummed
by Shawn · in Torque Game Engine · 05/04/2001 (7:12 pm) · 13 replies
Well I ran out and bought the game seeing as how we are going to be waiting for the engine. I can not get it to run at all :( It freezes after the Dynamix logo with an unhandled exception c0000005 AT 00447092. I tried the GL setup program and even reinstalled the newest drivers from ASUS on both Win2K and 98, but alas it I am stuck drooling over a game I can not play :( :(
I am running on an AMD ATHLON 1GHz machine with an ASUS V7700 PURE GE-FORCE card. Latest Dx8a installed etc.
HELP !!!
I am running on an AMD ATHLON 1GHz machine with an ASUS V7700 PURE GE-FORCE card. Latest Dx8a installed etc.
HELP !!!
#2
05/04/2001 (8:09 pm)
This is most likely caused by you not having the video codec to play the intro movie. Have you applied all of the patches? I think that if you play the Empire Earth or The Cell movies on the cd then it will download the proper codec for you but don't quote me on that. I know that the patches will fix this problem.
#3
05/04/2001 (8:20 pm)
The intro video runs smooothly, looks like a kick ass game ! Well tribes 1 runs purfectly and the autopatcher did its thing when I installed T2, any other ideas ? Ack.
#4
05/04/2001 (8:59 pm)
Ok I got it to boot up finally, but I had to install it on another machine, change the drivers to D3D window mode then copy it back over. I have never had an OGL problem like this before. Can we get a configuration utility that allows us to pick the mode before entering the game ?
#5
05/04/2001 (10:41 pm)
Thats a good point, there should be an external video setup utility . Or at least have it at then end of the installer
#6
05/07/2001 (2:18 pm)
Well, now it will run online for a time before freezing, but I can not start a LAN game or play the single player missions. It loads up the first glimpse of the scene and exits to the desktop. I see this on the tribes forums as well. Is there any idea on why so many systems are crashing, and why it has a memory leak ? Also how do you start and where do you find the level editor?
#7
05/07/2001 (7:41 pm)
Been a little while since I've done it but to get the mission editor open you can either go to the console (~ key) and type editor.open(); or open a mission up and hit Ctrl-E. It's out on the forums somewhere if I'm wrong =)
#8
05/07/2001 (7:52 pm)
Yep you type editor.open(); which will bring the editor up.
#9
its alt-e
and if that doesnt work then use the ~ key and type in editor.open();
or you can ~ then editor.open();/n that will enable the alt-e to work.
:)
confused yet
05/07/2001 (10:02 pm)
actually ctrl-e doesnt workits alt-e
and if that doesnt work then use the ~ key and type in editor.open();
or you can ~ then editor.open();/n that will enable the alt-e to work.
:)
confused yet
#10
I have to skip it when i get the dynamix logo...
other than that it flies on my machine!
05/07/2001 (11:03 pm)
it hangs on my athalon half way through the intro movie.I have to skip it when i get the dynamix logo...
other than that it flies on my machine!
#11
[edit]
tribes2\gamedata\base\prefs\Clientprefs.cs
$pref::SkipIntro = "1";
that should turn off the intro movie if not try "0" not sure what my current config is
also their is a
$pref::Video::safeModeOn = "1";
i dont know what that does but it might help you at least get into it. I take no responsibility though for any havoc it creates. :)
[/edit]
05/08/2001 (5:57 am)
in misc options(i think) you can turn off the show intro. of course you have to get it running first before you can do that. no i may be wrong wait here for a sec and i'll edit this post after some hunting ;)[edit]
tribes2\gamedata\base\prefs\Clientprefs.cs
$pref::SkipIntro = "1";
that should turn off the intro movie if not try "0" not sure what my current config is
also their is a
$pref::Video::safeModeOn = "1";
i dont know what that does but it might help you at least get into it. I take no responsibility though for any havoc it creates. :)
[/edit]
#12
05/08/2001 (10:48 am)
I knew it was either Ctrl-E or Alt-E but I couldn't remember which one. It is the opposite of what is in the manual that comes with it though =)
#13
http://sierrastudios.com/games/tribes2/memanual.html
This site you may have to start back at tribalwar.com and work forward.
http://www.tribalwar.com/zear/mapeditmain.html
05/08/2001 (11:24 am)
Below are a couple of sites that have info on the map editor.http://sierrastudios.com/games/tribes2/memanual.html
This site you may have to start back at tribalwar.com and work forward.
http://www.tribalwar.com/zear/mapeditmain.html
Daniel Yang