1. Hunt and Snare
  2. News

Hunt and Snare News

Hunt and Snare - r32 - Sailors' Delight


r32 Changelist:
  • NEW Feature - Overworld Sailing - First pass of sailing added where you now sail between islands. All three islands are accessible by sailing and there is some loot around the sailing map, but no interactables yet. The map is blocked by darkness until more areas are added
  • NEW Feature - Logbook Crew Manager - Now you can recruit a full crew on The Unnamed (...well, okay, only a few dozens of crew) and can control who is in your landing party versus who are “inactive” (on ship).
  • NEW Feature - Free camera - A drone (dragon?) camera usable in acts and in adventure mode. Also allows pausing the game while in free camera, so besides some other cool things, it also makes virtual photography easier and more fun.
  • NEW Feature - Save system rework - Added automatic grouping of saves based on character, and added the ability to delete saves. Added back button to save menu. Saves now also include location and playtime information.
  • NEW Feature - Context menu first pass - This means Dyes! All the dyes! So much dyes now! Even emissive dyes! Also a bunch of additional features for future passes
  • NEW Content - NPCs and decorations pass on Iskaai - 6 NPCs to meet, places to see, loot to find, etc, around the place. Including decoration pass for Herlstead. Note: No unique loot at least not yet.
  • (r32b) NEW Content - MFxM act with Bers on Iskaai - No job like blowjob!
  • Added center map button to map.
  • Added swim idle, swim slow, and swim getting out of water audio.
  • Added water footstep audio.
  • Added TAA as an antialiasing option (greatly reduces edge pixel shifting when sailing).
  • Added H(ide) key detection for Showroom/Character Creator to toggle windows.
  • Added island act controls to use silver colored text for current camera mode.
  • Improved Showroom POV camera offsets based on species.
  • Improved narration of when it’s too early to sleep or the player is not tired enough yet.
  • Improved map icon positioning of icons on Skiia and Kizan.
  • Improved camera collisions with ceilings when indoors.
  • Improved POV camera clipping to reduce shadow flickering and clipping (still clips inside actors in some oral acts).
  • Changed cursor to stay active when dragging items in inventory (fixes steam's controller action state handling).
  • Changed river water splash entry to non-deep variant.
  • Changed map position tracking to track player instead of camera.
  • Changed starting actor pooling size from 6 to 15 (helps alleviate a stutter ever the actor count exceeds what is pooled).
  • Changed act camera icons.
  • Tweaked waterfall particles on Kizan.
  • Tweaked splash particle effect starting sizes and alphas.
  • Tweaked swimming audio volumes.
  • Tweaked footstep audio volumes.
  • Tweaked weather audio volume (halved).
  • Tweaked collision settings for weather systems.
  • Tweaked how to play font sizes to be bigger and more readable.
  • Tweaked auto saving behavior (namely preventing saving while still loading).
  • (r32b) Fixed typo in Kess dialogue.
  • (r32b) Fixed jewel box colliders in boat on Iskaai.
  • (r32b) Fixed inventory confirmation window appearing behind inventory containers.
  • (r32b) Fixed sailing routes options toggle turning of swallows.
  • (r32b) Fixed trader handling of guild drakes.
  • (r32b) Fixed Annya’s markup pricing problem.
  • Fixed missing weather interior zone from abandoned Skiia mining camp building.
  • Fixed camp collisions to reduce likelihood of players getting pushed through the world.
  • Fixed map labels occasionally vibrating by subpixels.
  • Fixed map locations unlocking before the player reaches the map location (Prey were able to set it xD).
  • Fixed default map position on Iskaai again.
  • Fixed missing rock collider on Kizan (coords -319, 332, 599).
  • Fixed missing colliders on abandoned mining ramps on Skiia.
  • Fixed too steep collider on abandoned mining camp ramp (prevented climbing).
  • Fixed water triggers for extra pools of water on Skiia and Kizan.
  • Fixed water footsteps remaining active longer than intended.
  • Fixed swimming mode ending too early.
  • Fixed map location variable name problems with spaces (allows mods to access locations with spaces by using underscore).
  • Fixed inconsistent background darkening in the save menu.
  • Fixed inconsistent scrolling in the save menu.
  • Fixed modded character save file filtering.
  • Fixed shiphead not bobbing with the ship in the menu.
  • Fixed npc interact overlay showing when opening the map and logbook.
  • Fixed map and logbook being open-able during trading.
  • Fixed controller input states with pressed vs active state being incorrect.
  • Fixed Unity’s lossy scale on spawned actors (think Vector3(1.0f, 0.99999999f, 1.0f)).
  • Fixed various item and item color name displays.
  • Fixed spelling on various item descriptions.
  • Fixed Showroom look at target and head rotation ignoring timescale.
  • Fixed terrain not reflecting correctly on Iskaai.
  • Fixed Horveek and his guards referring to some players incorrectly as if they had sex with Horveek.
  • Fixed Lyvfolk spawning without horns (existing prey that were actually Lyvfolk should grow their horns back).
  • Fixed actor spawners potentially having Lyvfolk as a possible candidate in unintended locales.
  • Fixed some actor spawners never reactivating if rolling 0 spawns.
  • Fixed some actor spawners with a chance of 0 spawns being super aggressive in respawning.
  • Fixed inconsistencies in NPC expression triggering.
  • Fixed various conversation double spaces and spacing / tabbing issues.
  • Fixed various conversation genitalia tests.
  • Fixed Heev missing automatic repair when loading a broken/old actor.
  • Fixed inventory toggling not correctly saving cursor state.
  • Fixed numpad +/- keys not respecting current speed for the orbit camera.
  • Fixed wind interactions with some jiggle components (namely map markers).
  • Fixed playlist controller handling where sometimes it would not end the ambient song.
  • Fixed equipment on crew unequipping incorrectly when recycled.
  • Fixed cloned crew not unequipping default items correctly.
  • Fixed loot tables not allowing multiple spawns of an item if the item is unstackable.
  • MODDING - NEW - Moddable dyes: It is now possible to add custom dyes into game.
  • MODDING - NEW - Item combining: It is now possible to create item combinations to create new items (paper + ink = pink, the adventure game logic thingie)
  • MODDING - NEW - Item conversations and papers: It is now also possible to create objects you can “talk” with (use yarn with), and create papers that display raw text.
  • MODDING: Added forcedCharacters property to mod spawners.
  • MODDING: Added currentLocation display to debugging display.
  • MODDING: (r32b) Fixed reloading mods button.
  • MODDING: Fixed mod spawners not being able to assign heev subspecies.
  • MODDING: Fixed mod spawners not getting subspecies assigned.
  • MODDING: Fixed modded characters spawning on vanilla spawners with custom entries.
  • MODDING: Fixed debugging display listening to inputs while not visible.
  • MODDING: Fixed mod loader potentially using wrong encoding when reading yarn files.
  • MODDING: Fixed handling of mixed slashes and backslashes depending on the operating system.
  • MODDING: Fixed mod spawners ignoring island setting. Would always spawn on the current island.
  • MODDING: Fixed mod spawners defaulting to 2 if minimum was unset, now defaulting to count as in docs.
  • MODDING: Fixed modded character bytes not registering properly.
  • MODDING: Fixed the spawn_unaltered setting not skipping palette changes for prey.
  • MODDING: Changed logging of how mod replaces vanilla yarn files. It is now an error if the node fails to compile.
  • MODDING: Changed some item color masks to support the vanilla dye system (some modded item colors may be changed not how you want them).


Have fun! ~ Ruffleneck

Hunt and Snare - r31 - Iskaai Beckons


r31 Changelist:
  • NEW Species - Heev - You can now make new hare characters with unique set of 10 patterns and 7 tails
  • NEW Island - Iskaai First Pass - The wild hare island, colder and further north than Skiia. The first pass of Iskaai only includes huntable Heev. Further updates will add more things to do and see on the island
  • NEW Act - Anal from Gweneviewe - Gwen, the amazing piercing merchant on Skiia, now has a full act and expanded dialogue
  • Added additional dialogue to NPCs around the townsquare for Gwen act.
  • Fixed unequipping weapon not working when weapon is out.
  • Fixed Gold Quest not taking gold bar as it should.
  • Fixed inconsistencies in Navmeshes.
  • Fixed inconsistent softbody application between body areas.
  • Fixed Map and Logbook being openable while dragging items.
  • Fixed mismatched rumor markers for Cartographer.
  • Fixed vanishing Cartographer markers.
  • Fixed two inaccessible jewelry boxes on Skiia.
  • Fixed two inactive map locations on Kizan.
  • Fixed missing navmesh jump off links for Ship and on Kizan for prey/crew.
  • Fixed flying rope on Skiia.
  • Fixed missing colliders on Tubby cave.
  • Fixed cart overwhelmed by dirt on Skiia.
  • Fixed player being left in the Ful Goddess realm even though narration claims you were yeeted out.
  • Fixed missing mine stairs collider on Skiia.
  • Fixed some holes in the Skiia mountain.
  • Fixed some very flipped out ropes on Scraven camp on Skiia.
  • Fixed Kort misgendering player in edge cases and adds flirt option if player missed act trigger earlier.
  • Fixed butt softbody issues with underwear.
  • Fixed occasionally spazzy grass due to wind changes.
  • Fixed Spirit having non-genital penis details.
  • Fixed golden prey/crew losing shiny fur materials.
  • Fixed ear jiggle twitching.
  • Fixed player lantern causing nullref errors with shadow optimizer.
  • Fixed camera trying to evade rifle casings.
  • Fixed unerect penis piercing tracking.
  • Fixed Ribbons rumor not having completion tags.
  • + secret
  • MODDING: Fixed Iskaai support for modding.
  • MODDING: Fixed clonedCrewRestore not restoring NPCs properly.
  • MODDING: Updated cloneAsCrew command to assume .Start node if unspecified.


Enjoy! ~Ruffleneck

Hunt and Snare - r30 - Captain Krakel Ahoy!



r30 Changelist:
  • NEW - Hare Species Preview - You can meet a hare captain (species preview) on Kizan. She is located somewhere at the beach on Kizan (map spoiler in link: IMGUR )
  • NEW Additional Acts - Captain Bimmy acts; 1 for player with vagina, and 2 for player with penis.
  • Added additional dialogue for Captain Bimmy’s bosun Wellers and Kess regarding new Bimmy’s AAs and Ash-Tongue.
  • Changed logbook, map, and inventory to allow toggling each other.
  • Changed default controller mapping for Follow to button 2 (same as reload) instead of shoulder button.
  • Changed autorun input on controller from left stick to dpad down.
  • Changed autorun to not cancel when movement is detected.
  • Fixed Horveek’s Guards being a bit too busy with rumors about sexing Horveek (when player actually didn’t sex Horveek)
  • Fixed Ship containers having identical IDs.
  • Fixed aiming toggling sprint.
  • Fixed Ful statue conversations appearing visited for older characters.
  • MODDING; NEW - <> command to turn an NPC into a follower with ability to set conversation node override with <>. Releasing from the crew will allow the NPC to respawn in its normal locator.
  • MODDING; Added variables to get names, genitals, etc, from either current follower OR currently talked to NPC.
  • MODDING; Added minCount and Time options to spawners.
  • MODDING; Added {currentLocation} to read where the player is at in conversations. It is based on existing map locations.
  • MODDING; Fixed spawning Spirit bytes as crew issues.


With luv,
Ruffleneck

Hunt and Snare - r29 - The Golden Ful



r29 Changelist:
  • NEW - Ful Spirit - The ancient ful spirit can now be visited on Gut Island (Northeast island on Skiia). She has a MxF act and is a bit more knowledgeable on spirits and Skiia than the Spirit of the Standing Stones (or how he is more commonly known as, the glowing green penis).
  • (r29c) NEW - Scraven First Mate Full Act - The Scraven First Mate, Ash-Tongue, at the pirate camp on Skiia now has a FxF full act
  • NEW - Ship Decoration - More storage space, and vastly more visually pleasing ship interiors.
  • NEW - Quicksaving - You can quicksave in most of the places in-game by pressing F5 while not in acts or conversations. It functions similarly to Autosave in that it saves the
  • last* position player was in that was allowed along with all the player information. This means the player position may vary a little when loading Quicksaves, but everything else is saved accurately. There's one Quicksave slot PER character. Custom saves can still be made by interacting with your cabin paw Juin.
  • NEW - Map locators - Most of the locations, important and unimportant, in-game now have a map location marker that can be discovered by approaching or entering the location.
  • NEW - Reworked Fur - More performant and memory saving especially when multiple characters are around the player or in view, and in general scales better performance wise (+ a cute wind effect).
  • (r29c) NEW - Logbook and Rumor tab - First pass of the rumor tab for logbook that lists various rumors you’ve heard while playing and keeps up to date with their exploration. The first pass only tracks the first few steps in the game however, and will be updated to cover all the other things later on! Press L or J to open it.
  • (r29c) Added new rumor for Kess pointing towards the Gut Island for Ful Spirit.
  • (r29c) Added a “rumor marker” for Dewseed Tribe after talking to Kort.
  • (r29c) Added footstep volume slider to options menu.
  • (r29c) Added time of day slider to Showroom.
  • (r29c) Added a different button icon to indicate the currently selected act in Showroom.
  • (r29c) Added a secret in the world after meeting with the Ful Spirit for the first time.
  • (r29b) Added pressing E to close open containers.
  • Added a label to faelain dart boxes in the world.
  • Improved Player location arrow; Instead of just pointing where the player is, the arrow now points to where the player is facing at the location. It also should update faster now, instead of popping to place after a second or so.
  • Improved shadow performance slightly by culling out distance shadow casters faster.
  • (r29c) Fixed incorrectly placed “Footwarmer” in Showroom categories.
  • (r29c) Fixed Ful Spirit introduction conversation looping.
  • (r29c) Fixed modded character names displayed with weird spacing in Showroom/Menu.
  • (r29c) Fixed animation speed slider not resetting after act is changed in Showroom or on islands.
  • (r29c) Fixed weather effects occurring inside buildings.
  • (r29b) Fixed Kirhaal city lamp LODs not working.
  • (r29b) Fixed Occlusion map issues with Ful Spirit, and some ship objects.
  • Fixed pant light legless showing item colors wrong.
  • Fixed island progress texts being out of date and unnecessary at the moment.
  • Fixed some navigation mesh issues on Skiia (namely in the Kirhaal market).
  • Fixed map labels sticking on if they were active when the map was closed.
  • Fixed Sliver of the Sun appearing in trading/loot lists (extras that still appear can be sold now).
  • Fixed unlootable chest in Kizan Ashens area.
  • Fixed floating warning sign text on Kizan swamp.
  • Fixed floating baskets on Kizan fruit farms.
  • Fixed floating rope on Kizan well.
  • Fixed flying box over open seas of Skiia (hooow?).
  • Fixed missing collisions in sea borne junk on Kizan Ashens.
  • Fixed collision on abandoned house ruins on Skiia.
  • Fixed stair collisions near abandoned mines on Skiia.
  • (r29c) Modding: Added support for running acts without act locators (will automatically place act locator in the spot of the NPC) which makes testing faster, but generally you’ll want to manually place an act locator for more accuracy or better placement.
  • Modding: Added support for overriding built in characters to be playable or showroomable.
  • (r29c) Modding: Fixed issue with modded built in characters unable to use reserved for crew/follower patterns.
  • (r29c) Modding: Fixed cross species penis issue in animations.
  • (r29c) Modding: Some merely informational messages now require the Modding Tools option in Gameplay to be enabled in your options, otherwise they will not be logged.
  • Modding: Fixed mod refreshing accumulating memory (now performs a garbage collection after every refresh).
  • Modding: Fixed custom materials not applying right (namely when they are used in acts).
  • Modding: Pants light legless and fancy Admiral's hat are now moddable with custom colors.
  • Modding: Removed color clamping from items preventing overdriving item colors.


With luv,
Ruffleneck

Hunt and Snare - r29 - Changelist and Release date!


The full release of r29 is on 30.09.2022 (DD/MM)

You can read the full r29 change list here if you want to know advance what to expect. There's still a few things we're hoping to get in prior release, but this is the main course ^^

With luv Ruffleneck