[GUIDE] Rebuilding An MPQ
Moderator: Cheaters
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: [Guide] Advanced Cheating
if you delete a function, then some where in the .j file it is being called or used in some way, and if you delete the function it will cause a syntax error.
If you delete a returned value, then that value probably has a purpose, and that purpose is written in a different function. So then if there is no value, it gets an error.
If you delete a returned value, then that value probably has a purpose, and that purpose is written in a different function. So then if there is no value, it gets an error.
-
- Newcomer
- Posts: 18
- Joined: June 19th, 2010, 2:17 pm
Re: [Guide] Advanced Cheating
so this is the way we can enable single players?
what do we need to look for?
i know there are more..
i've tried Defi4nc3 Open RPG (v0.17B)
http://www.mapgnome.org/map-download/213739
It's quite hard to enable Single Player.. can you make a guide on this map?
I've looked into
http://forum.wc3edit.net/deprotection-c ... 10059.html
where it says
and finally
http://forum.wc3edit.net/deprotection-c ... 16357.html
what do we need to look for?
Code: Select all
PLAYER_SLOT_STATE_PLAYING
customdefeatbj
singleplayer
i've tried Defi4nc3 Open RPG (v0.17B)
http://www.mapgnome.org/map-download/213739
It's quite hard to enable Single Player.. can you make a guide on this map?
I've looked into
http://forum.wc3edit.net/deprotection-c ... 10059.html
where it says
http://forum.wc3edit.net/deprotection-c ... 2197-t5725.Make sure you don't delete the function itself, but delete the functions that relate to "bj_isSinglePlayer".
and finally
http://forum.wc3edit.net/deprotection-c ... 16357.html
tried these ways, not sure which to delete or change to call DoNothing( )The way I activate single player
Note : This doesn't work on highly corrupted maps.
1- Extract the .j file, open it in JassCraft included in the package.
2- Search on the text it gives when you try to save singleplayer
3- Remove all script from the "if" statement to the "endif" statement.
I know this is a 'noob' way of singleplayering a map, but it normally works (for me at least).
-
- Forum Staff
- Posts: 762
- Joined: October 27th, 2009, 12:18 pm
- Location: Australia, GMT+8
Re: [Guide] Advanced Cheating
There are easier ways than to delete or change all the triggers such as looking for triggers that count the number of players
In your map for example
Just change the < to a >. There are others in there but thats the gist of it.
In your map for example
Code: Select all
return(CountPlayersInForceBJ(GetPlayersMatching(Condition(function Trig_Firebolt_Two_Func001001001001)))<2)
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
-
- Forum Staff
- Posts: 321
- Joined: April 17th, 2008, 10:04 pm
- Location: Pittsburgh
Re: [Guide] Advanced Cheating
Umm... Kyoshiro, if you change it from less than to greater than... Single Player would work, but if you tried to play it online with 3 or more people the game would end.
For Info on PCI, Haxorizor, and upcoming project check out:
Team-Pyro's HomePage
Team-Pyro's HomePage
-
- Forum Staff
- Posts: 762
- Joined: October 27th, 2009, 12:18 pm
- Location: Australia, GMT+8
Re: [Guide] Advanced Cheating
Yeah but who'd be hosting the cheated version with sp enabled anyway.
Mostly it'd just be cheat/save code/play on official map. But to fix what pyro touched upon you can change the 2 to a 0.
Mostly it'd just be cheat/save code/play on official map. But to fix what pyro touched upon you can change the 2 to a 0.
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: [Guide] Advanced Cheating
wow? spam much?
next time I see a message that has nothing to do with this post, ill start giving warnings..
This isn't a guide on how to enable single player. Got a question? make your own post.
next time I see a message that has nothing to do with this post, ill start giving warnings..
This isn't a guide on how to enable single player. Got a question? make your own post.
-
- Spice Pirate
- Posts: 862
- Joined: January 29th, 2009, 5:35 pm
- Title: LHC
- Location: Canada
Re: [Guide] Advanced Cheating
Protip: Don't tell people to use MPQ Recover. Instead, use the auto search function of RMPQex, since it's got all the functionality and more.
Spoiler:
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: [Guide] Advanced Cheating
I'm not sure how its all working, yet auto-search at RMPQEx is kinda weird imo. I tried finding files with no listfile and it barely found any. And with MPQRecover it was.. good. It found stuff.
-
- Junior Member
- Posts: 35
- Joined: May 28th, 2008, 9:21 pm
- Title: eruliaF
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: [Guide] Advanced Cheating
I was planning on doing it when Ill get home.. tough things got kinda bad. In a week I should get some time to finish it.