wc3edit.net

United Warcraft 3 map hacking!
It is currently March 28th, 2024, 8:33 pm

All times are UTC




Post new topic Reply to topic  [ 71 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 8  Next
Author Message
PostPosted: July 28th, 2018, 2:27 pm 
Offline
Also Not an Admin, but closer than devoltz
User avatar

Joined: February 14th, 2018, 5:35 am
Posts: 1791
Title: Just Another S.Mod
Function collision, it's common some maps use functions or variables with the same name as JJ's CP. Check this guide to learn how to bypass it:
http://forum.wc3edit.net/deprotection-c ... 34923.html

Also, try to put the endglobals part above the function main as said at step 6.
Quote:
6. Copy the text from endglobals.txt and paste it before the first function that ends with "takes nothing, returns nothing".
Additional note: There are some maps that bug depending on exactly where you put it, so if it bugs I'd recommend you to put in the end of endglobals (check step 7 and put above that function).


Top
 Profile  
 
PostPosted: July 28th, 2018, 3:41 pm 
Offline
Newcomer

Joined: July 23rd, 2018, 12:39 pm
Posts: 9
Thanks will give it another shot!

edit: managed to do it with your advice, thanks alot! shall try adding fukki cp next :)


Top
 Profile  
 
PostPosted: July 29th, 2018, 4:21 pm 
Offline
Also Not an Admin, but closer than devoltz
User avatar

Joined: February 14th, 2018, 5:35 am
Posts: 1791
Title: Just Another S.Mod
You're welcome.


Top
 Profile  
 
PostPosted: September 17th, 2018, 2:22 pm 
Offline
Old Wrinkly Member

Joined: January 27th, 2013, 10:30 am
Posts: 207
Title: Retired Forum Sadist
Wow, its been a long time since I gone to this website.
I didn't know the tutorial would be updated, as the other higher ups/experts had said.
Hearing the "Flushing" topic remembered me with using the Optimizer(if I remembered it correctly...).

I remembered cheating a map with JJCP and using Optimizer (I forgot which Optimizer it is),
there's no topic about it being discussed in this new thread which should have.

I will be looking forward for a more advanced topic of using the programs (Jasscraft/MPQ Editors/etc.) and its entire properties, if you do, maybe 70-80% of the Requester would finally be able to cheat their own maps in a advanced way of thinking.

I forgot to mention this, using Optimizer when your map has JJCP on it-JJCP's sometimes functions/codes is pretty much mixed-in to the map, in short, they became "Trash" and the map may still be playable but the cheats may not be able to function properly. (Because I didn't have knowledge to use it, and there's no advance way of doing/using it, I found it in the Dota Optimization Topic)

P.S. I like the old thread/tutorial/pics much better than the GIFs. I get dizzy looking at them, you should at least slow them down like 50%, if its really for beginners.


Top
 Profile  
 
PostPosted: September 17th, 2018, 7:58 pm 
Offline
Forum Staff
User avatar

Joined: March 23rd, 2016, 8:06 pm
Posts: 3236
DarkFlameMaster wrote:
Wow, its been a long time since I gone to this website.
I didn't know the tutorial would be updated, as the other higher ups/experts had said.
Hearing the "Flushing" topic remembered me with using the Optimizer(if I remembered it correctly...).
Never use flush or compact archive, it can break map.
DarkFlameMaster wrote:
I remembered cheating a map with JJCP and using Optimizer (I forgot which Optimizer it is),
there's no topic about it being discussed in this new thread which should have.
Same as flushing, can break map.
DarkFlameMaster wrote:
I forgot to mention this, using Optimizer when your map has JJCP on it-JJCP's sometimes functions/codes is pretty much mixed-in to the map, in short, they became "Trash" and the map may still be playable but the cheats may not be able to function properly. (Because I didn't have knowledge to use it, and there's no advance way of doing/using it, I found it in the Dota Optimization Topic)
Just use a deobfuscated cheatpack, u can do it with RMPQEx.


Top
 Profile  
 
PostPosted: September 25th, 2018, 6:20 pm 
Offline
Newcomer

Joined: July 8th, 2017, 1:54 am
Posts: 1
Hello everyone, so i've been trying to use this guide to give the map a CP. When i double click the map to select it in game, it will show a black box with the red error sign, no text. Just wondering if you can see what i've messed up?


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: January 2nd, 2019, 11:30 am 
Offline
Forum Staff
User avatar

Joined: March 23rd, 2016, 8:06 pm
Posts: 3236
I noticed a thing about the singlepalyer part nuza, you forgot to add the cache one, i will give a example.
Code:
function singleplayer_example takes nothing returns nothing
if ReloadGameCachesFromDisk () // If that statment equal true, it means the game is on singleplayer.
call DoNothing()
else
call ExecuteFunc("map_triggers")
endif
endfunction
That "ReloadGameCachesFromDisk" is a different way to write "bj_isSinglePlayer" and it's used on some maps that want to confuse not experienced cheaters like Sunken City and The World.


Top
 Profile  
 
PostPosted: January 30th, 2019, 8:52 pm 
Offline
Newcomer

Joined: December 9th, 2018, 11:16 am
Posts: 2
When i get the item list, what i do next to use it in game like ( -spawn XXX )
It's mean like make a cheatpack for the map??
Can you tell me pls


Top
 Profile  
 
PostPosted: January 30th, 2019, 9:12 pm 
Offline
Forum Staff
User avatar

Joined: March 23rd, 2016, 8:06 pm
Posts: 3236
raidevil wrote:
When i get the item list, what i do next to use it in game like ( -spawn XXX )
It's mean like make a cheatpack for the map??
Can you tell me pls
You need a cheatpack with the "-spawn ####" command, JJCP have it.


Top
 Profile  
 
PostPosted: January 30th, 2019, 11:53 pm 
Offline
Also Not an Admin, but closer than devoltz
User avatar

Joined: February 14th, 2018, 5:35 am
Posts: 1791
Title: Just Another S.Mod
raidevil wrote:
When i get the item list, what i do next to use it in game like ( -spawn XXX )
It's mean like make a cheatpack for the map??
Can you tell me pls


+1 for devoltz and:

announces/are-you-new-at-cheating-read-this-t35804.html


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 71 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 8  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO


Privacy Policy Statement
Impressum (German)