Skip to content

IshwaranRudhara/Cheat-Menu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Press Left Ctrl + M to open the menu. Doesn't work in multiplayer

Introduction

A mod menu for Grand Theft Auto III, Vice City & San Andreas which allows a large set of modifications/cheats to be applied enabling a much more easier & amusing gameplay. This is NOT intended for use in multiplayer, I won't be responsible for any form of bans. Use it at your own risk!

Get stable binaries from here. Beta binaries are available at the discord server.

Discord Banner 2

Installation

Only these versions of the game is supported. I highly recommand installing the menu on a fresh, non-modded game first.

  • GTA SA v1.0 US Hoodlum
  • GTA VC v1.0 EN
  • GTA III v1.0 EN

If you have those mentioned versions installed follow the steps below,

  1. Install DirectX9, Visual C++ Redistributable 2022 x86 & Ultimate asi loader (Necessary).
  2. Download CheatMenuSA/VC/III.7z and extract everything in game root directory. The CheatMenu folder & .asi file must be placed in the same place.
  3. Install SilentPatch (For GTA III don't install the ddraw.dll component)

For III & VC

  1. Install D3D8to9 wrapper. Sometimes the asi loader blocks d3d8.dll file. Just delete the Globals.ini file and you should be good to go.

Incompatible Mods

GTA SA

  1. ENB/ SA_DirectX 2.0 FIX: Disable Effect/ Enable water
  2. MSI Afterburner FIX: Enable Stealth mode in rivatuner
  3. GTA Underground

GTA III

  1. SilentPatch ddraw.dll component. FIX: Delete ddraw.dll file for now

Let me know if you mind more.

Things to do on crash

  1. Delete the CheatMenuXX.toml config file and try again.
  2. If it's happening after installing a recent mod try removing it.
  3. Try on a fresh installation of the game.
  4. If still doesn't fix your issue, go ahead and report it.

Crash reports/ Bug reports

Install Crash info & reproduce your crash. When reporting the crash upload the crashinfo logfile with it. Explain how to reproduce the crash in details. Also include,

  • Game version
  • Menu version
  • List of mods installed

You can either open a issue here or directly contact me on discord (Recommended).

Images

Show Images

Submit Translations

How to translate Cheat Menu to another language

The translations are loaded from CheatMenuXX/locale/*.toml files. Make a copy of the English.toml file and translate the texts there to your language. Rename the file to your_language.toml and make a pull request.

If you're language isn't supported ( Appears ??? in the menu. Check here for supported languages), open a issue asking for support.

Required to build

  1. Build Tools 2022
  2. DirectX9 SDK
  3. Plugin SDK
  4. Premake5 - Comes with already.

Projects used

  1. ImGui
  2. Kiero
  3. MinHook
  4. Plugin SDK

All credits are given in Menu/About tab.

How to add ___ to CheatMenu (SA Only)

Use Magic TXD to open .txd files

Player Skins (Recommended)

If you just want more player skins without much hassel use this

  1. Install Modloader.
  2. Get your skin .dff & .txd files and put them inside *modloader\Custom Skins* directory.
  3. Rename your dff & txd filenames to less than 8 characters. Having more than 8 characters will crash your game. Note: After installing, don't rename or delete files while your game is running. It'll crash!

Peds + Player Skins

If you want to add both peds & skin then follow this

  1. Add peds to your game following a tutorial.
  2. Then create a image of your ped and put it in CheatMenuXX\peds.txd.
  3. The image name should be the model name of the ped.
  4. Open this file CheatMenuXX\data\peds.toml and add an entry for your ped there.
    Format: "PedModel" : "PedName"

Vehicles

  1. Add vehicles to your game following this tutorial first. (Use translator)
  2. Then create an image of your vehicle in and put it in CheatMenuXX\vehicles.txd.
  3. The image name should be the model id of the vehicle.

Vehicle Tunes

  1. Add tunes to your game following a tutorial.
  2. Then create a image of your tune part and put it in CheatMenuXX\components.txd.

Vehicle Paintjobs

  1. Put your paintjob images *CheatMenuXX\textures.txd.
  2. You can use any name for these images.

Weapons

  1. Add weapons to your game following this tutorial first. (Use translator)
  2. Then create an image of your vehicle and put it CheatMenuXX\weapons.txd.
  3. The image name should be the weapon id (not model!) of the weapon.
  4. Open this file CheatMenuXX\data\weapons.toml and add an entry for your weapon there.
    Format: "WeaponID" : "WeaponName"

About

A mod menu for Grand Theft Auto III, Vice City & SanAndreas Classic Singleplayer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.0%
  • C 9.7%
  • Other 0.3%