0 of 0

File information

Last updated

Original upload

Created by

Sinai

Uploaded by

sinaidev

Virus scan

Safe to use

Tags for this mod

About this mod

Simple console which gives you access to the Dev Debug commands.

Permissions and credits
Hellpoint Debug Console
by Sinai | My Mods | My GitHub


A simple textbox to use some console commands such as item spawning, cheats, etc.

These are the commands that the developers made for testing internally. I only made the interface for calling them since I couldn't find any actual menu or console to enable, just the commands themselves.

Recommended to make a backup of your save (can be found at %userprofile%\AppData\LocalLow\Cradle Games\Hellpoint, your saves are the .hp files).

How To Use
  • Press the Pause/Break button on your keyboard (top-right) to toggle the console in-game.
  • Type in your command and press the Go button, or Enter to execute it.
  • Use the arrow keys and enter to choose auto-complete options, or you can also simply use your mouse.

There is an auto-complete feature, which shows you the available commands and what they do.

TIP: some of the item names are not very descriptive. If you want to find a specific item, check my Hellpoint Tools google sheet. Ctrl+F for the Item Name you want, then check what the "GameObject" name is to the left of it.

For full instructions on how to use all of the commands, see the bottom of this page.

Mod Config
After launching the mod for the first time, this config is generated to "BepInEx\config\com.sinai.hellpoint.console.cfg". Simply open this file in any text editor and change the Toggle_Key value.

How To Install
This is a BepInEx mod.

To install BepInEx:
  • Download my BepInEx.Hellpoint pack from here
  • Extract into your Hellpoint directory. It should extract directly into the folder, so you should see Hellpoint\BepInEx\, Hellpoint\mono\, Hellpoint\doorstop_config.ini and Hellpoint\winhttp.dll. If it all extracted into a folder such as Hellpoint\BepInEx.Hellpoint\... then you did it incorrectly.

To install this mod:
  • Download the HellpointConsole.zip file from the Files page
  • Take the HellpointConsole.dll file and put it in the BepInEx\plugins\ folder in your Hellpoint installation folder.
  • It should look like Hellpoint\BepInEx\plugins\HellpointConsole.dll


Command Instructions

Set Oxygen:
  • air or o2 commands.
  • Format: [command] [Players] [OxygenLevel 0-100]
  • Eg, air main 100

Set Black Hole hour:
  • blackhole, bh or hole commands.
  • Format: [command] [Time 0-360]
  • Eg, bh 180

Load a Breach:
  • breach command.
  • Format: [command] [BreachName], autocomplete recommended.
  • Eg, breach Breach_Nemundis

Add Currency:
  • $, money or currency commands.
  • Format: [command] [Players] [Amount]
  • Eg, $ main 999999

Set NPC State:
  • character, or char commands.
  • Format: [command] [NPCName] [State], autocomplete recommended.
  • Eg, char Architect alive

Set Game Difficulty:
  • dif, diff or difficulty commands.
  • Format: [command] [Level]
  • Eg, diff 20

Set NG+ Level:
  • level, lvl or ng commands.
  • Format: [command] [Level]
  • Eg, ng 20

Set Twitch Level:
  • tlevel, tlvl or tng commands.
  • Format: [command] [Level]
  • Eg, tng 20

Give Item:
  • give command.
  • Format: [command] [Player] [ItemGameObjectName], autocomplete recommended.
  • Eg, give main AxionPack_11111

God-Mode:
  • Does not seem to work.

Set Health:
  • hp or health commands.
  • Format: [command] [Player] [Health]
  • Eg, hp main 99999

Kill Characters:
  • kill command.
  • Format: [command] [Players]
  • Eg, kill enemies

Set the Lights:
  • light command.
  • Format: [command] [0 or 1] (0 = off, 1 = on)
  • Eg, light 0

Enter Friend Code:
  • match command.
  • Format: [command] [FriendCode]
  • Eg, match 12345678

Spawn Pet:
  • pet command.
  • Has no options, just type the command.

Set Characters Radiation:
  • rad or radiation commands.
  • Format: [command] [Players] [0-100]
  • Eg, rad main 0

Set Healing Charges:
  • healing or regen commands.
  • Format: [command] [Players] [0+] (each 100 is 1 healing charge)
  • Eg, regen main 300

Load a Scene:
  • scene or map commands.
  • Format: [command] [SceneName]
  • Eg, scene Observatory

Spawn All Ghosts:
  • spawn command.
  • Has no options, just type the command.

Set Character Stat:
  • stat command.
  • Format: [command] [Players] [Stat Index 0-7] [Stat Value]
  • Eg, stat main 0 500

Custom Subtitle:
  • sub, subtitle or subtitles commands.
  • Format: [command] [Subtitle message]
  • Eg, subtitle Hello, world!

Set Character Temperature:
  • temp or temperature commands.
  • Format: [command] [Players] [Temperature -100 to 100]
  • Eg, temp main 0

Unlock Weapon/Ammo/Ability:
  • unlock command.
  • Format: [command] [Players] [???]
  • Eg, unlock main ???
  • Possibly works by GUID or GameObject name, not sure.

Set Delta Time:
  • time command.
  • Format: [command] [DeltaTimeLength]
  • Eg, time 0.5
  • Not tested and not sure what it really does.

Releases
2.0:
- Now a BepInEx mod instead of MelonLoader.

1.3:

- improved menu interactions (everything should now work as expected)
- improved performance (moved updating of input and available options into OnUpdate instead of OnGUI).

1.1:
- allow executing commands with the Enter key

1.0:
- initial release