You are viewing a potentially older version of this package. View all versions.
Wexop-ShipScrapReorder-1.0.1 icon

ShipScrapReorder

[v60+] Add commands on terminal to reorder quickly your scraps on the ship, by value and name !

Date uploaded 2 years ago
Version 1.0.1
Download link Wexop-ShipScrapReorder-1.0.1.zip
Downloads 360
Dependency string Wexop-ShipScrapReorder-1.0.1

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
Evaisa-HookGenPatcher-0.0.5 icon
Evaisa-HookGenPatcher

Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.

Preferred version: 0.0.5
AinaVT-LethalConfig-1.4.2 icon
AinaVT-LethalConfig

Provides an in-game config menu for players to edit their configs, and an API for other mods to use and customize their entries.

Preferred version: 1.4.2
xilophor-StaticNetcodeLib-1.1.1 icon
xilophor-StaticNetcodeLib

A library/patcher for NGO in a static context.

Preferred version: 1.1.1

README

Ship Scrap Reorder

This mod add commands on terminal to reorder quickly your scraps on the ship !

Commands

  • "reorder help", give you the list of commands available for the mod
  • "reorder", reorder your scraps by value, with the default value range in your configs
  • "reorder <value>", reorder your scraps by a custom value
  • "reorder name", reorder your scraps by name

Configs

  • Distance between objects
  • Default value range, the default value for "reorder" command, to make stacks by value. example with default value 20, it will make stacks like this : 0 > 20 > 40 > ...
  • Auto Reorder On Left Moon, so you don't have to write command each day !
  • Reorder Default Type, to chose between Value or Name for default reorder command (and auto reorder)

For any issue, suggestion, please create an issue on the GitHub project or ping me on modded lethal company discord !

CHANGELOG

Changelog

v1.0.4

  • (Config disabled by default) Add config to hide help command message

v1.0.3

  • Fix items fall on ground when they are placed (on locker for example) and you run reorder command
  • (Config enabled by default) Add a config to reorder or not placed items

v1.0.2

  • Fix help command text added each time a game is started
  • (Config enabled by default) Added rotation for each object in a stack to make them easier to see
  • (Config enabled by default) Reorder shop items (Jetpack, shovel, flashlight...)
  • Add a ExclusionList config, you can use it so items are not affected by the mod. Example : Shovel,Bell
  • Add a new command "reorder type" to reorder scraps by types (one handed, two handed)

v1.0.1

  • Add autoReorderOnLeftMoon config, so you don't have to type command each day
  • Add default reorder type config

v1.0.0

  • initial release