You are viewing a potentially older version of this package. View all versions.
CTMods-ChatCommands-1.1.0 icon

ChatCommands

Adds a lot of usable commands in the chat! Set deadline, spawn enemies on friends and a lot more!

Date uploaded 6 months ago
Version 1.1.0
Download link CTMods-ChatCommands-1.1.0.zip
Downloads 3426
Dependency string CTMods-ChatCommands-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

ChatCommands

This mod adds some chat commands used with a / by default.

Install

To install either use a mod Manager or just drag thr ChatCommands.dll into your BepInEx/plugins folder.

NonHost functionality

This can be used as Host and also as NonHost if the Host has the mod and enabled nonhost commands in the Config file.
The config file gets created on first startup of the mod. The setting is turned on by default
Infocommands can always be used as a NonHost, these are:
/enemies -> lists spawnable enemies on current map
/getscrap -> lists spawnable scrap on curent map
/spawn -> lists what spawn commands you can use
/help -> see what commands you can use
/morehelp -> more commands to use get listed
/cheats -> list cheat commands
/credits -> list credits for mod

Host functionality

Host only commands to use (require Host to have setting enabled):
/spawnscrap or /spwscr "scrapname" (a="amount") (p="position") -> spawn scrap, position can be random, @me or @"playername", with gun as scrapname you can spawn a shotgun
/spawnenemy or /spweny "enemyname" (a="amount") (p="position") -> spawn enemy, position can be random, @me or @"playername"
/infammo or /ammo -> enable infinite ammo on shotgun
/speed -> toggles speed and jump hack for faster travelling
/god -> toggles godmode
/tp ("playername") -> teleport back to ship or if stated to a player
/buy "item" ("count") -> buy items from shop
/money -> enables infinite money cheat
/togglelights -> toggles lights of facility
/weather -> change weather of current planet (not working properly rn)
/dl "days" or /deadline "days" -> set amount of days until deadline, gets applied after quota is reached and new one is presented, so reaching the quota once is required. leaving blank after the command will reset to default
/term -> use Terminal from anywhere. On exiting input you need to type /term again to enable walking again

Legend:
"arg" -> argument for command you have to enter (without the "")
(x="arg") -> optional argument you have to write with the x= in front and without the () so it knows what type of argument it is

Additional Credits:

Toemmsen96 - Making most of the mod
Chrigi - Spawn Scrap and gun functionality with position parameters and stuff
GameMaster Team - some parts of the code that were used as a base

CHANGELOG

v1.1.92 Fixed Godmode

  • MouthDog and ForestGiant now don't break interactability when godmode is enabled

v1.1.91 Update for newer version

  • just some simple stuff updated

v1.1.9 Hotfix for /pos

  • fixed some /pos stuff not working

v1.1.8 Added toggle for Spawn override

  • added a config setting to turn on or off overriding spawns
  • added command /override or /ovr to toggle overriding enemy spawns
  • added ability to spawn mines or turrets using /spawnmine (not fully tested yet)
  • added ability to use coordinates when using p=. FE: /spweny p=3,2,1
  • added ability to check own position using /pos or /position
  • fixed some playernames not being recognized right by p=@

v1.1.7 Fix NonHost not loading

  • fixed Hostcheck when loading level

v1.1.6 Fix @me argument for p=@me

  • remember using p=@me and not just @me for position

v1.1.5 Hotfix because i broke something in 1.1.4

  • hotfix for nonhost commands

v1.1.4 Trying to fix some Host - NonHost issues

  • trying to fix some prefix issues
  • trying to fix some communication and chat visibility issues
  • added ability to give host commands to specific users using /hostcmd "playername" or /cohost "playername"
  • added config entry disable sending the commands to clients (for host only)

v1.1.3 Fixed needing lowercase for spwscr

  • fixed lowercase issue

v1.1.2 Important fixes to Spawn functions

  • fixed Inside enemies not being the right ones
  • fixed scrap spawning issues with error being displayed even if everything worked

v1.1.1 Improved Host - NonHost communication

  • also fixed some prefix stuff

v1.1.0 Stability and working improvements

  • improved stuff to work better

v1.0.1 Hotfixes and Improvements

  • fixed lots of stuff
  • added better NonHost to Host communication
  • fixed jumpforce when disabling speedhack
  • fixed p=@playername command not spawning in the right position

v1.0.0 Release

  • Release