Home Artists Posts Import Register

Downloads

Content

The change log is included in the download, just extract and open the .html file to play!

Files

Comments

Anonymous

hay so it would seem that you guys are just about to get into the more action oriented stuff, based off of what i have read on your development schedule. i suggest looking up innoxia and playing her game Lilith's Throne it is vary similar to the sex mechanics you have in place. sadly you can't take her code because she uses java but she's been working on the sex mechanics in her game for almost a year now so their is still something of use their none the less

thaumx

It has been a while since I've played Lilith's Throne, so it's probably worth another play :D There are a lot of similar elements to our sex systems, partly because I really liked how Innoxia handed variable actions. I think the biggest point of divergence is in the basic structure of the system. One thing that I wanted for AW was to have the scenes be fully expandable and mod-able, as well as giving a lot of fine control to actions to do what they want. So we basically have a framework running two sets of independent action objects and a set of position objects, which call text from expandable library system. It works, but there are a lot of moving parts. All that separates the system from being fully mod-able is a couple dozen lines of code to import the objects properly. The main downside to the system is the performance cost, as the framework can't make any assumptions about what actions/positions are possible so that needs to be determined each round. Fortunately there's a good amount of performance optimizations to be made, and we have plans for a new async preload module that should make rounds fairly seemless unless you're rapid-fire clicking through the scene. The biggest task is actual written content for the actions, along with variations and alternates for different kinks. :D

Tezel

Hey. I just found your game and tried out the public version. First off I like how much work you've obviously put into this game, it's clearly a big step above most other games of it's kind. But often it feels from my point of view that it's way TOO in-depth. Trying not to skip through text, I felt like I was studying for a test. It also felt like there was too much content before you are even able to create your character in the female start.