Vintage Story 1.22.7 — Update and Fixes
Dear Extraordinary Survivalists!
The stable v1.22.7 release can now be downloaded through the account manager.
This update contains a few important bug fixes as well as an upgrade to the auction house.

Game Updates
- Tweak: Added searching to the auction house. The search controls are only visible when there are 75 or more items in the list. You can change the threshold using
.cf auctionSearchbarThreshold 20. - Tweak:
GuiElementNumberInputnow also supports the Up/Down arrow keys to change the value. - Tweak: Sold auctions now count towards the buyer limit.
- Fixed: In the auction house, it was possible to place an auction extending beyond the default maximum duration of 25 weeks.
- Fixed: In the auction house, it was possible to buy expired auctions using a modified client.
- Fixed: The auction house information text shown when joining a server incorrectly reported the number of purchased auctions en route.
- Fixed: Updated the nanosvg library to prevent a stack corruption / ACE vector in the SVG decoder.
- Fixed: Crash when interacting with Erel spawned in creative mode.
- Fixed: World generation sometimes did not properly finish some structures when the server was paused, which happens in single-player when you press Esc.
- Fixed: Antler mounts, bookshelves, scroll racks, cabinets, and mannequins would not rotate properly as part of schematics, world generation, and WorldEdit.
- Fixed: Waterwheels in some configurations did not always consume rapidly flowing water.
- Fixed: It was possible to split rapidly flowing water into two streams.
- Fixed: Reduced the potential for players to be caught by the anti-abuse monitor due to slow autosaves.
- Fixed: Getting out of bed did not check all possible spots, which could lead to players getting stuck inside blocks.
- Fixed: Entity debug mode is now only allowed in creative mode.
- Fixed: Shift-clicking slots will stop moving item stacks if the source slot changes.
- Fixed: Shift-clicking in the crafting grid could craft many items even if one ingredient had been fully consumed.
- Tweak: When scrolling with
GuiElementNumberInputinIntMode = true, LeftSHIFT now increments the value by 100, while LeftCTRL also increments it by 100. - Tweak: When scrolling, RightSHIFT now increments the value by 10, while RightCTRL increments it by 100.
- API Tweak: Moved
GuiDialogHandbook.RegexFromSearchText()andGuiDialogHandbook.CountMatches()toGuiDialog.