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
{{ message }}
This repository was archived by the owner on May 18, 2025. It is now read-only.
Describe the bug
GetPlayer in CharacterCreationViewModel sets the players default inventory of items and recipes. This requires a game developer to change the C# code instead of just changing their game files.
To Reproduce
Steps to reproduce the behavior:
Want to change the player default inventory.
Realize you need to change GetPlayer in CharacterCreationViewModel instead of modifying the game files.
Expected behavior
The default player inventory should be configurable in the game files and not hard-coded in the C# code.