how to change the map name

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

lansmozar
Junior Member
Posts: 48
Joined: January 21st, 2009, 6:10 am

how to change the map name

Post by lansmozar »

any one can tell me how to change the map name?
Spoiler:
Outsider Unit 2002
LansMozaR


I have hacked maps, mostly the activator is -mozar<space><space>
To download, visit link
My hacked maps collection: http://www.freewebs.com/lansmozar
User avatar
Ken
Spice Pirate
Posts: 862
Joined: January 29th, 2009, 5:35 pm
Title: LHC
Location: Canada

Re: how to change the map name

Post by Ken »

There are two parts to this.

Required tools (no links, find them yourself):
- MPQMaster
- XVI32 (Or some other hex editor)
- JassCraft (Optional, but makes it easier to deal with war3map.j)

Changing the load screen title.
Spoiler:
1) Using MPQMaster, or some similar program, extract war3map.j from the map.
2) Open it with JassCraft. Hit Control-F, and search for "function config" without the quotation marks. You'll see something like this.

If it DOES NOT have SetMapName("TRIGSTR_XXXX") then replace the string there, quotation marks in tact, to whatever you want, then skip to step 5. Otherwise, follow steps 3 - 4.

3) Use MPQMaster to extract war3map.wts.
4) Open that file in Notepad and find the number after TRIGSTR. In my example, it's 50000. It should look like this. Change that line to whatever you'd like it to be.

5) Use MPQMaster to reinsert war3map.j/.wts into the map, and in the top menu, hit Operation>Compact(Flush).


Changing the map name in lobby (this)
Spoiler:
1) Open the map with XVI32.
2) Starting at the 9th byte, type out the new map name.
3) Save the file.


If you need more clarification on anything, or you're having trouble, send me a PM or something.
Spoiler:
xkiska wrote:BARTIMEAUS is more understandable then u
Senethior459 wrote:Wow, Dream Theatre reminds me of Dragonforce, but with real skill.
Ozzapoo wrote:We laughed, we cried. Trashed.
FatherSpace: You don't find smart chicks hawt?
GeorgeMots: not anymore, im fed up with that kind of girls
FatherSpace: lol
FatherSpace: What happened?
GeorgeMots: most smart girls find out that i date/do/see other girls....
FatherSpace: ...
FatherSpace: So monogamy is your enemy?
Bartimaeus: Hmm, well, I hope my sister hasn't been kidnapped.
FatherSpace: What happened, Bart?
Bartimaeus: She walked out of the house saying that she was going over to some friends, and it's been like two hours, and my mom is trying to get a hold of her, which she's been unable to.
Bartimaeus: I can also hear three car alarms going off.
GeorgeMots: how old is she?
Bartimaeus: I haven't a clue. Probably 17.
UndeadxAssassin: wut
AbusivePie: You don't know how old your sister is?
Bartimaeus: Nope.
UndeadxAssassin: Epic fail
GeorgeMots: is she cute??
Bartimaeus: So, uh, how about you get into the Christmas spirit and put that avatar on before I do it myself and take away your bloody avatar-changin' rights?
UndeadxAssassin: If I thought of a random one...
UndeadxAssassin: Like....
UndeadxAssassin: I'll get back to you on that
lansmozar
Junior Member
Posts: 48
Joined: January 21st, 2009, 6:10 am

Re: how to change the map name

Post by lansmozar »

how can change the map name in here sample below and the loading screen picture
You do not have the required permissions to view the files attached to this post.
Spoiler:
Outsider Unit 2002
LansMozaR


I have hacked maps, mostly the activator is -mozar<space><space>
To download, visit link
My hacked maps collection: http://www.freewebs.com/lansmozar
User avatar
itsonlyaname
Senior Member
Posts: 195
Joined: February 13th, 2008, 5:30 pm

Re: how to change the map name

Post by itsonlyaname »

Just follow the guide FatherSpace posted ?

This is for the name in the game list (where u put the arrow)
FatherSpace wrote:1) Open the map with XVI32.
2) Starting at the 9th byte, type out the new map name.
3) Save the file.
lansmozar
Junior Member
Posts: 48
Joined: January 21st, 2009, 6:10 am

Re: how to change the map name

Post by lansmozar »

where can i get hex editor "XVI32".
Spoiler:
Outsider Unit 2002
LansMozaR


I have hacked maps, mostly the activator is -mozar<space><space>
To download, visit link
My hacked maps collection: http://www.freewebs.com/lansmozar
patrick-the-bomb
Senior Member
Posts: 165
Joined: February 25th, 2008, 2:56 am
Title: Sir Awesome

Re: how to change the map name

Post by patrick-the-bomb »

gooooooooooogle!!!
User avatar
Senethior459
Forum Staff
Posts: 2619
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: how to change the map name

Post by Senethior459 »

We have a copy uploaded to the forum.
http://files.wc3edit.net/download/index.php?f=xvi32.rar
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
lansmozar
Junior Member
Posts: 48
Joined: January 21st, 2009, 6:10 am

Re: how to change the map name

Post by lansmozar »

how to convert the code to text?
Spoiler:
Outsider Unit 2002
LansMozaR


I have hacked maps, mostly the activator is -mozar<space><space>
To download, visit link
My hacked maps collection: http://www.freewebs.com/lansmozar
User avatar
Senethior459
Forum Staff
Posts: 2619
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: how to change the map name

Post by Senethior459 »

XVI32 has two parts to its view, did you notice? The left part shows the bits, in ASCII code numbers, and the right part shows what those bits translate to in plaintext. Just edit the text part on the right, the same way you would edit anything else. Click on the first character you want to change, and either delete the stuff you want to get rid of and type in new stuff, or just turn on overwrite mode and start typing (turning it off, of course, if you're typing more characters than there were originally, so you don't mess up anything: after the title is one character, I think ASCII code 20, which appears as a blank character in the plaintext, and then the author's name, and then the 20-character, and then the description, etc. You don't want to overwrite those parts, just add in the extra characters before the 20-character.)
Also, don't forget that if you add in any extra characters (more than there were before), remove an amount of blank spaces (from between the section of gibberish and text that includes the name, and the letters MPQ, which should be near the bottom of your screen (if you don't scroll anywhere, that is)) equal to the amount of characters you put in. Conversely, if it has less characters than it did before, add an equal amount of blank spaces into that area.
MPQ is supposed to be the 512th character, I believe, so try to keep that true.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
User avatar
crucial07
Junior Member
Posts: 29
Joined: December 7th, 2008, 12:40 pm
Title: •Noob•Hacker•
Location: http://forum.wc3edit.net & • Philippines •

Re: how to change the map name

Post by crucial07 »

thanks for the guide .. it help me a lot ..



thanks ;-)