darmuh-suitsTerminal icon

suitsTerminal

More Suits Addon that removes excess suits from the rack and stores them in the terminal. See a listing and select any suit for wear from the terminal and clean up the rack!

Last updated 2 months ago
Total downloads 22090
Total rating 11 
Categories Mods BepInEx Client-side Suits Cosmetics
Dependency string darmuh-suitsTerminal-1.2.0
Dependants 35 other packages depend on this package

This mod requires the following mods to function

NotAtomicBomb-TerminalApi-1.5.2 icon
NotAtomicBomb-TerminalApi

A Terminal Api

Preferred version: 1.5.2

README

suitsTerminal by darmuh

Description

Created as an alternative solution to having too many suits, this mod will remove all suits from the rack and store them in the terminal. You can also leave up to 13 suits to remain on the rack via this mod's configuration options, or remove none if you have another mod taking care of the excess suits.

advancedTerminalMenu:

  • A singular 'suits' command will be generated.

    • This command will also be shown in the 'Other' command listing.
    • [NEW IN 1.2.0] duplicate suit names will be listed with their unique suitID.
  • The 'suits' command will bring up an interactive menu that can be navigated by arrow keys.

    • Please note that any other mod that uses the arrow keys for functionality may interfere with this menu.
    • The specialMenusActive bool in this mod is public and accessible.
    • The public bool can be used by other mods to indicate not to listen for shortcut during this specialmenu, which is likely what I'll do for TerminalStuff.
  • [NEW IN 1.2.0] Favoriting system and separate favorites menu is now available.

    • Simply press the [favItemKey] to add the currently selected suit to your favorite suits.
    • To see only your favorited suits, press the [favMenuKey] to toggle the menu to the favorites list.
    • Favorites will be saved to the [favoritesMenuList] configuration item.
    • Default keybinds are [favItemKey = F] and [favMenuKey = F1].
  • [NEW IN 1.2.0] Add only specific suits to the rack's 13 available spots.

    • When [suitsOnRackCustom] is enabled, will only show suits that match the suit names listed in [suitsOnRackList].
    • Note that each suit name should be separated by a comma and that the suit names ARE case sensitive.
    • Favorite some suits and look at favoritesMenuList for examples of suit names.
    • These settings do not override any of the following config options: [suitsOnRack], [dontRemove], [hideRack]
  • Controls for the advancedTerminalMenu are completely configurable, any key except for tab is acceptable.

  • Pages will be generated based on how many suits are detected at load in.

    • I have tested up to 320 suits without any issues. Feel free to try and break things.
  • A Mirror Camera is generated as part of this menu so you can see what the suit you are equipping looks like.

    • This can be toggled by the togglePiP key binding config option.
    • Or disabled completely via the enablePiPCamera config option.
    • See also the below configurable keys to modify the mirror camera view by zoom, height, or rotation.
      • togglePiPZoom: This key will be used to cycle between 4 different zoom options.
      • togglePiPHeight: This key will allow you to change the height of the mirror camera to see different parts of the suit you've equipped.
      • togglePiPRotation: This key will allow you to cycle between 4 different angles around the player so you can see each side of yourself and the back.
  • Here is some videos from dev testing showcasing this mod's progression as newer features were developed. (note these videos are not the final product)

Chat Commands:

  • These commands utilize some of the advanceTerminalMenu's handling, while still requiring commands to be run like the legacy terminal commands.

  • Type !suits to see the first page, and !suits (page number) for each page after that.

  • Type !wear and then the number associated with the suit name to equip it.

    • So if you see '!wear 3' (Shrek) you will type !wear 3 in chat to equip it.

Legacy Terminal Commands:

  • A command will be generated for every page of suits (6 suits per terminal page)

  • 'suits' command is always the first page, each page after is 'suits (pagenumber)'

  • Generates a command for every suit

  • To pick a suit to wear you will use the command 'wear (suitname)'

  • you can see each suit name in the suits page commands

  • use command 'randomsuit' to wear a random suit from the list.

FYI - This mod is more than capabale of adding more than the default maximum 100 suits from More_Suits. Feel free to change that configuration option and try to find the max possible suits you can add.