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/
request for unprotect the w3 user setting map.
Moderator: Cheaters
-
- Newcomer
- Posts: 1
- Joined: April 8th, 2009, 10:30 pm
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
Re: request for unprotect the w3 user setting map.
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.
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.
-
- Forum Staff
- Posts: 615
- Joined: June 9th, 2008, 9:51 am
- Location: Finland
-
- Newcomer
- Posts: 7
- Joined: April 10th, 2009, 2:28 am
Re: request for unprotect the w3 user setting map.
Nice tutorialRisen 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.