[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= " "
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!"
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?