A Just Cause 3 port of my console thingy for Just Cause 4. Spawn anything and everything, vehicles, characters, animals, props.
- Download the latest version from releases
- Extract
xinput9_1_0.dll
to your Just Cause 3 installation folder - Start the game and press the tilde (`~) or F1 key to open the console
- OPTIONAL - Enable faster game loading with the
-quickstart
launch argument via Steam
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 parameters
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
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
- Run
configure.ps1
with PowerShell - Build
out/jc3-console-thing.sln
in Visual Studio