Saturday 30 October 2021

Newlife 0.7.5

 Hello everyone!

 
Newlife 0.7.5 has been released. Early-access Patrons can find it in the creations section here. The changelog is below.

The previous version is now public. You can download it using the links on the right-hand side of the blog. The public version's changelog is here.


I think that this version will be compatible with saves from the previous version, but I haven't tested it so I may be mistaken.

For new players - just use one of the links to the right to get a zipfile containing Newlife. Once unzipped, you'll see a folder containing .jar and .exe files. Either one of these will run the game. 
For either version you'll need to have Java installed. A lot of programs use Java so you might well already have it. If the jar shows up as an unrecognised file type, then you probably don't. In that case you can get it from http://www.java.com/
The exe should tell you if you don't have the right version on your computer, but you'll still need to install java to run the game.
There's a guide for new players here which includes some troubleshooting tips for installation & downloading.

 

This release focuses on improvements to existing scenes, primarily the lesbian ones but there's also a few things there for MF content.

 

Major changes & additions:

  • Added a nightclub-dancing sub-scene for the lesbian club.

Minor changes:

  • Improved the checks in the “hit your partner while dancing because you're drunk” section in the MF club dancing scene to use behaviour instead of simple trait checks.

  • Added some variations to the text when giving birth to children after the first.

  • Added self-undressing actions to the FF makeout.

  • Updated the “lick cock” action in the oral scene to have a bit more variety. Specifically there are now 8 possible pieces of text instead of just 1, but most of the new ones have conditions so you won't see them all in one encounter.

  • Added some more breast-touching lines to the lesbian NPC makeout action.

  • Added a short alternative piece of male-internal-orgasm text to the couch sex scene that doesn't have any special conditions, just to give a little more variety when none of the more specific passages are available.

  • The standing-front sex position now allows the PC to wrap one of her legs around her lover's waist. This requires some fitness (10, so toned characters can do it from the start) and is not available if the PC isn't at least somewhat turned on or if she's heavily pregnant. This sub-position increases the risk that an attempt to pull out will fail.

  • Added “boring documentary” to the possible films you can watch on a lesbian date at home. This one may bore your date into seeking a distraction. For example, a distraction that takes place in the bedroom.

  • The PC's behaviour towards her date is now stored when transitioning from town to home dates, so you won't be prompted to pick one when arriving at your home.

  • Added some more options for the female NPC's kiss makeout action.

  • Added some more text variety to the standing-sex “move hips” action.

  • Female NPCs with the magic fingers trait can now give you a backrub when they're at your home.

  • Renamed the “Business Management” skill to just “Management” so it should fit better into the UI.

  • Following some comments on discord (from Stochastic, IIRC) about the head-shaving event being too common it now has its weight significantly reduced if it has already happened in that game.

  • Added a “man-bun” hairstyle as requested by Bolana, along with a few lines for it in the “Grab his head” action in the cunnilingus scene.

Changes for user-submitted content:

  • addSexualActivity has been moved to the main NPC class, meaning it is now available for female NPCs. Note that ANAL is not a valid argument for female NPCs and will cause an error if set as the parameter. (TODO – credit requester over PM on disc?)

  • Use addSexualActivity with the SEX activity to cause the PC to lose her virginity. This will automatically pick either lesbian or straight virginity, depending on which type of NPC you called the method on.

  • the various testWill methods that were previously in the male NPC object have been moved to the NPC one which now makes them available for female NPCs. Use these when willpower checks are being caused by an NPC. The methods on the PC object are unchanged.

  • Added the sleazy office workers to the special NPCs that can be replaced with custom ones, as requested by Sight.

Bugfixes:

  • Fixes to text issues. Thanks to Stochastic for reporting some of these.

  • Fixed a bug reported by Jjrider where having your partner impregnate a female friend off-screen did not update her virginity status.

Enjoy the new version, and let me know if you find any bugs!

Saturday 2 October 2021

Newlife 0.7.4

Hello everyone!

It turns out that my medical issues are due to a chronic condition, but while this doesn't have an outright cure it is possible to treat my symptoms. I've been given a pile of prescription medicines that are working very well which means that I'm pretty much back to normal now and I've been able to release a new version of Newlife. So, on to my usual mostly-copy-pasted release post!

 
Newlife 0.7.4 has been released. Early-access Patrons can find it in the creations section here. The changelog is below.

The previous version is now public. You can download it using the links on the right-hand side of the blog. The public version's changelog is here.


I think that this version will be compatible with saves from the previous version, but I haven't tested it so I may be mistaken.

For new players - just use one of the links to the right to get a zipfile containing Newlife. Once unzipped, you'll see a folder containing .jar and .exe files. Either one of these will run the game. 
For either version you'll need to have Java installed. A lot of programs use Java so you might well already have it. If the jar shows up as an unrecognised file type, then you probably don't. In that case you can get it from http://www.java.com/
The exe should tell you if you don't have the right version on your computer, but you'll still need to install java to run the game.
There's a guide for new players here which includes some troubleshooting tips for installation & downloading.

 

This release adds a first lesbian makeout scene that can be accessed from a lesbian date at home (which in turn is accessed from the lesbian club weekend-evening action).

 

Major changes & additions:

  • Added a lesbian makeout scene, which functions as a sort of hybrid makeout/sex scene. This can be accessed from dates at home with another woman.

  • Added a new type of makeout action: KISS_BODY where the PC's partner kisses her breasts or stomach.

Minor changes:

  • Added some more variety to the titfuck action in the oral scene for when it's chosen repeatedly.

  • New LESBIAN_ORGASMS stat.

  • Female-start characters can now select whether or not they've previously had lesbian experiences at character creation.

Changes for user-submitted content:

  • Added the “lesbian virgin” field to female custom characters. If this is missing then the game will fill it in using the usual logic. As such, old templates from before this release should still work fine.

  • Moved causePlayerOrgasm and its no-cheating variant from the male-npc object to the general npc one, meaning it will now work for female npcs as well.

  • Please let me know if you notice any other methods that should be moved to all-npcs now that FF makeout content is in the game. I do seem to remember moving up some other methods at some point when I was quite ill, but I seem to have forgotten to note them in the changelog and I can't remember what they were now.

  • LESBIAN_LYING_MAKEOUT is now a valid scene transition.

  • Added a performMakeoutAction method to female NPCs. Note that this uses a slightly different method signature to the male equivalent so simply copy-pasting code for male NPCs will not work: the “rough” parameter is removed and a new “dominant” one is added.

  • Updated the HOME_DATE transition and lesbian equivalent to automatically populate the Pc's behaviour towards the NPC if it had been set before.

Bugfixes:

  • Fixes to text issues. Thanks to Sync and Tomboyfriend for reporting some of these.

  • Replaced the copy-pasted date-end text that had been left in by mistake with some proper lines. Thanks to Sync for pointing out this problem.

  • Fixed a bug reported by Modus0 where the PC would not get dressed on returning from the porn-theatre back-alley, resulting in her potentially being naked for the rest of her date.

  • Fixed an issue reported by Brobort where socks were no longer allowed with business outfits even when relax-outfit-restrictions was set. Socks are now allowed in business outfits if the option is set.

  • Fixed an issue with some npc stripping actions where they could dishevel the PC's clothing even when it was previously at further state of undress.

  • Female-start characters were missing a default hairstyle, meaning the character-creator screen was getting a null haircut which prevented the game from starting unless one was chosen. This has now been fixed. Thanks to Tomthehand for reporting this.

  • Fixed an issue reported by Silne Veras where a man in the club would treat the PC like a porn star even if her only porn work was a video he himself leaked to the internet. This action now requires the porn-star flag (from actual porn work) or for a video to have been leaked by someone else.

  • Fixed a bug reported by AnarChYsT where the charm-training scene could end up duplication actions.

  • Fixed an issue with the positioning for one of the sitting makeout's subpositions not working with the text for one of the standard makeout actions.

  • Fixed an issue where the PC wasn't gaining enjoy at one point where she has an orgasm in the blackjack scene.

  • Removed some duplicate text reported by Sync in the lesbian date that referred to your date as a “he”.

  • Fixed a bug reported by Brobort where you could get into a neverending threesome in the office party.

Enjoy the new version, and let me know if you find any bugs!