Research Blog

Get an e-mail on new posts
Get the latest posts via RSS

New Poll + Map Mods Soon

Within the next week, there should be two new updates — one for the game, one for the website.

Map Modding – The new build will unveil map mods, allowing you to place all your mods in interesting scenarios / levels.  If you want to get started on that, the tools are already available — check out the excellent Trizbort software to get started.

New Vote – A new vote will be set up soon.  I am writing a simple poll script for the website so you’ll be able to vote regardless of whether you back via Patreon or the new BMT subscriptions.  Note that it’ll work on the same monthly cycle as the builds do, so if you’re a Patreon backer, you’ll need to ensure you’re backed by the end of the month in order to vote in it (which is today!).

r25.01 Dinoian Fixes

The previous build accidentally broke the Dinoian chapter.  This is now fixed in r25.01, along with a few other fixes for that chapter, including:

  • Fixed a save/load issue where saving after Hanako begins teasing you but before the chapter’s transformation resulted in never getting transformed.
  • Fixed a few minor text bugs referring to your ‘missing’, or otherwise referring to what you look like before the TF instead of after.
  • And fixed the crash that prevented playing the chapter at all in r25.

r25 Released – Modder Requests

This release features several new mod API features requested by modders in the Discord server.

Also, we have our first user created transformation mod — check out the new Pig TF and Pig King mods by Luxious if you like weight gain stuff!

Details:

  • Monster mods can now cause the player to transform into a custom species. To do this, instead of specifying an integer for ‘bodyType’, specify the string ID of what to TF into.  See Pig King for an example.
  • Most game objects that you can get via functions will have a .type that indicate their type, ie: “Player”, “Entity”, “Species”, “Clothing”.
  • Added new clothing functions, so you can get a clothing item worn in a particular slot, or get clothing-specific information about it. See the Pants Enthusiast sample.
  • Custom entity spawning — By setting an ‘id’ parameter on a mod, you can now spawn entities, clothing, and monsters via LUA script by way of Entity.Generate().  You can spawn both custom and non-custom creations this way.
  • Logging cleanup so as to not spam during normal gameplay if new LUA entities are spawned.
  • Multiple custom monsters can now be loaded and run at the same time.  Debug Mod Control Panel will still nuke the previous monster, but generated custom monsters via Entity.Generate() will stick around forever.
  • Renamed Debug Monster Control Panel -> Debug Mod Control Panel.
  • Fix for error loading Kitsune / monsters that don’t cause TFs.

Next up, I’ll most likely be looking at custom map support for mods (which will allow you to place all your mods in interesting scenarios / levels).  If you want to get started on that, the tools are already available — check out the excellent Trizbort software.

r24 – Transformation Mods + Business Model Changeover

Bunch of updates today:

r24 is released with Transformation Mods!  Create your own species to transform into, including the exact method of transforming into it.  Check out this wiki page to learn how to make your very own transformations.

New login system is also included in the r24 build.  Full details in the previous post, but the big feature is that android users will no longer need to type their password in each time they want to access save/load.

Giraffe TF is the first transformation mod, check it out here if you like giraffes or just want to see how to make a TF mod.

February 1 patrons have been processed and should now have access to the game.  A few people didn’t have their account linked, so check your Patreon inboxes for next steps.

The business model of the game has been updated as per the last couple posts.  BMT payment options have been updated along with Patreon reward tiers.  If you hadn’t seen those posts yet, please take a look for the details.