Frictional Games Forum (read-only)

Full Version: FATAL ERROR: Could not load script file.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
thread moved
void should be lowercase and Start should be capitalized like this:

void OnStart()
{
}
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?