Is there any easier tut bout enabling SP..?

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: Is there any easier tut bout enabling SP..?

Post by Risen »

Try searching for "abcdef" or something similar, look for the save charmap, usually when it detects it's single player, it'll change the charmap backwards or something
E.G;

Code: Select all

function lala takes nothing returns nothing
if singleplayer == false
set f = abcdefghijklmnopqrstuvwxyz0123456789
else
set f = zyxwvutsrqponmlkjihgfedcba9876543210
endif
endfunction
Image
Wanna learn to hack maps? --> Guide
User avatar
Lanaya
Banned-To-Be
Posts: 1378
Joined: July 28th, 2008, 6:28 pm
Title: Administrator

Re: Is there any easier tut bout enabling SP..?

Post by Lanaya »

lawl.
usually when you dont find the key words its in the wts file
look in the WTS file and search for the key words like this "singleplayer: -save command is disabled."
should look like this

Code: Select all

STRING 5198
{
SINGLEPLAYER:
-save command is DISABLED.

then open the j file with jasscraft and search for "TRIGSTR_5198"
looks like this

Code: Select all

else
call DisplayTimedTextToForce(bj_FORCE_ALL_PLAYERS,30,"TRIGSTR_5198")
set I0000=false
endif

change the false to true and maybe change the "TRIGSTR_5198" to "Thanks, Lanaya activated single player!"
Image
League of legends North America - Nietono
tlsdbcjf
Newcomer
Posts: 23
Joined: November 1st, 2008, 10:17 am

Re: Is there any easier tut bout enabling SP..?

Post by tlsdbcjf »

Lanaya wrote:lawl.

Code: Select all

STRING 5198
{
SINGLEPLAYER:
-save command is DISABLED.

then open the j file with jasscraft and search for "TRIGSTR_5198"
looks like this

Code: Select all

else
call DisplayTimedTextToForce(bj_FORCE_ALL_PLAYERS,30,"TRIGSTR_5198")
set I0000=false
endif

change the false to true and maybe change the "TRIGSTR_5198" to "Thanks, Lanaya activated single player!"


lol Lanaya apparently some files don't have the set I0000=false below the TRIGSTR_5198.
(e.g the one im trying to hack).
User avatar
Lanaya
Banned-To-Be
Posts: 1378
Joined: July 28th, 2008, 6:28 pm
Title: Administrator

Re: Is there any easier tut bout enabling SP..?

Post by Lanaya »

tlsdbcjf wrote:
Lanaya wrote:lawl.

Code: Select all

STRING 5198
{
SINGLEPLAYER:
-save command is DISABLED.

then open the j file with jasscraft and search for "TRIGSTR_5198"
looks like this

Code: Select all

else
call DisplayTimedTextToForce(bj_FORCE_ALL_PLAYERS,30,"TRIGSTR_5198")
set I0000=false
endif

change the false to true and maybe change the "TRIGSTR_5198" to "Thanks, Lanaya activated single player!"


lol Lanaya apparently some files don't have the set I0000=false below the TRIGSTR_5198.
(e.g the one im trying to hack).


wanna post the one you're trying to hack?
Image
League of legends North America - Nietono
tlsdbcjf
Newcomer
Posts: 23
Joined: November 1st, 2008, 10:17 am

Re: Is there any easier tut bout enabling SP..?

Post by tlsdbcjf »

i did hack it
its called
CoT RPG 2 POM FOC 0.47B
and look for TRIGSTR trigger.
User avatar
Lanaya
Banned-To-Be
Posts: 1378
Joined: July 28th, 2008, 6:28 pm
Title: Administrator

Re: Is there any easier tut bout enabling SP..?

Post by Lanaya »

tlsdbcjf wrote:i did hack it
its called
CoT RPG 2 POM FOC 0.47B
and look for TRIGSTR trigger.


ok well this one. cot rpg 2 pom foc 0.47b, is easier.
you can use jj's method by looking for -save
Spoiler:
call TriggerRegisterPlayerChatEvent(iN,Player(0),"-save",true)

then search for disabletrigger(in) and delete the line.

every map is different.

but if you did it the way i posted above, in the wts file it'll say
Spoiler:
STRING 6816
{
Single Player Mode: Save System |c00FF0000Disabled|r
}

when you search TRIGSTR_6816, you'll see this.
Spoiler:
function NFv takes nothing returns nothing
call InitGameCacheBJ("MapName.w3v")
if(SaveGameCache(bj_lastCreatedGameCache))then
call DisableTrigger(iN)
call DisplayTimedTextToForce(bj_FORCE_ALL_PLAYERS,30,"TRIGSTR_6816")
endif
endfunction

delete the line above TRIGSTR_6816, call disabletrigger(in)
keep searching for disabletrigger(in) until you delete them all.

then your map will be SP enabled.

just hacked/enabled sp, http://forum.wc3edit.net/fulfilled-requests-f75/cot-rpg-pom-foc-v0-47b-t14287.html
Image
League of legends North America - Nietono
tlsdbcjf
Newcomer
Posts: 23
Joined: November 1st, 2008, 10:17 am

Re: Is there any easier tut bout enabling SP..?

Post by tlsdbcjf »

cheers Lanaya,
althought i took much annoying and harder way to enable sp
lol. thx anyways.
User avatar
decyper
Junior Member
Posts: 32
Joined: May 31st, 2008, 3:49 pm
Title: Greedy
Location: Manila,Philippines

Re: Is there any easier tut bout enabling SP..?

Post by decyper »

God!!... isnt it easy??.... in the .j file just search Singleplayer then if you u found the function delete the whole thing inside it not! The whole function itself..

Ex: function Fs takes blabla returns blabla
(delete the whole line inside! and leave the the function and the endfunction!)
endfunction
[=ryCgg=]
Senior Member
Posts: 152
Joined: October 5th, 2009, 7:31 am
Title: Taiwan, Singapore
Location: Here!? XD

Re: Is there any easier tut bout enabling SP..?

Post by [=ryCgg=] »

@decyper, not really.

If the function is :

function blah takes nothing return boolean
(If you delete the things inside here than the map not working basically.)
endfunction
User avatar
haxorico
Super Moderator
Posts: 3190
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND

Re: Is there any easier tut bout enabling SP..?

Post by haxorico »

[=ryCgg=] wrote:@decyper, not really.

If the function is :

function blah takes nothing return boolean
(If you delete the things inside here than the map not working basically.)
endfunction

so u dont delete the right stuff..
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?