Map name is Curse of Time ORPG 2 : POM FOC 0.51B.
The original map downloading link is -> http://epicwar.com/maps/112106/
Here is what I have done. I was adding JJ's CP + SP in it, and I started having problems with enabling SP.
I have no idea what the problem is, so someone please help me.
ok can someone help me with enabling SP
Moderator: Cheaters
-
- Newcomer
- Posts: 23
- Joined: November 1st, 2008, 10:17 am
ok can someone help me with enabling SP
You do not have the required permissions to view the files attached to this post.
-
- Senior Member
- Posts: 152
- Joined: October 5th, 2009, 7:31 am
- Title: Taiwan, Singapore
- Location: Here!? XD
Re: ok can someone help me with enabling SP
Specify what problem on SP? Disabled Save/Load? Can't play Alone? Or?etc....
And here is the war3map.j file with Save/Load enabled. *CARE : NOT TESTED. But it should work.
If it does not works, tell me and i will try to fix it and test it personally.
And here is the war3map.j file with Save/Load enabled. *CARE : NOT TESTED. But it should work.
If it does not works, tell me and i will try to fix it and test it personally.
You do not have the required permissions to view the files attached to this post.
-
- Newcomer
- Posts: 23
- Joined: November 1st, 2008, 10:17 am
Re: ok can someone help me with enabling SP
thx bro ur file works,
yea the problem was enabling save on signeplayer,
and urs worked as i just tried it.
would you mind sharing how you enabled it?
yea the problem was enabling save on signeplayer,
and urs worked as i just tried it.
would you mind sharing how you enabled it?
-
- Senior Member
- Posts: 152
- Joined: October 5th, 2009, 7:31 am
- Title: Taiwan, Singapore
- Location: Here!? XD
Re: ok can someone help me with enabling SP
I advise you change your topic to [SP]"Map Name". To make the topic more tidy.
First, search for '-save' without the ' '. And you will saw these lines.
That is what i did!
First, search for '-save' without the ' '. And you will saw these lines.
So basically, we will search for 'gg_trg_NPS_Save'. Therefore, if you see something like 'call DisableTrigger (gg_trg_NPS_Save)' than change it to 'call DoNothing()' or just simply delete it(I don't recommend you to do this).call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(0), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(1), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(2), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(3), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(4), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(5), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(6), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(7), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(8), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(9), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(10), "-save", true )
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(11), "-save", true )
That is what i did!
-
- Newcomer
- Posts: 23
- Joined: November 1st, 2008, 10:17 am