Testing is now underway for our next major update. You know what that means! It means taking a stroll over to the “Betas” section in Steam under Wayward and switching it over to the “Development Branch” and helping us test out all the new treats. There might be a few tricks as well if you catch my drift.
Here Be Dragons Drakes
As always, we would encourage you to back up your saves before trying this development branch of the game. By default, you can find your backups and save folders in the main Wayward directory. You can also export saves and global save data in-game if needed.
More information on how to change branches here: https://steamcommunity.com/sharedfiles/filedetails/?id=721479594
Report any issues you spot!
Here’s the unsorted changelog thus far:
New
- You are cursed! At night, when awake, there is a chance of a random event occurring. The higher your curse level, the more random events, and the more danger you face…
- Added jack-o’-lanterns, a new scary, curse-warding light source.
- Added two new baking recipes to be used with pans.
- Bare trees are now part of the normal plant’s life cycle – they will return to budding after a typical cycle or turn count.
- Added a display for the temperature stat, showing only when it’s cold or hot enough to be freezing or overheating.
- Added a “Seeding” growth cycle for all trees.
- Leaves now decay or dry into “dried leaves,” which can be used as better compost and tinder.
- Spiders can now produce cobwebs, which can make you skip a turn when moving over them.
- Added a “pile of leaves” tile event that can appear by or around bare or seeding trees.
- Added two types of sugar.
- Added two new cooking recipes with sugar.
- Some items can now be damaged when walking on them or as some creatures move over them. This can be mitigated by walking barefoot.
- Added clay, glass and metal baking pans.
- Added new generalized “action” sound effects (previously, just used the crafting sound effect).
- Added a new item break sound effect (separate from general failures).
- Added a new sound for crafting and crafting failure.
- Added glass and clay baking trays.
- Added a new Starter Quest regarding repairing and durability.
Improvements
- The effective radius is now displayed when mousing over a scarecrow doodad.
- Added an option to disable UI animation. The option to disable UI effects disables animation by default.
- Creatures now disappear at the end of their movement animation when moving out of your line of sight, rather than at the start.
- Scarecrow items will now exactly match what is placed down as a doodad (previously, it was randomized).
- Reduced the volume of the failure sound effect.
- Water still tooltips will now reveal if the tile is too cold for the still to function.
- Solar stills will now reveal in their tooltips that there is unpurified water in them when placed over shallow water.
- The doodad tooltip now mentions whether or not there is a container attached to stills. (Thanks Townfall!)
- Changed the default bind for “Toggle Auto-Use” to Ctrl + Right click.
- “Bare” trees can now be healed/regenerated just like other growth stages.
- Added a sound effect when jumping.
- Some tile events now get removed when jumping onto them, like puddles.
- Items with seeds will now break with their seeds remaining.
- Cooked fish kebabs now return their base components (wooden spear) when destroyed.
- Charcoal will now turn into carbon powder when broken.
- Tweaked the background behind messages to still fulfil the same purpose, but without being quite as intrusive.
- Added indicators via the status effects UI for the last core stat raised for the Statistician modifier and the last rune received for the Runekeeper modifier. (Thanks Andrej27!)
- Setting a “Repair” action to be auto-used now only actually uses the action when the target item is at its minimum durability.
- A hint now shows in the Stats UI when there are still stats yet to be discovered.
- When creatures damage items on the ground, there is a new sound effect and particles to indicate it is happening.
Balance
- The Fanaticism magical property has been significantly buffed, now working on the Invoke effect for an additional deity, reducing the cooldown between Invokes, and even reducing the chance that runes are consumed at all.
- Random events now no longer happen three times per turn globally across the map, but instead happen twice: once near the player, and once outside the player’s area.
- The chances that creatures will drop runes on death have been rebalanced across the board to roughly match their difficulty.
- Increased time needed to filter water in dripstones, decreased time needed for water stills.
- Reduced the mining/chopping effectiveness of all tools that are not pickaxes/axes.
- Added a chance to wake up from uncomfortable or extreme temperatures.
- Charcoal powder is no longer produced when charcoal is damaged and destroyed from fire.
- Reduced spider silk drop chances on giant spiders. Added the ability for trap door spiders to drop spider silk.
- Boat paddles can now be fished up randomly.
- Decreased the odds of getting “stuck” on Volcanic islands without a boat by modifying loot groups, creature spawning, tree generation and more.
- Some items can now break much more easily when thrown.
- Drastically improved the conversion rate from one rune tier to the next, which should allow players much greater access to higher-tier runes. Fanaticism gear can still be used to improve the conversion rate further.
Bug Fixes
- Fixed random plant events and dryad special abilities not working properly.
- Fixed pouring water on the stills with water already in it not extinguishing fire.
- Fixed the wrong water type from being created when picking up stills or dripstones in some instances.
- Fixed being able to attempt to purify milk.
- Fixed decayed items not returning the same unique magical naming when they returned their disassembly items (cooked fish kebabs).
- Fixed ash turning into incorrect tile types when dug in certain biomes. (Thanks Ole!)
- Fixed not being able to disassemble basalt walls.
- Corrected hunger and thirst drain when traveling; this was too high due to the travel time changes. (Thanks Chl!)
- Fixed Jelly Cubes not having any slime ball resource drops. (Thanks warriorsforever482!)
- Fixed being able to pet slimes way too quickly. (Thanks warriorsforever482!)
- Fixed being able to farm an excessive amount of theurgy skill via repeated consecration of the same runes, especially with Fanaticism gear.
- The number of full item tooltips that display in the inspect dialog when inspecting a tile is now capped to 8.
- Fixed item greying out effect when previewing a stack not working after moving a stack to another container.
- Fixed the consecration action saying that the deity is pleased even when you failed to upgrade anything and the total worth of your runes has decreased.
- Fixed instances of skill gain proccing multiple times from a single action not also proccing stat gain and rune drop chances multiple times.
- Fixed some more container item list desyncs (instances where the item list has to regenerate due to it being incorrect, which costs performance.)
- Fixed item highlighting not resetting when hovering over the action bar and from other sources. (Thanks Nama!)
- Fixed items getting stuck on the screen. (Thanks Sophie!)
- Fixed the stamina stat always being discovered by default.
- Fixed the change counts at the top of a changelog displaying weirdly.
Technical
- Updated to Electron 38.
- Items can now have base components (this system is used for pies), so separate recipes aren’t needed for every pie in every different pan and are stacked together.
- Replaced the require.js dependency with a custom module loader. Modders: Circular dependencies are no longer possible.
Modding
"Mod.get()"
can now be used in the top-level/init context of mod files in order to get the mod’s"ModInformation"
, which will be injected with the mod’s instance when available.
Mods
Debug Tools
- Added support for the new Curse system.