Tuesday, December 24, 2019

Merry Christmas & Happy Holidays


Whether you're celebrating Christmas, Hanukah, Yule, Kwanza, the winter solstice, or even no holiday at all, we send you our best wishes for a merry time!

We've been hard at work like normal, but it's currently Christmas Eve here in Guam so I'm going to keep this post short with a few images. Thanks for all your support this year!







Wednesday, December 18, 2019

Portrait


Hello everyone, time for another update.

First, let's get the pregnancy fix out of the way... In my focus on making the AW_Fixer Powershell script, I made a mistake in the actual solution. When I realized today, I nearly slapped myself facepalming. There were two problems in that tiny snippet of code, basically two places the wrong value was used... and I only fixed one. Check Patreon/SubscribeStar/Discord for updated fixes. Sorry about that!

We've been working on the same things as before, some refinements, bug killing, balancing, and different types of portraits. Basically, the things I talked about in the last update. Rather than repeating that, I figured it'd be better to show you some of the results.

First up is the status record:


You'll find this in the main character menu page. Click a stat button and you'll get a pop-up like these:



Basically, you're able to see the last ten changes to that stat. Some of the descriptions are rather amusing, I had some fun because there were literally hundreds of descriptions to add for all the ways these stats can change in the game. :D

On the portrait front, we've come up with an alternative from the more simplistic SVG face avatars. They haven't been very popular, but luckily we're able to create better-looking SVG portraits. It's more work, but I think you'll approve. We're focusing on females for now, who currently don't have portraits at all.


I think it's a pretty significant improvement over the older style. Thanks will have to go to Besty though because I'm pushing all the extra work onto him. 

That's all for this update,

ThaumX

Wednesday, December 11, 2019

Holiday Erections


Hello everyone, it's time for another dev blog post!


Despite the delay to fix a certain bug where you could pass out while at work, we felt pretty good about the v29 release. This seems to be a sign of bad things because we've ended up getting plenty of bug reports over the last few days (thanks for those, btw). Luckily most of them have been pretty simple to fix so far, though we've gotten some reports related to mental stats that have been tough to track down.



This has led me to the realization that because there are so many different things going on in any single AW day, it can be too difficult for the player to recognize what's going on with their character. When something isn't working properly, the player generally doesn't know what's going on. So, for example, we get a report about vigor not recovering during sleep. When I try to replicate it by playing through several days with multiple newly-created characters, focused on sleep... I find nothing wrong.



Something is obviously going on in that case, most likely a bug... but there are also problems that happen simply because a player doesn't realize. For a while, we had a problem where players were ripping their character's orifices apart, causing a host of negative mental statuses and health issues... but it wasn't clear that that was what was happening. We 'fixed' that by dialing back the penalties and preventing penalty stacking, but that still feels more like a workaround.



Anyway, what this rambling means, is that I've decided that it'd be good to have a simple reporting system that tracks the most recent (10?) changes to different status variables. I've already figured out how to implement it, and I'll be doing that this month. It's pretty simple and straight-forward, so it should only take a couple days. In practice, you will be able to click on the different stat buttons in the character menu to see the last 10 changes to that stat. You'll see a basic label for the cause of the change, for example, "torn vagina" or "working at job". In addition, you'll see the amount of the change, and probably color-coding to make it easier to interpret at a glance.



This change should give three benefits:


  1. The player will be able to see more information about what is affecting their character if they wish.
  2. When some bug is causing incorrect/overblown status changes, it'll be easier for the player to see the cause, and for us to track it down and eliminate it.
  3. Balancing the game will be easier, as player feedback will be more valuable/actionable by being related to a specific mechanic.
We're also looking into some other balance and general issues this month, with the goal of making the version 0.30 release as playable and bug-free as possible.

Aside from that mechanical work, we're still looking at adding new fun stuff as well. One of the bigger items is character body portraits. We had a poll back at the end of summer, and you all decided that you'd like to use Koikatsu-generated portraits. It's about time to get those into the game.

While generating the body portraits is simplified by using software to create them, there are still some technical challenges I'll need to conquer for the best results. Things like ensuring consistency of pose/position/shading are important, and I think I'm pretty close to getting that solved. The most challenging issue, however, is what I call the multiplicative problem. The variables we choose to represent in the portrait are multiplicative rather than additive. Each variation has to be taken together with all the other variations.

To show how this becomes a problem, consider a very basic character representation:
  • 4 different skin tones.
  • 3 different shoulder widths.
  • 2 different waist widths.
  • 4 different hip widths.
  • 8 different breast sizes.
  • 3 different weights
4 * 3 * 2 * 4 * 8 * 3 = 2,304 different images!

To work around this, I am hoping to use a layered approach to cut down on the number of images required by isolating different segments of the body portrait, as well as creating different "overlay" pieces. This will require a decent amount of photoshop work, but the total amount of work should be considerably less.

I'm not certain how much detail I'll be able to get into the body portraits during this month, but we should at least have some basic body representations finally :)

That's all for now, it's time to get back to work! :D

ThaumX



Friday, December 6, 2019

The Happy Hucow Release v0.29 Changelog


Hello everyone, we're finally here with the version 0.29 release!

We had a few last-minute issues with system interaction bugs because we made several changes to the sleep and job systems. They're resolved now, but they can be a bit of a pain because they usually only happen when things interact in a certain way. 

This release ended up going off on something of a tangent, as mentioned in an earlier dev blog post, but that has probably led to more content overall than we would have had. I'm pretty proud of some of the events and content we've got in this one, such as the Seedbed event at the Bureaucratic Corps, the Mermaid event if you stay awake and pass out too often, and some of the hucow events in the new Dairy Hand job. I'm pretty proud of the creation I'm calling a "hecow", something of a submissive male hucow.

You'll find out all about them in the dairy hand job, though they're still pretty rare compared to hucows at the dairy. Speaking of cows, you can now get the bovinex gene mod that will give you some cow features and bigger udders. There are a few other new transformatives in the breast/milk department, and some revision/improvement of the existing Lactamax drug. We've also got stronger milkers, as well as improvements to and fixes for the lactation/breast system in the game in general.

We discovered an overlooked problem: some players just wouldn't go to sleep. Because high fatigue was penalized, and we had other things to encourage sleep, we expected players to go to sleep at night, which is important for the game mechanics. We didn't expressly force the player to sleep, we figured that the penalties and encouragement would be enough. As it turned out, some players would just skip sleep, perhaps using naps or other methods to regain a little fatigue as needed, and mostly ignore the penalties. This caused plenty of bugs for them, along with difficulty with maintaining their stats, which couldn't be replicated on a game where the player sleeps... So now we have the player pass out if they stay awake too long. If they are at home, they sleep normally with a minor penalty. If not at home the player will pass out wherever they are and can be treated to a number of different surprises when they wake up. (The 'worst' surprises won't happen until passing out for the third time.)

As usual, we've got a lot of minor improvements and miscellaneous additions such as the new rape scenes that can happen. It's been a rough month personally, but I'm still pretty happy with what we've got to show you in version 29. I hope you enjoy it!

Change Log

Known Issues:
1) In certain NPC interactions where they contact you, clicking the "send" button after the conversation is over will result in an error popping up. This won't break anything, and you can continue as normal. 
2) There may Bestybugs present in certain <<has>> macro uses he has created.
3) The comparisons for weekly changes in the end-of-week summary are pretty flakey

Statistics:
Words: 2,074,134   Characters: 12,429,975   Lines of Code: 189,561

Changes:

ThaumX:
  • Added the Bovinex Gene Therapy to the game.
    • Adds hucow ears and tail to the player.
    • Increases breast size and lactation ability.
    • Has a number of varying effects including nipple enlargement and sensitization, gaining certain kinks, libido gains, and minor fertility increases.
    • can be found at the Farm Coop Dairy
  • Added Mammarex transformative to the game.
    • Primarily increases breast size, can cause nipple sensitization, increase lactation training, and increase your bimbo score with enough use.
    • Becomes more effective at breast growth the more you use it, also causes more bimbo gain the more you use it.
    • Breast growth is primarily proportional to initial size, so characters with larger breasts will see more absolute growth.
    • Can be purchased from the Farm Coop Dairy
  • Added Teat Enhancement treatment to the game.
    • Gives larger hucow-friendly nipples and makes them more sensitive.
  • Modified Lactimax.
    • Growth amount is now more proportional to initial breast size.
    • Growth now increases somewhat with mulitple uses.
    • Lactamax can now cause risky kink and nipple sensitivity if used twice.
    • Libido can be increased if used more than 3 times
  • Added Lactation Training session to the Farm Coop Dairy to increase lactation training (this can normally be increased with milking).
  • Added much more detailed description of treatments and services available in the Farm Coop Dairy, including ad images for drug treatments.
  • Added 3 new scenes that occur when you are given Bovinex, Teat Enhancement, or do Lactation training at the Farm Coop Dairy.
  • Increased available lactation ability level to 6, for full hucow milk production. (The variable ranges from 0 to 6, 4 is the max level from character creation.)
  • New Lactation guide explaining how lactation in AW works in the game encyclopedia.
  • Numerous balance tweaks and fixes for lactation:
    • Lactation training will now properly increase
    • Altered rates and limits for lactation training with different pumps
    • storage capacity/production has been increased for higher ability levels.
    • other changes involving too much math to discuss...
  • New data validation added to Tits Class and certain other data objects.
  • Added Job-specific side images to job events.
  • Relabeled the button for the Cumming Soon Store in the medical district from "Cumming-Soon" to "Cumming-Soon Store" to make it more clear that it isn't a placeholder button.
  • Fixed Besty's TimeCock in date scheduling. Scheduled dates and hangouts should no longer disappear and do other random things.
  • Fixed the lactation training status display in the character menu.
    • Added a number value and better descriptive words
  • Added a bimbo and corruption status bar to the character menu.
  • Changed the Universal Bimbo Parser so that it replaces two and too with "to" instead of using the number 2.
  • Really big Institute B-Corps event has been added (the Seedbed event).
    • Includes 11 art images that go along with the event.
    • Includes a unique bad end depending on the player's choice.
    • The player must be at a higher rank/promotion level for event to trigger
  • Changed the Tingler App as planned to present random partners.
    • Lily is no longer always available from the Tingler App.
    • Women are now included in the list of potential partners.
    • Total number of available partners increased by 2 for more choices.
    • Added a Tingler App Logo, lol
  • Added the current date and time to the school pages and date scheduling pages, to make it a little easier to plan when to schedule a course or date.
  • Fixed Besty's fudged milk capacity and lactation values in predefined hucow NPCs.
    • Also gave them more reasonable breast sizes...
    • Gave Zoe "Cupcake" Kagawa giant teats to correspond with a job event.
  • Added the Dairy Hand job working for the Farm Coop
    • Custom descriptions, job wallpaper, job image, and event side image.
    • Includes 8 full-size daily-job-content items, the first full-sized ones in the game (2.5k words).
    • Three single job events (4.5K words).
    • Other standard job content such as custom tasks, hiring messages, etc.
  • Added Bukkake function to give the player a thorough bukkake!
  • Fixed bug where Besty failed at running sex system scenes at work. can now sex at work with confidence.
  • New location images for the Farm Coop map
  • Fixed bug where certain transformatives were not initializing from backward compatibility
  • Sleeping is now forced upon the player.
    • A player at home with max fatigue (0% Vigor) can now pass out and sleep normally with a minor mental state penalty.
    • Players still awake after 0245 will receive a warning message about being sleepy.
    • Players in their home and still awake at 0350 to 0400 will pass out and sleep normally with a minor mental state penalty.
    • Players outside their home at 0350 to 0400 will pass out where they are, causing some fun potential events.
      • Passing out in the street only allows the player to sleep for a couple hours, leaving them still very tired.
      • There is a negative penalty to certain mental statuses for passing out this way.
      • The Player may simply wake up unmolested or can have one of six events happen to them while they are passed out on the street.
      • Likelihood of more extreme events happening increases with the number of times you've passed out in the street.
      • Special Mermaid event can happen, involving being abducted for some interesting experimentation followed by an escape. This event has a low likelihood of occurring.
    • This fixes the "health decline" issue caused by constantly high fatigue levels.
  • The sex system has received some attention!
    • You can now have sex with the ladies.
      • There are currently no custom lesbian sex positions, so as a temporary measure you may "have sex" with them in a normal sex position... just imagine it as tribadism for now.
      • Women obviously won't ejaculate, and the sex scene won't be ended automatically because you can both keep going.
      • New action is available to end the sex scene in a friendly way once everyone has had an orgasm.
    • Doggy style sex position has been added
      • How was this overlooked in the first place?
    • Anal sex is now a thing, there are two anal sex positions.
      • The lubrication system has not been added, so the game assumes your ass is as lubricated as your pussy is. This is temporary, obviously.
      • NPCs can cum in your ass, but this doesn't necessarily mean they won't pull out and cum somewhere else such as your ass or groin...
      • Anal sex is significantly less likely to bring the player to orgasm.

Besty:
  • Small events are everywhere now.
    • 5700 words, oh my!
    • These are small events that happens in all areas of the valley, you can check them in the main window right before the main location text.
  • 3 new BDSM sex actions! 
    • Not sure if usable right now though but you can try.
  • Cooking system properly works now.
    • 14 recipes ready to be cooked.
    • You can add additional ingredients like drugs to the dishes.
    • You can replace store milk with your own if you have some in the cryo container.
  • You can clean your clothes from wetness and some stains using action menu.
    • Effectiveness is not that good but it can help you to remove harsh contamination quick.
  • Some more older text were proofread.
  • New map for gov district.
    • Map passages will be added later but you can already look what area will be. 
  • Random raping can occur now in more juicy parts of the town.
    • 4300 words of various scenes including one assaulter, a gang bang and around 8 various endings. You can even shoot the bastard if you have the gun.
  • NPC display was updated to show normal parsed values instead of raw numbers.
    • Works for main body description as well as junk information.
  • A lot of stuff regarding date scheduling and other thingies was fixed!
  • A little event for Maid job (around 1000 words).

We hope you enjoy the release, thanks for your support!



Wednesday, November 27, 2019

Happy Thanksgiving!


Whether it's turkey, ham, or something else entirely, we hope you're able to enjoy something delicious this autumn! Good food, good friends, and good booze!

Fall is my favorite time of year, personally, though unfortunately we don't exactly experience seasons here on Guam. We did get something called tropical storm Kammuri yesterday though, so I suppose that'll have to be good enough. It sucks how a lack of seasons makes it really difficult to get into the 'holiday spirit' for just about any holiday. It never feels like the right time for any particular holiday, even the summer ones. Although, after the first few giant mugs of beer at Lutz's Oktoberfest celebration, combined with a liberal sprinkling of shots of German schnapps, it does start to feel pretty festive!

I don't think I'll personally be doing much this Thanksgiving. I have to work during the day and my wife certainly doesn't feel up to cooking or dealing with a large Thanksgiving gathering. She started chemo and radiation on Sunday, so far she seems to be tolerating it pretty well, though she's been dealing with some nausea (thankfully the anti-nausea medication the doctor prescribed seems to be doing the trick). This year we'll probably just go out to a restaurant to eat... probably something that isn't very appropriate cuisine-wise. The nicer places that are serving a special Thanksgiving meal are outrageously expensive, hundreds of dollars. 

Our work on AW has been progressing, despite everything going on and a coincidental set of common colds. For one thing, I think we finally managed to kill the bug lurking around the date and hangout scheduling system! I'm pretty happy with how the huge B-Corps event turned out, I think you guys will like it. There's even a special bad end available, involving Steve.

Besty is adding a little bit of r*pe into the game as we speak, which should spice things up a bit. It's been a fairly common request and one that offers a lot of potential possibilities in execution. He also managed to finish the cooking system, which as usual can be easily expanded at a later date. Right now there are several unique dishes you can cook, which for the most part are surprisingly normal and less phallic than I expected. Of course, you can also make some of these:

My work on the sex system has been dragging, unfortunately. A combination of complex code, not-very-fun writing, and just general life stress. Rather than waste too much time to inefficiency, I'm probably going to take a different tack and work on the Dairy Hand job. I figure I'll get more stuff done for you guys that way, rather than pounding my head on something I'm finding temporarily difficult. Plus, hucows are fun!

Thanks for all your support!

ThaumX

P.S. Here are some more cooking images to inspire you:




Thursday, November 14, 2019

Got Milk?


Hello everyone, I guess it has been a little while, hasn't it?

There's been plenty going on with me, so I've been mostly working quietly. I don't want to fall behind with everything going on, so I've found it easier to just focus on content/code rather than dividing my time too much. More on that later though! Version 29 is going to have updates and improvements to the sex system, along with some other fun things.

Someone pointed out that we didn't have a cow ear/tail mod to go with hucows, so I went ahead and made the main planned hucow transformative called Bovinex. I also did some balance adjustments and made the full range of lactation ability accessible, with some other minor updates. The lactation system is now basically complete minus making some images for industrial-strength milk pumps and turning them into purchasable items at the Farm Coop. I also added a teat enhancement treatment and lactation training to the Farm Coop dairy, complete with mini-scenes for the three new treatments. I also added an encyclopedia guide to shed some light on the lactation system, simply because it's a bit more complex than most.


We're getting some new sex positions and actions for the sex system in version 29, along with enabling kink-specific content for actions and positions. Because there's writing needed to "kinkify" various sex actions, we won't be able to write everything for this update. I'm focusing some more on the popular kinks like impregnation, Besty and I will be teaming up some for some less-than-consensual behaviors, and Besty is working a bit on some more BDSM themed stuff. The hardest part is just getting the intelligent kink selection to work when selecting text to display from the content library.

Another little side project is work on an interesting event for the Bureaucratic Corps job, which is a bit different in that it doesn't directly involve the player. Rather, the player, in their role as an HR-type person, has to review a pretty serious event that occurred in the bowels of the Institute and decide how to handle it. A sexy horror event with some choices and moral quandary at the end. We also have a little art for the event, as your character is partially reviewing the actions of an Institute Containment Response Team. The story is mostly text, something that occurred a few weeks before the player is brought in to make personnel decisions. Because the events in the story have already happened, and the player only controls how to handle the aftermath, it's easier and more fun to use art with it. :D

This event doesn't go well for them...

On a more serious note...

The main reason things have been a bit hectic for me is that we discovered that my wife has cancer just over two weeks ago. It's taken a bit of mental adjustment, and we've had lots of appointments at the hospital. Thankfully, due to my unique work schedule as a shift worker, all the appointments have been outside my normal AW development time. Mostly all I've had to give up so far is sleep and free time.

To be clear, I'm not asking for time off or delays or anything like that. Honestly, because of the way my schedule works, I'm not expecting much change at all in the amount of time I spend working on AW. I still need to go to my day job, and that's where I do the bulk of my development (about 80% / 32 hours). So because I'll be at work anyway, there's no point in not working on AW while I'm there, right? The only time that really changes is when there's an IT emergency of some sort (generally, an ill-conceived patch or hardware failure), and that has nothing to do with my wife's health. The remainder of the time is usually at home at night when everyone is asleep or going to sleep, also something that's unlikely to disappear.

That said, I have to admit my mental state hasn't been great in the last two weeks. So my work efficiency has suffered a bit, but I'm already adjusting back toward something like normal. We're not that old, I'm something like an "elder millennial" having been born in the mid 80s, so we really weren't expecting a major cancer issue. Apparently, it's quite rare for someone my wife's age to get colorectal cancer. It was a bit of a shock... I suppose some adjustment time is normal. Then again, I guess nobody ever really expects cancer though, so there'd probably be some adjustment regardless.

In case you're curious, my wife has an aggressive stage 3 colorectal cancer. She's getting a chemo port put in shortly, and will be starting chemo and radiation probably in 2 weeks or so. after a full course of that, she'll be going into surgery. Unfortunately, we won't be certain of the N stage until after surgery. The MRI showed 6 lymph nodes, but the size of the nodes on MRI was inconclusive by itself for most of them. According to the oncologist today, her 5-year survival rate could be anywhere between 50 and 75%. It depends on those nodes, so we'll have to wait and see.

As always, thanks for your support. I'll keep doing my best for AW, despite the winds of chaos that seem to be blowing a bit stronger as of late. :D

Saturday, November 2, 2019

The Horror Release - Version 0.28 Change Log


It's that time again, time for another release!

There are a few graphic elements in this release, but for the most part, it's just named "horror release" because of Halloween. The image of the bloody girl comes from the movie Naked Zombie Girl, which you can watch on YouTube. It's not great--the cinematography is particularly distracting--but hey, it has a naked girl killing zombies. The most interesting part for me was how they pretty much entirely avoided showing any nipples, the fake hair worked pretty well. Unfortunately, she doesn't actually kill zombies with a dildo sword, because that'd be awesome.

Anyway, back to the release!

We've spread out our effort somewhat this month, adding smaller chunks of content all over the place. There are still some cool larger things though as well, particularly in the form of main story content (female start), school content, and a unique fair event at the Farm Coop. We've been trying to take everyone's feedback in the survey to heart, and have been focusing a bit more on fetish content and other suggestions. We're always open to suggestions and ideas, so you don't need to wait for a poll or survey! We know we aren't perfect; your feedback is very important for making a better game :D

We've also got a few areas of code additions or improvements this month, mostly planned items such as custom action buttons and code surrounding children. Still, these are primarily to support adding content, so they haven't taken up a lot of development time compared to the major systems. Custom action buttons, for example, are important for adding unique action prompts, such as those needed for quests and the main story. Genetic code helps create children, which are needed for content surrounding any of the PC's bundles of joy. 

We've also been expanding some of the things to help bring the world and certain things to life. Random events, small observations or occurrences that happen in various locations, and things like global parsers to modify game text based on bimbo level or certain kinks. We've continued our debugging efforts as well because things are always better with fewer bugs!

Change Log:


Words: 2,032,048
Characters: 12,185,881
Code Lines: 187,510

Known Issues:

We've received some varying reports of issues revolving around the system for scheduling dates or hangouts, such as planned dates disappearing from the schedule. Unfortunately, Besty, myself, and some of our testers have been unable to replicate the issue. To be clear, we try to replicate a bug so we can figure out what's going wrong (and therefore fix it), and not because we don't believe the reports. So, if you encounter something weird that happens with the date and hangout scheduling, please let us know about it. We'd really appreciate information on what you happened in the game between scheduling and things going awry, including things like saving/loading, etc. Also, the situation that you scheduled the date in (location, who contacted who, etc) could also be useful. 

Changes:

ThaumX
  • Added eldritch horror mechanics.
  • [female start] New main story event and quest.
    • Lily will now text the player on Sunday after exiting the prologue.
    • The player must show up at Lily's place to meet her for the first time.
      • It's a scene where the player visits Lily's basement and learns more about her role in the grand scheme of things.
      • Failure to show up results in a bad end when Lily "recycles" you.
  • Oldest Profession school content added for all the courses offered.
    • Includes variable "lessons" for the Jobbing 101 and 201 courses.
  • Rewrote and expanded Besty's new Maid Pouffiasse school content.
  • Children objects added to the game.
    • Children are now generated when the PC gives birth (and isn't a surrogate).
      • Children have traits based on simple genetic output using the parent's appearance traits such as hair color.
      • Children may be named by the player after giving birth.
    • The player's children are now displayed in the social menu, with basic information including age, growth, and physical traits.
    • The child class has been set up for more complex interaction with children at the Appletree creche.
      • Includes support for "special" children, such as those fathered in a crazy experiment or by aliens or something.
    • Children persist through saves of course, but can not currently be interacted with (that's coming a little later).
  • The <<has>><<orhas>><<or>> AW trait/kink logic macro had a hidden bug discovered and fixed.
    • A good deal more existing content should now change as intended based on the player's character.
  • A new Totally Accurate™ documentary about Stalin and the USSR now occasionally can be found on TV at all hours.
  • Womb burst threshold math adjusted to be more forgiving.
    • The benefit of multiple elasticizing treatments is now multiplicative rather than additive. 
  • The womb burst bad end now uses the correct image.
  • Animal hair and tails are now a thing, so you can become a Neko girl.
    • You can have features from a cat, dog, or fox.
    • Get the experimental treatment from Nekomatics in the medical district.
    • Parser functions contain basic descriptions of the ears and tails.
      • The player's character description describes the ears and tails, but currently little other content describes these features.
    • Code support for non-human dongs has been added, but parser support has not yet.
    • NOTE: Nekos and some fancy cocks are pretty much the whole scope of what we're planning here.
      • If there's an outpouring of support for more furry-lite type things, we may consider adding them (if easy enough) or slating them for after 1.0.
  • The Tummy Hugger pregnancy tracker output formatting has been fixed.
  • There is now an extra sperm removal process to make sure even special sperm is removed from the fallopian tubes after conception.
  • Improved the dialog system that utilizes SugarCube's native dialog windows.
    • Dialog windows now refresh the UI on close to account for any time/changes that happen while the dialog is open.
  • Fixed the no-cleaning cheat so that it actually works.
  • Improvements and fixes to the fertility system in regard to the Multiple Ovulation mutation.
    • Adjusted the time spread of ovulation to be more effective/fun.
    • Days to ovulation information is now properly calculated based on the next potential ovulation in the spread.
    • Further ovulations in the spread are prevented if the player conceives, preventing sudden twin-womb pregnancies.
  • If the player has the toilet fertility module installed or the fertility seal tattoo, the main phone UI display of the player's cycle will be more accurate.
  • Besty bug causing player characters to wake up too-damned-early has been fixed.
  • Added Custom Action Button system.
    • Allows unique action buttons to be used for specific actions, quests, and events without hardcoding new buttons.
    • Gives access to creating action buttons to mod authors.
  • Added a system of global text parsers to alter and substitute words across the game based on central values.
    • Alters all game text, so it is intended to represent a change to how the character sees the world in addition to just dialog.
    • A bimbo score of 50 or more causes the most extensive set of changes to occur.
    • Having the slut kink (or ramped up evolutions like hyperslut) causes some changes like sometimes describing cocks more positively.
    • Having the cumslut trait will sometimes cause cum to be described more positively.
      • Example: "He sprayed baby batter all over!" can become "He sprayed delicious baby batter all over!"
  • Slightly increased the rate skill points are gained.
    • Further increased skill point gain rate for schools.
  • Created new passage tester dev tool to aid proofreading/editing new content
  • Tweaked the exposure threshold for the lower body as it counts for being exposed in public.
  • Several other things I've totally forgotten about, usually minor. 
  • Random roving editing/correction of Besty's writing

Besty
  • Cooking is expanded with some new recipes and ingredients.
  • New events:
    • Bridge area
    • "Free bodies" downtown
    • Mall area
    • Fert Corps street
  • Fert Corps redneck Fair with various events added. You can visit it on 19-21 of April at the north of Farm Coop.
  • New TV content - "My little horse girl" episode
  • Maid pouffiase school content for all courses.
  • Fully implemented exercise system. It changes your tone if you work out enough. And if you neglect any physical exercises for long enough you'll get weaker. Whoa, just like in a real-life!
  • Fully implemented nutrition system too. Your weekly spending on food (Sunday "week summary" window) affects your nutrition as well as eating at fast food in the mall and other places. Exceeding your calorie intake will result in gaining weight while exercising and a more healthy diet will allow you to lose some weight.
  • Small one-line flavor events added to some major locations.
  • Several bugs fixed:
    • Athletic clothes don't disappear after buying anymore :D
    • Error on subtracting like from NPC that calls you to hang out
    • Sex with stripers fixed.
    • Items don't seem to be removed from the "owned" list when placing them somewhere SRM
    • Friends convos go in circles bug fixed
    • Tone level changes during prologue fixed.
    • Contacts disappearing overnight fixed
    • Saving is no more available at the schools.
    • School NPC interactions fixed.
    • And many many more...





Thursday, October 31, 2019

Happy Halloween!


Hello everyone, and Happy Halloween!

We've been hard at work on version 28, and are still expecting to release on the 2nd as planned. Well, as long as something truly crazy doesn't happen like a zombie outbreak or something on Guam, lol.

There's been some new craziness in my personal situation, but since it's not really affecting development and we're busy getting ready for 28, I'll wait before saying anything about it. For the immediate future--the next few months--it's unlikely to cause any problems or delays in development. Because of my commitment to transparency in development though, I just wanted to let you know that there's been a negative development in my wife's health situation. 

It does seem like I've hit a rough patch of luck over the last few months, but I really do hate the idea of being "that developer" that's always complaining about something or making excuses. My goal is and has been to make sure we have a solid plan and contingencies to handle these sorts of situations. I think we've done pretty well so far, we haven't had any serious delays in overall development due to our personal situations. For the most part, we've even been really good about hitting our release dates, with only a few delayed releases over the last couple of years.

That said, sharing all the negative stuff that happens in our lives does tend to give a negative impression about our commitment. We can't really change that, so all we can do is continue to do our best to make the very best game we can. As always, thank you so much for your support. Emotionally, I can't really express how much of a difference it makes not only in development but in my life as well. Thank you!

Thursday, October 24, 2019

Special Preview

I forgot to add it to the blog post I just wrote, so I figured I'd add it in here for all of you who look at the actual dev blog :D

This is some late-night art that is being used in a scene with Lily providing some "encouragement" to the female start protagonist. This is a bit graphic/extreme, so if that kind of thing bothers you, you may want to skip viewing it. The game's content filters will hide it as appropriate, of course.

Deep in an Institute Lab...

Science Fiction


So I've been pretty obscenely busy the last week or so, but I've finally been able to scrape together the time to write a new post. I'll go into why I've been busy in a bit, but first I'd like to share some of the cool stuff we've been working on.

There's some cool new content for the Oldest Profession and Maid Pouffiasse schools. There's also the first fair, being held at the Farm Coop fairgrounds. It's a yearly event that happens from May 26th to 28th. There's plenty of 'fun' things to see at the fair, and there's even a little something special for some of you folks out there...
We get asked about it rather often...
I've also added in the ability to get animal ears and tails, by using some experimental gene tonics produced by Nekomatics, such as the Cat-A Tonic. Right now you can get cat, dog, or fox ears and tails. Some parser calls have been written, but right now the only place it shows up is your character description. Technically I've also added in support for non-human cocks, though this won't appear in-game until the parser calls can be updated and we enable it on some NPCs. 

I also discovered a rather silly bug, that was causing some character-specific text not to show up properly. Because it was set up for a soft fail, it was just showing the default text in certain circumstances. All because of a silly [i] that should have been [j].

As for why I've been so busy... I've been dealing with the bureaucratic process of requesting an emergency transfer through the gov't agency I work for. Basically, it's been determined that my daughter can't get the help and treatment she needs here on Guam, so we have to try and make it back to the mainland U.S. to a location where more medical resources are available.

While it's called an "emergency transfer", that's emergency in bureaucratic speak, which means several months. Which in some ways really sucks, because we're basically stuck out here until then, and that means no real treatment for my daughter unless we send her back to the states without us. Thankfully it's not exactly an urgent issue, but she also can't go to school right now. Right now we're doing a sort of weird homeschooling thing with help from the school, which falls to me to do most of the week. 

So that takes up a lot of what used to be my limited amount of free time. I love my daughter, but I can tell you, I do not have the skills or natural aptitude to be a teacher for children. :P

So anyway, for now, this really doesn't mean much for the development of AW. Now that this little spurt of paperwork and such is taken care of, it'll mostly be waiting for something to happen... so pretty much status quo. When and if something does happen, I'll be busy for a couple months to pack up, sell the house, move across the planet, find a new place to live, and get settled in, but I should be able to get back to AW pretty quickly afterward. As awful as all this is, being able to live on the mainland again is a definite silver lining.

And of course, even if a hypothetical move becomes a nightmare, we'll still have Besty to work on things. AW progress will continue to march on!

Thanks as always for your support in all its forms, AW wouldn't be possible without you guys!

I'd also like to take a moment to give a special thanks to Demichan, who has been helping to edit Besty's writing lately. Proofreading/editing can be a lot of work, and it's greatly appreciated; it goes a long way towards helping us get content into the game faster!

That's all for now, thanks for reading.

o7

ThaumX




Wednesday, October 16, 2019

Keep Going Mom


Hello everyone, It's time for another update. 

It's been pretty hectic in my life lately, with everything going on with my family, but I've still been hard at work on AW. In addition to writing new content for the schools that didn't have content yet (Maid Pouffiasse, Oldest Profession, Mrs. Fubb's Parlor), I've also been able to play through a solid chunk of gameplay to search for bugs. Fortunately, I didn't find any major ones, but I did pick up on some minor ones, as well as a couple that wouldn't be obvious without developer tools. Besty as well has been spending some extra time looking for bugs. It's good to spend some time on a more careful bug check every so often.

The more interesting thing I've been working on is the addition of children to AW, something that I get asked about a lot. Right now you still won't be able to interact with them (until we get the creche up and running with some writing), but you can name your children after birth, and keep tabs on them via the social menu.

The children are now proper objects, with physical characteristics determined by the parents on a by-child basis. And for "unknown" fathers, we use a part of our procedural generation code to generate a suitable 'father' for genetic purposes based on Appletree's demographics. The only caveat is that if you are gestating children from Progenerate via the fecundate division or being a part-time surrogate, you won't be able to track or visit them because they're not your children.

Besty has also added an interesting organization to the game, something called the U.S. Fert Corps. A sort-of grassroots organization promoting citizens to do their part in making new citizens. It's... unique, to be sure. There's at least one event in the game already where you encounter some of their members. :D

That's about all I've got for you in this update, we'll keep working towards v28!

You might catch a new documentary if you watch some Appletree TV.


The Springtime Release v1.26

This summary is not available. Please click here to view the post.