1. Hunt and Snare
  2. News
  3. Hotfix - r5.27f

Hotfix - r5.27f

r5.27f Changelist;
  • Fixed piercings not positioning correctly
  • Fixed gap between vagina meshes when using negative outer labia morpher
  • Fixed floating rocks and collision issues in Kizan Ashens and in few other places on Kizan
  • Fixed Kizan well changing roof material(s) at distance
  • Fixed Pinch act location Kizan again
  • Fixed Shipwreck quest failing to turn itself in (for fourth time, pesky hat and Kess)
  • Fixed Lumberjack girls trying to take more money from player than they say they do
  • Fixed some inaccurate occlusion meshes on Kizan
  • Fixed error reporting related to controllers


Modding Changelist;
See modding document and _Cheatsheet.txt for new commands and definitions!
NOTE: These have no impact on general gameplay and are just changes that affect mod creators!
  • MODDING - Timer feature; You can get current time with $currentTime and store it in variable, and then use <> to get difference in hours. Do note that
  • time* isn't an ingame date, but rather an internal ticker based on day night cycle and thus shouldn't be used in conversations as a specific day. Also allows making comparisons between specific hour "in the same day". These are updated in _Cheatsheet.txt
  • MODDING - Added additional option to check for player follower. The old $hasFollower simply checks if player has a follower, where as $hasFollowerSpawned checks if follower is actually present with player.