Tools & Editors for GTA 2
GTA 2 is excellent for modding. Rockstar North gave us their tools, with documentation!
Author | Files | Description | |
---|---|---|---|
Map Editor | Rockstar North | .gmp
| The landscape, AI areas and respawn points. |
GMP Optimiser | Delfi | ||
Zone Editor | Delfi | ||
Sty Tool | Delfi | .sty
| Contains textures, sprites, graphics and fonts. |
GXT Editor | Delfi | .gxt
| Compiled message text. |
MISPad | Delfi & Rockstar North | .mis
| Source code for mission scripts. |
(None) | .scr
| Compiled mission script. | |
Notepad | Microsoft | .mmp
| Sets which files are used by each multiplayer level. |
.seq
|
Open a File with Notepad

Many of these formats are text files, they just have a special name.
By default, Windows doesn’t know how to open *.gci
files. Here’s how you tell it:
- Right-click your
nyc.gci
file to get the context menu. - Click Open With and one of these things will happen:
- If a window appears with two options, select Choose a program from the list.
- If it opens a submenu and Notepad is an entry, click that.
- If it opens a submenu but Notepad is not there, click Choose Program at the bottom.
- You should now see an Open With window.
- Find the entry for Notepad in this list and select it.
- Tick the box saying Always use the selected program to open this kind of file.
- Click the OK button.
The file will now open with Notepad! Next time, you can double-click the file and it will open in Notepad straight away.
Change from Notepad to Something Else
Sometimes you don’t want to use Notepad. If the program you want is in the Open With list, you can select it just like you selected Notepad. The instructions are the same.
For programs which are not in the list:
- Go to the Open With list, just like before.
- Double-check the program is not in the list. Maybe you just missed it!
- Click the Browse button.
- Find the
*.exe
file for the editor you want to use. - Select the file and click Open.
- The program should now appear in the list and be selected.
- Tick the box saying Always use the selected program to open this kind of file.
- Click the OK button.
The file will now be opened using the editor you chose. Now the file will open in this editor.
To change the editor again, just repeat these steps but choose a different program.