You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
ncfg set itemname enabled false
)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.
The text was updated successfully, but these errors were encountered: