0 of 0

File information

Last updated

Original upload

Created by

Piepieonline

Uploaded by

piepieonline

Virus scan

Safe to use

Tags for this mod

About this mod

Re-adds the developers debug menu to the game. Extendable by the other mod developers, to allow other menu options to be added.
Note that running this mod will disable RACE - disable the mod in settings to renable RACE.

Requirements
Permissions and credits
Changelogs
Piepieonline's Debug Menu

Re-adds the developers debug menu to the game. Extendable by the other mod developers, to allow other menu options to be added.
Note that running this mod will disable RACE - disable the mod in settings to renable RACE.


By itself, this mod won't do anything useful for you - It's usefulness comes from combining with other mods that add options to the debug menu (The mod shipbuilder, for example)

Installation:

    Download the latest 64 bit (x64) version of BepInEx 5 (5.4.19 at time of writing) from https://github.com/BepInEx/BepInEx/releases
    Extract into the same folder as "Shipbreaker.exe".
    Run the game, load the main menu and quit.
    Extract the mod to "BepInEx\plugins\", so you should have (for example) ".\BepInEx\plugins\FOVAdjuster\FOVAdjuster.dll"
    Modify the settings to your liking


Known Issues
  • Sometimes the cursor takes multiple button presses to appear
  • Activating the cursor doesn't disable in-game input. I recommend you either pause, or be in the scanner mode

Code:

https://github.com/piepieonline/Hardspace-Shipbreaker-PieMods/tree/master/DebugMenu

Configurable Keys - For mouse activation, the names of keys follow this convention:

    Normal keys: “a”, “b”, “c” …
    Number keys: “1”, “2”, “3”, …
    Arrow keys: “up”, “down”, “left”, “right”
    Keypad keys: “[1]”, “[2]”, “[3]”, “[+]”, “[equals]”
    Modifier keys: “right shift”, “left shift”, “right ctrl”, “left ctrl”, “right alt”, “left alt”, “right cmd”, “left cmd”
    Mouse Buttons: “mouse 0”, “mouse 1”, “mouse 2”, …
    Joystick Buttons (from any joystick): “joystick button 0”, “joystick button 1”, “joystick button 2”, …
    Joystick Buttons (from a specific joystick): “joystick 1 button 0”, “joystick 1 button 1”, “joystick 2 button 0”, …
    Special keys: “backspace”, “tab”, “return”, “escape”, “space”, “delete”, “enter”, “insert”, “home”, “end”, “page up”, “page down”
    Function keys: “f1”, “f2”, “f3”, …