Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcsalinas20/plutonium-mod-menu-black-ops-2
Mod Menu for the game Plutonium Black Ops 2
https://github.com/jcsalinas20/plutonium-mod-menu-black-ops-2
blackops2 mod modmenu plutonium plutoniumt6
Last synced: about 2 months ago
JSON representation
Mod Menu for the game Plutonium Black Ops 2
- Host: GitHub
- URL: https://github.com/jcsalinas20/plutonium-mod-menu-black-ops-2
- Owner: jcsalinas20
- Created: 2021-05-17T02:38:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T09:18:47.000Z (about 1 year ago)
- Last Synced: 2023-11-28T10:31:33.520Z (about 1 year ago)
- Topics: blackops2, mod, modmenu, plutonium, plutoniumt6
- Language: GSC
- Homepage:
- Size: 110 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plutonium Mod Menu Black Ops 2
## Installation
### 1. Install the Mod Menu
* Install Black Ops 2 Plutonium
* Download [Plutonium](https://plutonium.pw/docs/install/)
* Download [Black Ops 2](https://drive.google.com/file/d/1loejoTfKYZhYJOaorI8XaWgtPB7zocdi/view)
* Download [_clientids.gsc](https://github.com/jcsalinas20/Plutonium-Mod-Menu-Black-Ops-2/releases/)
* Open the folder `{BlackOps2_folder}\t6r\data\maps\mp\gametypes\`
* Paste the `_clientids.gsc` in the folder
![image](https://github.com/jcsalinas20/Plutonium-Mod-Menu-Black-Ops-2/assets/128591213/9d65e7d3-098a-4525-ac0c-f49e3da3fc44)### 2. Get your GUID
* Play Black Ops 2 and start a custom game
* Open the Mod Menu with:
* PC: `Right click in mouse + V`
* PlayStation: `L2 + R3`
* Xbox: `?? + ??`
* Go to `My Player > Get GUID` and note the green text
![imagen](https://raw.githubusercontent.com/jcsalinas20/Plutonium-Mod-Menu-Black-Ops-2/main/images/screenshot.png)### 3. Put the GUID in the code
* Download and install [GSC Studio](https://github.com/jcsalinas20/GSC-Studio-BO2-Documentation/blob/main/z-setup-gscstudio.exe)
* Download the [Project Code](https://github.com/jcsalinas20/Plutonium-Mod-Menu-Black-Ops-2/archive/refs/heads/main.zip) and unzip the project
* Open the project in GSC Studio `EDITOR > Open project`
* Go to the `main.gsc` file and change the line
```c++
24. SetDvarIfNotInizialized("superadmins_list", "Your GUID");
25. SetDvarIfNotInizialized("owners_list", "Your GUID");
```### 4. Final instalation
* Now export the project in `EDITOR > Export the project to a compiled script file...`
* Then select `PC` and `Export now`
* Go to `{BlackOps2_folder}\t6r\data\maps\mp\gametypes\` and replace the file `_clientids.gsc`
* Now you can play with the Mod Menu## Documentation
[Documentation Link](https://github.com/jcsalinas20/GSC-Studio-BO2-Documentation)
## Controls* Open: `Right click in mouse + V`
* Select: `Space`
* Go back and Close: `F`
* Up: `1`
* Down: `2`