request for unprotect the w3 user setting map.

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

display_unknown
Newcomer
Posts: 1
Joined: April 8th, 2009, 10:30 pm

request for unprotect the w3 user setting map.

Post by display_unknown »

well i want play some maps on single player as well.
however most of them(ones that i want to play on singleplayer) has protect.
so can anyone tell me how to unprotect this?
[blinking]or just do this for me will be nice[/blinking]
map : Custom Castle Defence.
link : http://www.epicwar.com/maps/83911/
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: request for unprotect the w3 user setting map.

Post by Risen »

So you're asking how to enable singleplayer?

Well I can give you some pointers..

1) Search (CTRL + F In jasscraft ofc) for singleplayer, This should find bj_isSinglePlayer(), This is usually the main anti singleplayer function, Just find the main function to it and delete everything 'till you see the endfunction to it.

2) Search for customdefeat, This should find CustomDefeatBJ() which usually kicks you, delete the actions in that function. (Be careful not to delete the "function something takes nothing returns nothing" or "endfunction")

There's alot more stuff to do, If you need any extra help, Try my tutorial - http://forum.wc3edit.net/map-deprotecti ... 10059.html
Skip to the third 'spoiler' for the singleplayer.
Image
Wanna learn to hack maps? --> Guide
User avatar
Hillo
Forum Staff
Posts: 615
Joined: June 9th, 2008, 9:51 am
Location: Finland

Re: request for unprotect the w3 user setting map.

Post by Hillo »

Follow Risen's instructions or check this topic.
Image
chameleon56
Newcomer
Posts: 7
Joined: April 10th, 2009, 2:28 am

Re: request for unprotect the w3 user setting map.

Post by chameleon56 »

Risen wrote:So you're asking how to enable singleplayer?

Well I can give you some pointers..

1) Search (CTRL + F In jasscraft ofc) for singleplayer, This should find bj_isSinglePlayer(), This is usually the main anti singleplayer function, Just find the main function to it and delete everything 'till you see the endfunction to it.

2) Search for customdefeat, This should find CustomDefeatBJ() which usually kicks you, delete the actions in that function. (Be careful not to delete the "function something takes nothing returns nothing" or "endfunction")

There's alot more stuff to do, If you need any extra help, Try my tutorial - http://forum.wc3edit.net/map-deprotecti ... 10059.html
Skip to the third 'spoiler' for the singleplayer.
Nice tutorial