Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Im FRUSTRATING -.-
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#3
RE: Im FRUSTRATING -.-

Are you making a full conversion? The only script-related ways to crash Amnesia (that I know of) are:

1) breaking joints on doors/levers via BreakJoint() script
2) infinite loops such as for(;Wink or while loops which do not complete

So check your scripts, and make sure you're not doing any of those. Also try creating a global.hps file and place it in your custom story's maps folder. Only reason I mention this is because I've gotten script-related errors in global.hps even when it doesn't exist, which have caused me to crash.

PHP Code: (Select All)
//in your global.hps put
void OnGameStart(){} 

(This post was last modified: 01-23-2012, 09:56 PM by palistov.)
01-23-2012, 09:56 PM
Find


Messages In This Thread
Im FRUSTRATING -.- - by CoReStAtiC - 01-23-2012, 04:40 PM
RE: Im FRUSTRATING -.- - by Statyk - 01-23-2012, 09:37 PM
RE: Im FRUSTRATING -.- - by palistov - 01-23-2012, 09:56 PM
RE: Im FRUSTRATING -.- - by CoReStAtiC - 01-23-2012, 10:40 PM



Users browsing this thread: 1 Guest(s)