Beyond Contact
0 of 0

File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

aedenthorn

Virus scan

Safe to use

About this mod

Enable's the game's dev console, allowing you to do things like teleport and spawn things.

Requirements
Permissions and credits
Donations
This is a simple mod that enables the back quote ` key to open the game's built-in dev console. According to the devs it is like two years old and they don't even use it, but it does do a few neat things (neat things highlighted in bold):

Here is a list of built-in commands:

cls
set_SetTimestamp
help - shows a list of commands
fontSize - changes the font size of the console
verbose
showEditorConsole
debugLog - does nothing
debugWarning
debugError
exit- quits the game to desktop
quit - quits the game to desktop
/
/timescale - changes the game's time scale, making everything move slower or faster
/health - adds health to the player (doesn't actually work! it just appears to)
/stamina
spawn
spawnstack
spawnwait
spawnactor
spawnactors
toggleplayerstats
KitPersonal - says it gives you stuff, but I don't see it
KitMech - says it gives you a backpack, but I don't see it
KitDebug - does nothing
teleport - requires the name of a location, seems to only accept "teleport crashsite"
teleportto - takes a Vector3 as argument (e.g. teleportto 1,0,1) - type pos to get your player's current position
InteractablesTest - drops a bunch of random stuff
ToggleUI - turns the UI on and off
ToggleSandbox - says it enables sandbox, but idk what that means.
TogglePostProcessing
ToggleUnityLogger
ToggleAIBarkStats
bark - shows custom text. e.g. bark I'm a dog shows a text message on screen that says "I'm a dog"
ToggleFPS - (doesn't work)
TypeInfo
DebugMode - no idea
Relevance - something about the network

pos - I added this command to help with teleportto. gets your current location in x,y,z



Technical

This mod requires BepInEx.IL2CPP to be installed for Beyond Contact.

To install BepInEx.IL2CPP

  • Visit https://builds.bepis.io/projects/bepinex_be and download the latest file that starts with BepInEx_UnityIL2CPP_x64.
  • Unzip this file and copy the contents into the game's main folder.
    Find the game's main folder in steam by right clicking on the game's entry, Manage > Browse Local Files...

    If your unzip program puts the contents in a single folder, copy the
    contents of that folder, not the folder itself. There should be five
    things you are copying.

    You should end up with a folder called BepInEx and several new files including winhttp.dll in the same folder as Beyond.exe
  • Run the game - it will take some time to setup the game for modding.
    If it worked, the BepInEx folder will have several new folders including config and plugins.


To install this mod, place the contents of its zip file in the BepInEx\plugins folder (create it if the folder doesn't exist).


Code is at https://github.com/aedenthorn/BeyondContactMods.

If you want to complain or ask for help or help me test my mods, you can visit my Discord server.