Naming Your Maps

Discuss anything related to Halo 2 Vista here.
Post Reply
northy




Artisan

Posts: 177
Joined: Fri Dec 31, 2004 2:36 am
Location: Australia
Contact:

Naming Your Maps

Post by northy »

I am sick of going online in search of new maps and then getting a maps folder full of maps titled "Halo 2 Level" so map making n00bs listen up.

[Step 1]

Create a .txt file in notepad and save it with the same name as the map folder of your current project to this location =

C:\Program Files\Microsoft Games\Halo 2 Map Editor\data\scenarios\descriptions

Example =

If your map is called 'example' like this
C:\Program Files\Microsoft Games\Halo 2 Map Editor\data\scenarios\multi\example\structure\example.ASS

then your text file would be saved as

C:\Program Files\Microsoft Games\Halo 2 Map Editor\data\scenarios\descriptions\example.txt

make sure to save it as unicode

[Step 2]

Edit your text file and add the following =

Code: Select all

[Strings]
Name= " "
Description= " "
and fill in your map name and description in the appropriate spots (this does not have to match the file name or anything like that)

example =

Code: Select all

[Strings]
Name= "Example"
Description= "This is a just a small example of what you can do as a Halo 2 cartographer!"
[Step 3]

open up your "Halo 2 Map Editor Launcher" and hit the 'text creation' tab and then press the browse button to find your file you just made.

Once done hit compile text.

Did i miss something?
Northy179
Retired Modder (ex Team DeFiance, Team Arbitration, Re-Animators inc)
User avatar
D





Posts: 79
Joined: Fri Feb 17, 2006 11:04 am
Location: Hello

Post by D »

good now mb they will start namin there maps
Your signature was over the size limit. Please read the signature rules.
lordbunson





Posts: 82
Joined: Sun Jul 30, 2006 11:05 am

Post by lordbunson »

Selected file is not unicode!
Argetlam





Posts: 255
Joined: Sat Jun 11, 2005 5:56 am
Location: Look behind you!

Post by Argetlam »

Shouldn't this been in tutorials?
SINERGY





Posts: 26
Joined: Tue Jul 10, 2007 10:14 am
Contact:

Post by SINERGY »

Yea you forgot to mention to change the encoding to unicode when saving the text file.
User avatar
Agent ME




Articulatist 500

Posts: 881
Joined: Tue Jun 21, 2005 6:00 pm
Location: California, USA
Contact:

Post by Agent ME »

No, he mentioned that in bold.
SINERGY





Posts: 26
Joined: Tue Jul 10, 2007 10:14 am
Contact:

Post by SINERGY »

Oh lol got confused because he does all the saving stuff first and then editing second, I do it the other way around.
lordbunson





Posts: 82
Joined: Sun Jul 30, 2006 11:05 am

Post by lordbunson »

Okay, data/scenarios/descriptions is where I put Ramp.txt saved in unicode. data/scenarios/multi/Ramp/structure is where I put Ramp.ass
when I packaged the file, and entered the game it wasn't named ramp. Did I miss something major?

Ramp.txt saved in unicode goes as:
[Strings]
Name= "Ramp"
Description= "Early Ramp testing."

did I miss something? what am I doing wrong.
sorry for my noobishness.
SINERGY





Posts: 26
Joined: Tue Jul 10, 2007 10:14 am
Contact:

Post by SINERGY »

lordbunson wrote:Okay, data/scenarios/descriptions is where I put Ramp.txt saved in unicode. data/scenarios/multi/Ramp/structure is where I put Ramp.ass
when I packaged the file, and entered the game it wasn't named ramp. Did I miss something major?

Ramp.txt saved in unicode goes as:
[Strings]
Name= "Ramp"
Description= "Early Ramp testing."

did I miss something? what am I doing wrong.
sorry for my noobishness.
Did you open up the .scenario file of your map and change the Level Data to your unicode file?
Post Reply