-
Notifications
You must be signed in to change notification settings - Fork 1
Changing item/equipment disable status midgame does not update logbook #23
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
Disabling/enabling an item or equipment while the game is running should cause its entry to disappear/appear in the logbook, respectively. Due to code limitations (relevant data is stored in ReadOnlyCollections in ViewablesCatalog), this has not been accomplished yet.
To Reproduce
- Launch the game with TILER2 and a dependent item mod installed (with all items enabled)
- Open the logbook menu
- Observe a modded item in the logbook
- Disable the modded item (via console
ncfg set itemname enabled false) - Observe that the modded item's logbook entry has not disappeared, even after closing and reopening the logbook
- Restart the game
- Open the logbook menu
- Observe that the modded item's logbook entry is hidden
Expected Behavior
Logbook entry hide state should be refreshed upon opening the logbook, instead of only when the game is loaded. Ideally, a change in hide state should reload the logbook if it's already open.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working