arbator177
Junior Member
Posts: 4
Threads: 2
Joined: Jun 2011
Reputation:
0
|
FATAL ERROR: Could not load script file.
Okay, so I've just started really getting into custom map making...I have just started my first map finishing about 3 rooms...but I wanted to make sure it would run properly before I actually continued on with my work. I get this error as something is wrong with my .hps file. all I have in it is:
Void Onstart()
{
}
And I do believe that's all I need to do for it to work. Right? But I keep getting this error...Any ideas?
|
|
06-30-2011, 10:09 PM |
|
plutomaniac
Super Moderator
Posts: 6,368
Threads: 45
Joined: May 2011
Reputation:
183
|
RE: FATAL ERROR: Could not load script file.
thread moved
|
|
06-30-2011, 10:46 PM |
|
Kyle
Posting Freak
Posts: 911
Threads: 36
Joined: Sep 2010
Reputation:
7
|
RE: FATAL ERROR: Could not load script file.
void should be lowercase and Start should be capitalized like this:
void OnStart()
{
}
(This post was last modified: 06-30-2011, 11:19 PM by Kyle.)
|
|
06-30-2011, 11:19 PM |
|
arbator177
Junior Member
Posts: 4
Threads: 2
Joined: Jun 2011
Reputation:
0
|
RE: FATAL ERROR: Could not load script file.
I have done that which got past the first error but got another one.
It's the EXCEPTION_ACCESS_VIOLATION error...and I had that before due to not updated video cards but this is different. Anything I need to post to help give more information?
|
|
07-07-2011, 03:45 AM |
|