Map attached
Would like NZCP
Activator: -easymode<space><space>
I tried to cheat this map myself, for some reason I couldn't open the MPQ file on any version of ladiks mpq editor, Either the editor would crash or the file would show as read only
[NZCP] Zombie defense 0.23p
Moderator: Cheaters
-
- Senior Member
- Posts: 111
- Joined: April 19th, 2009, 3:01 pm
[NZCP] Zombie defense 0.23p
You do not have the required permissions to view the files attached to this post.
-
- Junior Member
- Posts: 41
- Joined: November 30th, 2019, 4:43 pm
Re: [NZCP] Zombie defense 0.23p
Had to remove almost all files in the map , so it maybe wont work properly, didnt check the map.
You do not have the required permissions to view the files attached to this post.
-
- Senior Member
- Posts: 111
- Joined: April 19th, 2009, 3:01 pm
Re: [NZCP] Zombie defense 0.23p
NemesisQ15 wrote:Had to remove almost all files in the map , so it maybe wont work properly, didnt check the map.
Yeah doesn't work map is so broken wc3 crashes when I click on it haha
-
- Junior Member
- Posts: 44
- Joined: August 13th, 2007, 8:52 am
Re: [NZCP] Zombie defense 0.23p
The map is corrupted a little well, have you tried rebuilding the mpq as well realizing how many fake and corrupt files there are?
-
- Senior Member
- Posts: 111
- Joined: April 19th, 2009, 3:01 pm
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [NZCP] Zombie defense 0.23p
Try this one. I can't test because I don't have Reforged.
You do not have the required permissions to view the files attached to this post.
-
- Senior Member
- Posts: 111
- Joined: April 19th, 2009, 3:01 pm
Re: [NZCP] Zombie defense 0.23p
There are some anti single player mechanics in the game.nuzamacuxe wrote:Try this one. I can't test because I don't have Reforged.
First off when the game loads in it shows "Progress will not be saved in single player" This wouldnt normally matter
But almost 1 minute after that, the game auto pauses and shows the defeat screen, prompting you to either "restart, reduce difficulty, load game, quit campaign"
If you click anything other than quit campaign it reappears
Okay I can confirm that its a form of anti-cheat. It only appears whenever I activate the CP
Last edited by cesky! on October 22nd, 2022, 4:04 am, edited 1 time in total.
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [NZCP] Zombie defense 0.23p
I see but SP enabled wasn't requested. At least there are no crashes anymore. : )
-
- Senior Member
- Posts: 111
- Joined: April 19th, 2009, 3:01 pm
Re: [NZCP] Zombie defense 0.23p
nuzamacuxe wrote:I see but SP enabled wasn't requested. At least there are no crashes anymore. : )
Yeah just updated my reply, SP wasn't the issue, map has some form of anti cheat
It force pauses the game and has the defeat/retry menu on top of ur game so you can no longer control your units
If you can share how you bypassed the protection of the map to access the mpq, I can maybe try to figure out the single player myself
Okay I removed all the single player triggers "ISSinglePlayer and NOT ISSinglePlayer And ReloadCache" But im not sure if it changed anytrhing. the single player warning text still appears. I couldn't find any anti cheat triggers, or anything that would be obvious to me.
I tried to change the operator of NZCP commands to . but it didnt work for some reason. (I went in and changed symbol == "-")
Not sure how the anti cheat works.
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [NZCP] Zombie defense 0.23p
Look for CustomDefeatBJ and remove all of them. Give it a try.
Try to host it through Local Area Network instead of Single Player mode.
Seems like you can't just remove that part:
I would change it to like so:
Try to host it through Local Area Network instead of Single Player mode.
Seems like you can't just remove that part:
Code: Select all
if ReloadGameCachesFromDisk() then
set Qj=2
else
set Qj=3
endif
Code: Select all
set Qj=1 or 3