Travellers_rest.rar
Since players often complain about the "chore simulator" aspect of manual stocking, a high-impact feature would be a . This feature would automatically pull items from nearby chests into the tavern’s service taps and food slots when they run low. 2. Technical Implementation (C# / BepInEx)
: A system to increase movement speed between the tavern, beach, and mines. travellers_rest.rar
: If an amount is below a threshold (e.g., 5 units), scan all Chest objects within a specific ZoneID . Since players often complain about the "chore simulator"
For the most up-to-date developer plans and technical discussions, check the official Travellers Rest Roadmap on Trello or the Steam Community Hub. Technical Implementation (C# / BepInEx) : A system
: In your IDE (like Visual Studio), reference Assembly-CSharp.dll found in the TravellersRest_Data/Managed folder to access the game's internal functions.
To turn your ideas into a working .dll (which would be packed into your travellers_rest.rar ), follow these steps:
: Display a small notification in the corner (e.g., "Auto-Stocker: Added 20x Lager" ). 3. Development Setup