Releases: ToniMacaroni/ComputerInterface
Releases · ToniMacaroni/ComputerInterface
Computer Interface 1.4.1
- new monitor
- bigger screen
- custom background images
- splash screens
- screen glare
Needs Bepinject from here https://github.com/Auros/Bepinject/releases
Computer Interface 1.4.0
- added details view (name, players online, current room)
- added paging to various views
- added views that add functionality of the new GT update
- converted to monospaced font
- minor bugfixes
New Room Browser (alpha)
- create and join modded rooms
- add descriptions to rooms
- see what mods are being used in the room
Needs Bepinject from here https://github.com/Auros/Bepinject/releases
Computer Interface 1.3.1
- added GUIs to base game settings like color and name
- stopped tmp from swallowing some characters
- added key click sound
- press option 1 in the main menu to leave room
- fixed not being able to join uppercase lobby codes
Needs https://github.com/Auros/Bepinject to work
Computer Interface 1.3.0
- added view with all registered commands (option 1 in command line)
- enable / disable mod feature (mods need to load with OnEnable and unload with OnDisable to work)
- command handler now uses a list of argument types when registering a command
- split main lib and commands into seperate project
- bugfixes
Needs https://github.com/Auros/Bepinject/releases to work
Computer Interface 1.1.0
- fixed for the newest game version
- added mod list that shows currently installed mods an their version (enable / disable buttons aren't implemented yet)
- added keyboard keys: left, right, up, down, back, space
- rich text support (see http://digitalnativestudios.com/textmeshpro/docs/rich-text/)
- added a selection handler to make things like selection screen easier
- you can now pass arguments to other views
- changed position and scale of the monitor
You need https://github.com/Auros/Bepinject/releases/ for it to work
Computer Interface 1.0.0
Initial Release