CheatMenuSA/README.md

95 lines
5.1 KiB
Markdown
Raw Normal View History

2020-12-02 16:18:34 -05:00
<p align="center">
2021-08-13 23:29:52 -04:00
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/logo.png">
2020-12-02 16:19:16 -05:00
</p>
<p align="center">
Press <kbd>Left Ctrl</kbd> + <kbd>M</kbd> to open the menu. Doesn't work in multiplayer
2020-12-02 16:18:34 -05:00
</p>
## Introduction
2021-09-22 09:13:14 -04:00
A mod menu for Grand Theft Auto San Andreas & Vice City 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!
2020-12-02 16:18:34 -05:00
Get stable binaries from [here](https://github.com/user-grinch/Cheat-Menu/releases). Beta binaries are available at the discord server.
2020-12-02 16:18:34 -05:00
2021-08-21 03:46:56 -04:00
[![Discord Banner 2](https://discordapp.com/api/guilds/689515979847237649/widget.png?style=banner2)](https://discord.com/invite/ZzW7kmf)
2020-12-02 16:18:34 -05:00
## Installation
1. Install [DirectX9](https://www.microsoft.com/en-us/download/details.aspx?id=35) & [Visual C++ Redistributable 2019 x86](hhttps://aka.ms/vs/16/release/vc_redist.x86.exe) if not already installed.
2020-12-02 16:18:34 -05:00
2. If your game version isn't v1.0 then you'll need to [downgrade](https://gtaforums.com/topic/927016-san-andreas-downgrader/).
3. Install [asi loader](https://www.gtagarage.com/mods/show.php?id=21709)
2021-04-17 17:05:58 -04:00
4. Download **CheatMenu.7z** and extract everything in game directory (replace if necessary).
2021-08-17 01:50:11 -04:00
5. (Only VC) Download and install [d3d8to9 wrapper](https://github.com/crosire/d3d8to9/releases). Sometimes the asi loader may come with Globals.ini. Remove the d3d8.dll from there.
2021-08-19 16:19:20 -04:00
(Vice City version is available at the discord server)
2020-12-02 16:19:16 -05:00
2021-07-22 04:10:35 -04:00
## Required to build
1. [Build Tools 2019](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019)
2. [DirectX9 SDK](https://www.microsoft.com/en-us/download/details.aspx?id=6812)
3. [Plugin SDK](https://github.com/DK22Pac/plugin-sdk)
2020-12-02 16:18:34 -05:00
2020-12-02 16:19:16 -05:00
## Projects used
1. [ImGui](https://github.com/ocornut/imgui)
2. [Kiero](https://github.com/Rebzzel/kiero)
3. [MinHook](https://github.com/TsudaKageyu/minhook)
4. [Plugin SDK](https://github.com/DK22Pac/plugin-sdk)
2020-12-02 16:18:34 -05:00
## Images
2021-02-19 17:15:11 -05:00
<details>
<summary>Show Images</summary>
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/teleport.gif">
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/player.gif">
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/ped.gif">
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/animation.gif">
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/vehicle.gif">
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/weapon.gif">
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/game.gif">
<img src="https://raw.githubusercontent.com/user-grinch/Cheat-Menu/rewrite/images/visual.gif">
</details>
## How to add ___ to CheatMenu
*Be careful about editing 'json' files, especially commas! Check [here](https://en.wikipedia.org/wiki/JSON)*
### Clothes
2021-07-22 04:10:35 -04:00
Haven't found any tutorials for this yet. But CheatMenu loads cloths from *CheatMenu\clothes.txd*<br/>
2021-02-19 17:15:11 -05:00
**Name format: body_part$model_name$texture_name**.<br/>
### Player Skins (Recommended)
*If you just want more player skins without much hassel use this*
1. For this you need [modloader](https://github.com/thelink2012/modloader/releases/tag/v0.3.7) installed.
2. Get your skin **dff** & **txd** file and put them inside *modloader\Custom Skins\* directory.
3. Rename your **dff** & **txd** filenames into 8 characters. Having more than 8 characters will crash your game.
4. Important thing to remember is that you can't rename these files while the game is running! If you do, your game will crash.
### Peds + Player Skins
*If you want to add both peds & skin then follow this*
2021-02-19 17:18:07 -05:00
2021-02-19 17:15:11 -05:00
1. Add peds to your game following a tutorial.
2021-07-22 04:10:35 -04:00
2. Then create a image of your ped and put it in *CheatMenu\peds.txd*.
2021-02-19 17:15:11 -05:00
3. The image name should be the model name of the ped.
2021-02-19 17:18:07 -05:00
4. Open this file *CheatMenu\json\ped.json* and add an entry for your ped there. <br/>
2021-02-19 17:15:11 -05:00
**Format: "PedModel" : "PedName"**
### Vehicles
1. Add vehicles to your game following [this](https://www.mixmods.com.br/2015/12/tutorial-adicionar-carros-sem-substituir.html) tutorial first. (Use translator)
2021-07-22 04:10:35 -04:00
2. Then create an image of your vehicle in and put it in *CheatMenu\vehicles.txd*.
2021-02-19 17:15:11 -05:00
3. The image name should be the model id of the vehicle.
### Vehicle Tunes
1. Add tunes to your game following a [tutorial](https://gtaforums.com/topic/481926-tutorial-how-to-add-tuning-parts/).
2021-07-22 04:10:35 -04:00
2. Then create a image of your tune part and put it in *CheatMenu\components.txd*.
2021-02-19 17:15:11 -05:00
### Vehicle Paintjobs
2021-07-22 04:10:35 -04:00
1. Put your paintjob images *CheatMenu\textures.txd.
2. You can use any name for these images.
2021-02-19 17:15:11 -05:00
### Weapons
1. Add weapons to your game following [this](https://www.mixmods.com.br/2016/05/tutorial-adicionar-armas-sem-substituir.html) tutorial first. (Use translator)
2021-07-22 04:10:35 -04:00
2. Then create an image of your vehicle and put it *CheatMenu\weapons.txd*.
2021-02-19 17:15:11 -05:00
3. The image name should be the weapon id (not model!) of the weapon.
2021-02-19 17:18:07 -05:00
4. Open this file *CheatMenu\json\weapon.json* and add an entry for your weapon there.<br/>
2021-02-19 17:15:11 -05:00
**Format: "WeaponID" : "WeaponName"**