Just Cause 4 Console Thingy
Spawn anything and everything, vehicles, characters, animals, props. Enable infinite ammo, toggle hidden features.
How to Install
- Download the latest version from releases
- Extract
xinput9_1_0.dll
to your Just Cause 4 installation folder - Start the game and press the tilde (`~) or F1 key to open the console
- OPTIONAL - Enable super fast game loading with the
-quickstart
launch argument
Commands
spawn
- Spawn everything! Vehicles, characters, animals & props.event
- Trigger game events - CAUTION - Stick to using only the hints, unless you know what the event doesworld
- Change world parametersskin
- Change player skintp
- Teleport player to positiontp <x> <y> <z>
- Go directly to coordinatestp save <name>
- Save current coordinates as named locationtp <name>
- Go to saved named locationtp delete <name>
- Delete saved named locationtp get <name>
- Prints position of named locationtp printpos
- Prints current player position
Controls
Tilde
(`~) orF1
- Toggle the input boxEscape
- Clear current input textUp/Down Arrows
- Navigate the input historyTAB
- Change focus to the hints list- When hints list is focused
Escape
- Return focus to main inputUp/Down Arrows
- Navigate the listEnter
- Append the current hint to the input text
Building
If you want to compile the code yourself, you will need Visual Studio 2017 or later (or a compiler which supports C++17 nested namespaces)
- Clone this repository
- Init dependencies
git submodule update --init --recursive
- Run
configure.ps1
with PowerShell - Build
out/jc4-console-thing.sln
in Visual Studio