Go to file
izawartka ca492f1c31 1.5.0 Release tweaks
- Bumped up version number to 1.5.0
- Updated README.md
2026-06-04 17:20:20 +02:00
src 1.5.0 Release tweaks 2026-06-04 17:20:20 +02:00
third_party Initial commit 2025-09-30 15:20:37 +02:00
.gitattributes Initial commit 2025-09-30 15:20:37 +02:00
.gitignore Add ASI build mode 2026-01-14 21:43:58 +01:00
.gitmodules Initial commit 2025-09-30 15:20:37 +02:00
Directory.Build.props Initial code commit 2025-09-30 15:24:22 +02:00
gta2-seuko-mod.sln Add ASI build mode 2026-01-14 21:43:58 +01:00
gta2-seuko-mod.vcxproj Add ToggleFreecamAction 2026-06-03 00:26:13 +02:00
gta2-seuko-mod.vcxproj.filters Add ToggleFreecamAction 2026-06-03 00:26:13 +02:00
gta2-seuko-mod.vcxproj.user Add ASI build mode 2026-01-14 21:43:58 +01:00
GTA2.props Add ASI build mode 2026-01-14 21:43:58 +01:00
README.md 1.5.0 Release tweaks 2026-06-04 17:20:20 +02:00

gta2-seuko-mod

An ultimate mod menu (a.k.a. trainer) for Grand Theft Auto 2.

Video showcase

gta2-seuko-mod

Features

  • Player control (money, health, armor, wanted level, wanted level lock, appearance, invulnerability, respect, multiplier, lives)
  • Teleport
  • Spawning vehicles (selectable model and remap)
  • Current/last vehicle control (physics, invulnerability, remap, fixing damage, turning the engine off, exploding)
  • Advanced game camera position control and 3D camera mode
  • Mouse control (with multiplayer support)
  • Obtaining weapons (selectable ammo count, including vehicle weapons)
  • Obtaining all (handheld) weapons with a single key press
  • Weapon control (ammo count, infinite ammo, fast reload)
  • Obtaining power-ups
  • Quicksaving
  • Custom quick actions on key press
  • Saving and spawning saved vehicles
  • Spawning objects (including power-ups and secret objects cut out from the game)
  • Native cheats (each cheat can be force disabled, force enabled or unmodified to not interfere with cheat codes and registry flags)
  • Configurable menu controls
  • Shadows distance fix
  • Disabling anti-aliasing

Compatibility

  • This mod is mainly intended for GTA2 PC version 11.44
  • The mod should also work with GTA2 PC version 9.6, but this version is not supported
  • Widescreenfix is compatible with this mod, but some texts may be misaligned
  • GTA2 radar also seems to work fine, but expect performance issues, especially when using 3D camera mode

Installation

Standalone version

This version is recommended if you want to use this mod alone without any other mods.

  1. Make sure you have VC++ Redistributables installed
  2. Open the latest release page
  3. Download gta2-seuko-mod-<version>.zip archive
  4. Extract the contents of the downloaded archive to your GTA2 installation folder
  5. Launch the game

ASI version

This version is recommended if you want to use this mod together with other mods using the ASI Loader.

  1. Make sure you have VC++ Redistributables installed
  2. Download and install ASI Loader (Win32 dinput8.dll version) to your GTA2 installation folder
  3. Open the latest release page
  4. Download gta2-seuko-mod-<version>-asi.zip archive
  5. Create scripts folder in your GTA2 installation folder if it doesn't exist
  6. Extract the contents of the downloaded archive to the scripts folder
  7. Launch the game

Basic controls

  • Open/close menu: F11
  • Navigate menu: [ (Left bracket) and ] (Right bracket) keys
  • Select menu item / toggle option: \ (Backslash)

You can modify the controls in Mod menu > Misc > Menu controls section of the menu or reset them by holding F11 for 5 seconds.

Customizable quick actions can be found in Mod menu > Misc > Quick actions section of the menu.

Contact & Support

Building

Requirements:

  • Git
  • Microsoft Visual Studio 2022 or newer
  • GTA2 PC version 11.44

Build steps

  1. Clone the repository

    git clone https://github.com/izawartka/gta2-seuko-mod --recurse-submodules

  2. Open GTA2.props in any text editor and set GTA2_DIR and GTA2_EXE variables to point to your GTA2 installation folder and gta2.exe file respectively.

  3. If you plan to build an ASI version, you'll also need to set GTA2_ASI_DIR and GTA2_ASI_FILENAME variables and install ASI Loader to your GTA2 installation folder (see the Installation section).

  4. Open gta2-seuko-mod.sln in Visual Studio.

  5. Select one of the build configurations - Debug, DebugAsi, Release, ReleaseAsi or ReleaseWithLogging.

  6. Build the solution.

  7. After the build, output files will be automatically copied to your GTA2 installation folder and the game will be launched.

Support

If you like this mod and want to support its development, you can donate via PayPal :)

Known issues

  • Setting large camera height value / low camera zoom value crashes the game
  • Spawning a lot of explosions (i.e., while using Rocket Launcher with Instant reload cheat) may cause the game to crash
  • "Unlock all levels" native cheat does not work. Use "Unlock all levels" option in the misc menu instead
  • Mouse control does not work with Controller configuration
  • Game controls are still active during menu navigation and input
  • Most of the mod's features cause multiplayer games to desync

Please remember that this mod is an experimental project and may cause a lot of unexpected bugs, crashes etc.

Credits

  • Original GTA2 game by DMA Design / Rockstar Games (none of the original game files are included in this project)
  • Mod by izawartka
  • Research support by h0x91b

References

License

You can modify and distribute this mod freely as long as you credit the original authors and provide a link to this repository. You are not allowed to sell this mod or any modified versions of it.