

HandleErrors in case others try to inject the same Start methodSuitsTerminalAttributessuits keyword.UnlockableSuit class.Random Suit Command configuration item and replaced it with Random Suit Menu Item
!random chat command that will be enabled whenever chat commands are enabledMenuStartPage to set which page loads on start of the menu
[EQUIPPED] tag would not show for the suit you're currently wearing when first opening the suits menu.MenuKeyPressDelay and MenuPostSelectDelay have been removed as they are no longer necessary.**MISSING SUIT**Added new key binding configuration items for menu system:
Added new configuration item for Mirror Camera:
Changed default culling mask for camera and added methods to ensure the body/arms of the player are shown on the camera when the camera is viewable.
Changed all TerminalAPI related keywords to nouns instead of verbs. This should fix odd errors that were occuring whenever trying to purchase a suit that had suit in the name.
Moved changelog to separate file from readme.
Added advancedTerminalMenu and related configuration options.
Compartmentalized some code away from working directly in patches
Updated chat command handling once again. It's much more simplified and works very similarly to the advancedTerminalMenu
Moved majority of logs to extensiveLogging, this is disabled by default.
Added configuration options to enable/disable the hints that display when first loading in.
Updated handling method for suits bought in the store.
Fixed a long-time known issue of host/client having different suits on the rack
Added configuration option to disable terminal commands.
Added configuration option to disable this mod's interactions with the rack at all (will make this mod compatible with TooManySuits or any other future alternatives)
Updated chat command handling and added more specific messages when loading in based on how the mod is configured.
Fixed purchase-able suits appearing floating next to the rack and not being wearable from the terminal.
Added chat commands similar to terminal commands. (!suits/!wear)
Added configuration option to disable chat commands.
Added character limit to suit names to resolve some issues with extra long suit names, thanks ?B1adeWo1f for the report on discord.
Added configuration option for enabling/disabling randomsuit command.
Updated compatibility for any mod that for whatever reason removes keywords like Advanced Company was doing.
Added configuration option to allow for leaving up to 13 suits on the rack. Default is 0.
Added configuration option to replace negative suitIDs with positive ones, default is disabled as this may cause issues.
Added command 'randomsuit' which will allow you to change to a random suit from the list.
Added compatibility check with Advanced Company that fixes the issue where it would break the terminal commands in this mod.
Removed method for replacing negative suitIDs and now just completely removing them. As far as I've seen the only suit that has this issue is the green suit from vanilla.
Fixed issue where the mod would break if the host closed and opened a new lobby (sorry I left this in 1.0.0, thought i'd put a fix in before publishing)
Added Hud/Chat hints when loading in to inform player that the suits were moved off the rack to the terminal.
Initial release version