Page 4 of 47

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 14th, 2009, 10:13 pm
by jdawg288
yeah i got it but now it says there was an error trying to load the selected map the map was unavailable or corrupted

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 14th, 2009, 10:27 pm
by Risen
That's 'cause the map has protection that crashes MPQMaster, Try looking for MPQEditor in the tools section, And have it use only Storm.dll.

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 14th, 2009, 10:49 pm
by jdawg288
k i have it now what?

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 15th, 2009, 3:14 am
by Risen

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 15th, 2009, 5:38 pm
by Senethior459
Follow the guide the same way you would if you were using MPQMaster, but using Ladik's MPQ Editor instead. The layout is slightly different, but it's close enough that you should be able to figure it out.

And stop doubleposting, jdawg.

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 16th, 2009, 5:23 pm
by Little-SecRet
I Not Know How to Single Player :?:

-*- :(

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 16th, 2009, 9:22 pm
by Risen
Basically (CTRL + F) the jass cript in Jasscraft and search for "singleplayer".

You might come across something like this..

Spoiler:

Code: Select all

function aB takes nothing returns nothing
  if bj_isSinglePlayer == true then//this is what we search for, this tells if it's singleplayer or not.
call CustomDefeatBJ( GetTriggerPlayer(), "Single player is disabled" )
call SomefunctionDisableSave()
endif
endfunction


Basically you turn that code, to this;
Spoiler:

Code: Select all

function aB takes nothing returns nothing
endfunction

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 17th, 2009, 3:42 am
by Little-SecRet
Thx For u : )

XDDD

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 18th, 2009, 7:26 am
by jdawg288
hmm it says "the game was not found"

Re: [Guide] Deprotecting / Inserting a Cheatpack / Enabling SP

Posted: April 18th, 2009, 7:45 am
by snazzy
I have a problem with opening the map after i deprotect it, when i open the map "deprotected" in world edit i get a critical error, do u know why this comes up?
please help