Game Development Community

FPS to GAME script

by Jeremiah Fulbright · in Technical Issues · 07/22/2002 (1:48 am) · 2 replies

I just spent a lil while moving all Mod changes we have currently in place to a game setup.. so instead of running on top of FPS, its running totally on its own (other than common and editor)...

I am having some script errors show up now, which werent there before.. and I cant find how to fix them..
Specficially relayed to getDatablock and isStatic...

seems these are non-existant..


can somebody tell me if this is something that will have to be changed in the exe/source,, or if there is something I can do.

thanks

#1
07/22/2002 (11:31 am)
Check in your scripts that you removed all hardcoded references to fps/ including in the gui scripts.
#2
07/22/2002 (3:56 pm)
Actually think I did locate it.. I had moved it all to run as game....... yet, I was running shortcut -game blahblah lol...

and i had already changed default for it..

seems to do better now tho