Skip to content

v1.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 12:50
· 1 commit to main since this release
22d7b46

Changes in 1.0.5

Writing a mod that registers a console command? Hash_1.0.5_debug.zip is the same version built in Debug. It adds hashequip <slot> and hashhand, which print and change what the game thinks is in the player's hand - the state that decides whether packageproduct, setquality and setquantity see anything at all. Players want Hash.dll above it.

Added

  • @ is how many you are carrying, and + - * / work where a command wants a number. give #hand 10-@ tops the stack up to ten, setquantity @*2 doubles it.

Fixed

  • packageproduct, setquality and setquantity act on what you are holding. All three answered "No product equipped" from the terminal, because taking the phone out empties your hand.

What's Changed

  • fix(terminal): act on the item the player is holding, and do the arithmetic by @DooDesch in #10

Full Changelog: v1.0.4...v1.0.5