Help on enabling SP + Load. (Link + Uploaded)
Moderator: Cheaters
-
- Newcomer
- Posts: 23
- Joined: November 1st, 2008, 10:17 am
Help on enabling SP + Load. (Link + Uploaded)
Hi folks, w/o any further formalities, ill get on to my point.
I'm trying enable Singleplayer where it works like a "multiplayer" with "multiplayer loadable system",
but this editor of the map kinda got smart and enabled the "singleplayer only save" which differs to what you can load in multiplayer.
I was wondering if anyone could help me with enabling multiplayer loadable SP
with you know, actual changed triggers from the Jasscraft with bit of explanation.
Thanks verymuch.
Also here is a link from epicwar -> http://www.epicwar.com/maps/112673
(incase you can't dl the map I uploaded)
P.S also there is a hidden hero in the trigger set of Jasscraft, known as "darkchaos"
and I was kinda struggling to enable it. can anyone help me with that also?
I'm trying enable Singleplayer where it works like a "multiplayer" with "multiplayer loadable system",
but this editor of the map kinda got smart and enabled the "singleplayer only save" which differs to what you can load in multiplayer.
I was wondering if anyone could help me with enabling multiplayer loadable SP
with you know, actual changed triggers from the Jasscraft with bit of explanation.
Thanks verymuch.
Also here is a link from epicwar -> http://www.epicwar.com/maps/112673
(incase you can't dl the map I uploaded)
P.S also there is a hidden hero in the trigger set of Jasscraft, known as "darkchaos"
and I was kinda struggling to enable it. can anyone help me with that also?
You do not have the required permissions to view the files attached to this post.
-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: Help on enabling SP + Load. (Link + Uploaded)
search for -save then you'll see soemthing like this
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(0), "-save", true )
just keep searching for disabletrigger( gg_trg_nps_save ) and delete them
theres about 20 of those lines.
here's the j file if needed
http://www.mediafire.com/download.php?zhy12b2twhk
call TriggerRegisterPlayerChatEvent( gg_trg_NPS_Save, Player(0), "-save", true )
just keep searching for disabletrigger( gg_trg_nps_save ) and delete them
theres about 20 of those lines.
here's the j file if needed
http://www.mediafire.com/download.php?zhy12b2twhk

League of legends North America - Nietono
-
- Newcomer
- Posts: 23
- Joined: November 1st, 2008, 10:17 am
Re: Help on enabling SP + Load. (Link + Uploaded)
i did.
I replaced all the "call disabletrigger( gg_trg_nps_save )"
with
"call DoNothing()"
and it still showed "singleplayer save enabled"
instead of showing "multiplayer save enabled".
I replaced all the "call disabletrigger( gg_trg_nps_save )"
with
"call DoNothing()"
and it still showed "singleplayer save enabled"
instead of showing "multiplayer save enabled".
-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: Help on enabling SP + Load. (Link + Uploaded)
ok.. just because it says single player save is disabled
doesnt mean it disables save... try typing -save
but if you really want to change it ... search for "TRIGSTR_6816"
and replace it with "|c00FF0000Enabled by Lanaya|r"
doesnt mean it disables save... try typing -save
but if you really want to change it ... search for "TRIGSTR_6816"
and replace it with "|c00FF0000Enabled by Lanaya|r"
Last edited by Lanaya on October 11th, 2009, 10:25 pm, edited 2 times in total.

League of legends North America - Nietono
-
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: Help on enabling SP + Load. (Link + Uploaded)
You dont have to disable the trigger that prevents you from saving. Make it think you play on Multiplayer by changing true to false or vise versa.
-
- Newcomer
- Posts: 23
- Joined: November 1st, 2008, 10:17 am
Re: Help on enabling SP + Load. (Link + Uploaded)
Lanaya im not trying to enable save,,,
The map has 2 different save systems,
the singleplayer save system (which only lets u load when ur playing alone)
and the multiplayer save system (normal multiplayer save system)
and I'm trying to enable multiplayer save system even when I'm playing by myself.
The map has 2 different save systems,
the singleplayer save system (which only lets u load when ur playing alone)
and the multiplayer save system (normal multiplayer save system)
and I'm trying to enable multiplayer save system even when I'm playing by myself.
-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: Help on enabling SP + Load. (Link + Uploaded)
im guessing when you save in singleplayer, it doesnt let you load the code in multiplayer?

League of legends North America - Nietono
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: Help on enabling SP + Load. (Link + Uploaded)
judging by that there were "disabletrigger" for the save trigger. and they were replaced with call DoNothing()tlsdbcjf wrote:Lanaya im not trying to enable save,,,
The map has 2 different save systems,
the singleplayer save system (which only lets u load when ur playing alone)
and the multiplayer save system (normal multiplayer save system)
and I'm trying to enable multiplayer save system even when I'm playing by myself.
u just made the save command not disabled. so it will work. i
if ur goal was to enable the -save system. then i think u just did that.. i dunno maybe there are more protections.. tho i doubt it.
if u want to fool the map thinking ur not on single player it will have nothing to do with what lanaya told u.
so please specify. do u just want -save enabled?
-
- Newcomer
- Posts: 23
- Joined: November 1st, 2008, 10:17 am
Re: Help on enabling SP + Load. (Link + Uploaded)
Exactly.Lanaya wrote:im guessing when you save in singleplayer, it doesnt let you load the code in multiplayer?
enabling -save isnt a problem but this map has 2 save systems where other maps would only have 1.haxorico wrote:judging by that there were "disabletrigger" for the save trigger. and they were replaced with call DoNothing()tlsdbcjf wrote:Lanaya im not trying to enable save,,,
The map has 2 different save systems,
the singleplayer save system (which only lets u load when ur playing alone)
and the multiplayer save system (normal multiplayer save system)
and I'm trying to enable multiplayer save system even when I'm playing by myself.
u just made the save command not disabled. so it will work. i
if ur goal was to enable the -save system. then i think u just did that.. i dunno maybe there are more protections.. tho i doubt it.
if u want to fool the map thinking ur not on single player it will have nothing to do with what lanaya told u.
so please specify. do u just want -save enabled?
and when u save on ur own, it saves u as "singleplayer save" and you can't load that code in multiplayer.
I'm trying to enale that problem. but struggling.
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: Help on enabling SP + Load. (Link + Uploaded)
2 save systems? then lets disable the SP save system. and enable the MP.
u allready enabled the MP save. now delete the inside the function
make it like that and the other function
tell me how it goes...
u allready enabled the MP save. now delete the inside the function
Code: Select all
function Trig_NPS_Disable_Single_Player_Password_Save_Actions takes nothing returns nothing
endfunction
Code: Select all
function InitTrig_NPS_Disable_Single_Player_Password_Save takes nothing returns nothing
endfunction