suffersystem
Junior Member
Posts: 3
Threads: 1
Joined: Apr 2012
Reputation:
0
|
I Dont Know What I'm Doing Wrong :c Help?
hey guys, I've got no clue what I'm doing and I've been watching youtube tutorials for making custom stories but it's not working..
i got it to show up in the custom stories main menu but it doesnt open, i get an error msg that says; "FATAL ERROR: Could not load script file 'custom_stories/attempt1/maps/00_attemp1.hps'!' main (1,1) : ERR : Unexpected token '{'"
any kind of help would be appreciated
|
|
04-28-2012, 10:47 PM |
|
jamessnk1
Junior Member
Posts: 37
Threads: 6
Joined: Mar 2012
Reputation:
2
|
RE: I Dont Know What I'm Doing Wrong :c Help?
(04-28-2012, 10:47 PM)suffersystem Wrote: hey guys, I've got no clue what I'm doing and I've been watching youtube tutorials for making custom stories but it's not working..
i got it to show up in the custom stories main menu but it doesnt open, i get an error msg that says; "FATAL ERROR: Could not load script file 'custom_stories/attempt1/maps/00_attemp1.hps'!' main (1,1) : ERR : Unexpected token '{'"
any kind of help would be appreciated Did you create a .hps for the map?
|
|
04-28-2012, 10:55 PM |
|
suffersystem
Junior Member
Posts: 3
Threads: 1
Joined: Apr 2012
Reputation:
0
|
RE: I Dont Know What I'm Doing Wrong :c Help?
(04-28-2012, 10:55 PM)jamessnk1 Wrote: (04-28-2012, 10:47 PM)suffersystem Wrote: hey guys, I've got no clue what I'm doing and I've been watching youtube tutorials for making custom stories but it's not working..
i got it to show up in the custom stories main menu but it doesnt open, i get an error msg that says; "FATAL ERROR: Could not load script file 'custom_stories/attempt1/maps/00_attemp1.hps'!' main (1,1) : ERR : Unexpected token '{'"
any kind of help would be appreciated Did you create a .hps for the map? yeah i followed this one video's instructions. i just typed
"void OnStart ()
{
}"
|
|
04-28-2012, 11:06 PM |
|
MrIcabod123
Junior Member
Posts: 43
Threads: 7
Joined: Jan 2012
Reputation:
0
|
RE: I Dont Know What I'm Doing Wrong :c Help?
(04-28-2012, 11:06 PM)suffersystem Wrote: (04-28-2012, 10:55 PM)jamessnk1 Wrote: (04-28-2012, 10:47 PM)suffersystem Wrote: hey guys, I've got no clue what I'm doing and I've been watching youtube tutorials for making custom stories but it's not working..
i got it to show up in the custom stories main menu but it doesnt open, i get an error msg that says; "FATAL ERROR: Could not load script file 'custom_stories/attempt1/maps/00_attemp1.hps'!' main (1,1) : ERR : Unexpected token '{'"
any kind of help would be appreciated Did you create a .hps for the map? yeah i followed this one video's instructions. i just typed
"void OnStart ()
{
}" take off the space between Start(), like this:
void OnStart()
{
}
|
|
04-28-2012, 11:23 PM |
|
suffersystem
Junior Member
Posts: 3
Threads: 1
Joined: Apr 2012
Reputation:
0
|
RE: I Dont Know What I'm Doing Wrong :c Help?
(04-28-2012, 11:23 PM)MrIcabod123 Wrote: (04-28-2012, 11:06 PM)suffersystem Wrote: (04-28-2012, 10:55 PM)jamessnk1 Wrote: (04-28-2012, 10:47 PM)suffersystem Wrote: hey guys, I've got no clue what I'm doing and I've been watching youtube tutorials for making custom stories but it's not working..
i got it to show up in the custom stories main menu but it doesnt open, i get an error msg that says; "FATAL ERROR: Could not load script file 'custom_stories/attempt1/maps/00_attemp1.hps'!' main (1,1) : ERR : Unexpected token '{'"
any kind of help would be appreciated Did you create a .hps for the map? yeah i followed this one video's instructions. i just typed
"void OnStart ()
{
}" take off the space between Start(), like this:
void OnStart()
{
} it's still saying the same error msg D:
|
|
04-29-2012, 03:45 AM |
|
JetlinerX
Senior Member
Posts: 599
Threads: 49
Joined: Jun 2011
Reputation:
19
|
RE: I Dont Know What I'm Doing Wrong :c Help?
Remove the .hps until you actually have something to code, its not needed to run the map.
|
|
04-29-2012, 04:17 AM |
|
FragdaddyXXL
Member
Posts: 136
Threads: 20
Joined: Apr 2012
Reputation:
7
|
RE: I Dont Know What I'm Doing Wrong :c Help?
Or make sure you save your code before you start up your map again.
|
|
04-29-2012, 11:50 AM |
|
|