[JASS] NZCP [EXCLUSIVE FEATURE!]

Cheatpacks and learning how to use them, as well as other guides for manipulating maps.

Moderator: Cheaters

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby nuzamacuxe » October 20th, 2019, 6:26 am

Yes, it's the same copy + paste just like my tutorial tells you. If you still have problems, make a post here:
map-requests-f65/

With the thag [NZCP] and I'll help you. Don't forget to upload the .j file which didn't work.
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
 
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby sci_fi99 » October 20th, 2019, 8:07 am

nuzamacuxe wrote:Yes, it's the same copy + paste just like my tutorial tells you. If you still have problems, make a post here:
map-requests-f65/

With the thag [NZCP] and I'll help you. Don't forget to upload the .j file which didn't work.

Well somehow It work :lol:
So I paste the...
//globals Stuff, under globals
//endglobals, above "function main"
and then
//function main, last line on the function main...

Image

Ps. I relocate the //endglobals stuff just above the function main and It work....
sci_fi99
Newcomer
 
Posts: 7
Joined: May 19th, 2009, 4:58 am

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby nuzamacuxe » October 20th, 2019, 8:29 am

Sorry, I forgot to answer your first question: NZCP is standalone, it doesn't needs any other cheatpack to work. It also works with any other cp, for example, you can put nzcp with fukki + jjcp + fai... there won't be no conflicts.

It's ok like that... but if a map has a lot of functions in "function main" the cheatpack won't work if you put it at last line. So I would recommend you to do like this:

// globals stuff like so:
Spoiler:
Image


// endglobals stuff like so (you did this part right):
Spoiler:
Image


// function main stuff like so:
Spoiler:
Image


NOTE: If the map has a local(s) in function main, put your copied text directly below them.
Spoiler:
ImageImage
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
 
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby sci_fi99 » October 20th, 2019, 9:37 am

This is much Clear!!!, I see my mistake now which is the "endglobals" part :lol:

Thanks a lot this for this Awesome NZCP and your guidance, Father Alexander! :ayeaye:

"Ashes to ashes. Dust to dust. We are nothing, but dust and to dust we shall return. Amen."
sci_fi99
Newcomer
 
Posts: 7
Joined: May 19th, 2009, 4:58 am

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby devoltz » October 20th, 2019, 12:44 pm

Alucard >> Father Alexander.
User avatar
devoltz
Forum Staff
 
Posts: 3289
Joined: March 23rd, 2016, 8:06 pm

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby nuzamacuxe » October 20th, 2019, 4:06 pm

sci_fi99 wrote:This is much Clear!!!, I see my mistake now which is the "endglobals" part :lol:

Thanks a lot this for this Awesome NZCP and your guidance, Father Alexander! :ayeaye:

"Ashes to ashes. Dust to dust. We are nothing, but dust and to dust we shall return. Amen."


hahah, thanks! :thumbsup:

devoltz wrote:Alucard >> Father Alexander.


:joker: :thumbsdown:
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
 
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby nuzamacuxe » November 21st, 2019, 5:00 am

NZCP HAS BEEN UPDATED!

Changes:
- Commands like owner, share and unshare now work with respective player's id (RED PLAYER = 1; BLUE PLAYER = 2...);
- TP command will now teleport all selected units;
- Added ARROW ACTIVATOR (DEFAULT: UUDDLR [CAN BE CHANGED!]);
- Added NAME ACTIVATOR (DEFAULT: nuzamacuxe [CAN BE CHANGED!]);
- Added NOREPLAY COMMAND;
- Some minor code changes.
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
 
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby 3nemy_ » November 22nd, 2019, 8:08 pm

Great work! Everything works flawlessly and can be used interchangeably with other CP's without issues.
However I have to agree with other user that mentioned lack of itemid command. I'll just give an example of why I think this command is important.

There are maps out there with advanced map protection or MPQ corruption methods, mostly Korean maps from what I noticed, you can't extract rawcodes with RMPQEx, or converting map to SLK and extracting ItemString file in MPQ editor or rebuilding MPQ altogether with only w3t file, nothing works.
So how do you find Hex ID of an item if you don't have rawcode list and you also don't know the names of items so -sitem and -citem aren't useful in this scenario, you'd have to use -ritem to spawn random items and then click on them to see their name in order to search with -sitem to find out their Hex ID.

-itemid is not perfect solution but if map is in foreign language then you definitely can't even use -sitem because the item name is in e.g. Korean.

Hopefully my post is clear enough and understandable since I am not highly experienced in cheating.
User avatar
3nemy_
Cheater
 
Posts: 152
Joined: November 21st, 2016, 6:50 pm

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby nuzamacuxe » November 23rd, 2019, 7:22 am

An -itemid command doesn't works like -cunit because an item isn't like a unit and most of korean maps use PG Protection... so I'd recommend you to use this version instead: post202388.html#p202388 - There's a system which I made that helps you to make an item list, you can check it out here: tutorials-cheatpacks-f80/creating-items-in-pg-maps-t36531.html

Anyway, I can do an itemid command if you guys want to.
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
 
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Postby 3nemy_ » November 23rd, 2019, 4:29 pm

I tried your PG cheatpack already before but I am unable to get the rawcodes in the first place by extracting due to some advanced MPQ corruption.
ILM might be the only solution but you have to spawn items to get rawcode list, very time consuming process since this map has 300 unique custom items I believe.
User avatar
3nemy_
Cheater
 
Posts: 152
Joined: November 21st, 2016, 6:50 pm

PreviousNext

Return to Tutorials & Cheatpacks

Who is online

Users browsing this forum: No registered users and 7 guests