Release 0.33 2020-08-19 (Public) and 0.34 (Patreon Early Access)

This release adds a skill system to the game so that the player character
can develop skills. The first one is a lock picking skill which you can
learn from the new thief character Kelsi. However, to meet her you will
have to be captured.

New stuff:

  • Added a third route to Twizelford.
  • Game over possible in Twizelford Road area.
  • New “death” recovery for the Twizelford Road area leads to PC capture.
  • Possibility of learning lock pick skill.

User interface stuff:

  • Several minor bug fixes.

Other bits:

  • Fixes to the action generation system to track containment changes.
  • Generic lock implementation.
  • Added locked chests, cages, and lock pick tools.
  • New skill system.
  • Named game over messages.
  • Improved performance after player beaten in combat.

Metrics:

  • 73 different locations (and another 126 in the advent dream).
  • 23 NPC characters.
  • 1434 Java classes (237k+ lines, 5.3Mbytes of source code).
  • 45 Story files (12k+ lines, 301kbytes).

Known bugs:

  • Kobold guards have been caught eating their own “weapons” - it’s emergent behaviour (sort of)
  • Starting character sizes may be a little off after changes and need some further tuning

As usual, download from the usual place, and start a new game. Previous saves will not have the new content, and will likely fail to load.

If you would like to support the development you can do so on Patreon where there are a number of different rewards, including walk-throughs, early access, developer documentation, and more… .

Release v0.34(Patreon Early Access) includes:

  • Opening of the farm shop.
  • The first cow-girl character.
  • Bovine species (not playable, yet)
  • Bug fixes for the Kobold cook.
  • Bug fixes for food supplies.

Alternatively, if Patreon isn’t your thing I have a tip jar on ko-fi

6 Likes

What does the statue from the mine do?

Will goats and cows be able to produce milk?

I’ll cut-n-paste an answer from the previous release. I certainly don’t expect everyone to read each release thread so I might move these to a new topic in the future.

The statue is tied into the “gods” system. Each night you hold it it increases your standing with the god of fertility, and this “karma balance” is used by the god to grant you benefits. As the benefits become more pronounced they cost more karma, and will be rewarded less often. Future releases will include other ways to gain karma, other benefits, and allow you to place the statue where it will “benefit” NPCs.

1 Like

There’s some very basic lactation content already built in the game (which works for any species), however, there’s currently no way to start lactating. It can be enabled in debug mode with the console command:

/=$0.body.bust.lactating(true)

Future developments in the farm area will expand on this…

1 Like