This time
changes in the code of the game engine pretty minor (mainly bugfixes), but so
many changes and updates in the content files, that I decided to do full
release this time.
- Applied spellchecking.from R.
- Changed
uterus implant. Now it's using organ mechanic. Also redone Dr. Genki events
related to it, and added possibility to increase implant's maximum volume.
- Added few
more images to the tasks, and to the key events reported from organs (like
birth).
- Merril's
request to Dr.Genki quest is fixed.
- Filling
breasts implants added.
Also some
more minor bug fixes.
CAUTION! Changes
in the implant made it incompatible with old saves. Characters from old saves
with installed uterus implants can experience weird behavior on trying change
or remove implants. Sorry about it. If
you really like previous character - remove implants before using save in the
new version.
Pass:
fmaster
Dr.Genki seems to be broken. All he ever does is ask what he can help with and the only option for you to choose is leave. I already should have unlocked the pregnancy implants but can't get past this.
ReplyDeleteI can't confirm this. I tested it myself again, and all working as supposed to. Maybe you use old save? Then it can be like this.
DeleteSome thoughts about Nostordamus mod:
ReplyDeleteI liked this mod, but this mod not exactly fit in the game lore (as I seen it), and image selection is sometimes questionable (and they are so "heavy" too. 160MB - it's more then triple the size of the main game). So full integration is not possible. But how about some minor adaptation, so this mod will be fully untied from the specific game version? I can do that pretty easily, so compatibility will be maximum. After it mod will not rewrite any files at all, so it will not conflict with any further updates. How about that?
Integrating it would be great. Updating last time too the next version was a decent amount of work. About the lore, I tried to follow your writers guide but I did take some liberties. Could you please indicate what you do not like? I’m still working on some more content, keeping it within your view of the lore would reduce work in the future.
DeleteI know the pictures are a bit on the large size, it should be possible to reduce the size but I did not really bother with it.
Ok, I done it. There is link for the adapted version:
Deletehttps://mega.co.nz/#!YRUjFDpb!EhpLEzC0i99S9X9kH8_mrPFH4aTgjaKoySD1ujxyMCU
Pass: fmaster
I have played with the mod extensively and quite like it.
DeleteIt adds much needed quests to the game, but it has some issues with the added spells. Especially the Ball Size one.
And the game does not recognize the futa transformation.
Thanks for the adapted version. I will use that as basis for future expansions and patches.
DeleteI will check the content of the sorceress again.
To secify, if you buy a futanari proxy, you have the option to scan her male measurements, the transformed proxy does not have this button.
DeleteThe missing scanner was caused by the fact that the event of the scanner looks at activePartner.isRNAactive("balls.exists"). The other events look at (proxy.hasOrgan("balls")) so I did not mess with the RNA while making this event. A manual fix is adding self.setRNAactive("balls.exists", true); to the futanari event or wait for my patch.
DeleteScanner of Dr. Todd works with DNA. This transformation not change it - only RNA is changed. So character after it still geneticaly female, and scanner not works.
DeleteOkay, another bug is the special milk of olivia, after you drink it, you have two breast descriptions, one small and the original one.
DeleteAnd the event is repeatable.
Anon was having problems with the scanner in the house. As far as I can see this one looks at RNA. The DNA/RNA is a bit complex but as far as I understand RNA is for the current proxy and does not influence offspring. The extra gear the proxy gets is created magically, it is fully functional but should not be present in their offspring, that’s why I only changed RNA. Making an event containing self.setRNAactive("balls.exists", true); gives my proxy access to the scanner in the house.
DeleteI did not try Todd content after this “fix” so I’m not sure if it works. In my opinion however, scans for Todd’s quest should be performed by a real futanari and not a magical created on.
You could argue that the magic transformed proxy should not have access to this scanner because of the way she obtained the extra gear. Because of all the other scanners available I would argue that in this case game play go’s over realism. It would be very confusing for most players why this scanner is not available.
The repeatable milk event of Olivia is on purpose. There is no method yet of reducing breast size, during the milk barn quest it is very easy to let your breast grow out of control. The growth of breasts is percentage based so the larger they are the faster they grow. Using Olivia´s event you can reduce the size again. Your breast need a minimum size to prevent them getting “stuck” at a real small size.
DeleteThe double description I did not encounter before, I will try figuring out what is going on there.
Nostordamus, I wanted to say thanks for the mod. It's a lot of fun. I do kinda see why it hasn't been integrated yet. It reduces the difficulty quite a bit. lol. I spent hours DNA breeding my proxy with strength and ball size so that they can handle large breasts, but your mod simplifies alot of it. Although it lowers the overall difficulty It's still quite fun.
DeleteThere are some places where it get's really confusing because lack of a buffer text. An example is before you're done with the elf quest line and you have to wait 2 weeks to see the queen again. It doesn't say you have to wait 2 weeks, rather it implied I should go see her now. So after a few days I thought it was broken or I was missing something opening the event file made me see I had to wait longer. Same thing with the stomach training, I didn't know why the button would random appear and disappear. some buffer text saying you're too full would be nice.
Is there a place where one can find more mods like this or leave feedback to the developer?
Thank you for your feedback. I look at this site, so if you leave feedback clearly indicating that it is for my mod I will see it.
DeleteThe large breast impact is severely reduced by the bra my mod added. At some point I had the idea of implementing a clothing system so you had to choose between different buffs. I also added a corset for example, wearing a bra + corset at the same time would be hard.
Random appearing buttons and confusing events are a result of me developing the mod on my own. I create the events myself so I know exactly what to do. This makes it sometimes hard to detect confusing situations. Based on your feedback I know now I must make things a bit more clear there.
I’m still working on a new rather lengthy quest chain, need to put the finishing touches on another new one. Then I will created a patch to take the feedback and bug reports I received so far into account. ETA, depending on free time.
There is questionable behavior on older saves (and possible on new game too): pussy milker is available to use on male proxy due to incorrect condition:
ReplyDelete"
if (activePartner.getRNAValue("generic.arousal") >= 75 && GetFlag("neferi_pussy_pump") == 1 && activePartner.getStat("vagina.vulva_size") < 20)
"
As I can guess, all float/int stats of absent organ is equal to 0, so this condition returns true even for male proxy (if it aroused enough, of course). Can I suggest adding something as `activePartner.hasOrgan("vagina")`?
Oh, just forgot to mention filename. It's "evnts/base/milking/pussy_milker_under200.walk"
DeleteSorry for multi-posting, here is fixed files for this issue: http://ge.tt/272D6d92/v/0?c (all related files got additional check for required organ)
DeleteYou are right, fix will be added.
DeleteIt's me again, the first post guy; to answer your question H.coder, no, i didn't use a old save. I started a new on and Dr.Genki's been broke the whole time. I cant even view cosmetic options like I used to because his dialodue doesn't progress past "how can i help you".
ReplyDeletedoes you proxy have any money on them? I found that unless my proxy has the lowest amount for any of his procedures otherwise no options will appear
DeleteGenki uterus implants opens only after player found about them from Neferi. Growing implant acessible also only genki experiment with its prototype is finished.
DeleteIn previous versions there is been logical bug, and player sometimes geting access before he should.
Thank you. I fixed it with a re-download but knowing about the growing implant will help.
DeleteI might be missing something obvious, but how do you get a uterus/womb scanner in the new version? The older one just had it after talking to the guy right at start up.
ReplyDeleteThis is not changed. Player get access after Todd's fertility scan module upgrade is finished.
DeleteDisconnecting a proxy while walking around adds clones of the proxy in list on management window (multiple pointers to same person it seems).
ReplyDeleteStarted new game and first noticed with Kiana quest in the forest, and disconnecting (in a random location) another proxy I hired afterward did the same thing. Wondering if it is reacting with tasks that cause the proxy to disappear from the list, as they both had swimming and/or running tasks assigned.
I noticed the same thing too, except it happened to me when my proxy lost a fight, and it seems there is no way to get rid of the clones either I know I tried to fire the original proxy but when I tried it for clones the game said that they are a "cheated" proxy and won't let me get rid of them and even if i make the original quit on their own the clones will stay
DeleteSame here, lost a fight.
DeleteSeems the only way to solve it is to remove and then add them back in as workers in the dev menu. Going swimming as a task will make one temporarily disappear for a few days but the other two will remain no matter what
DeleteUps... My fail. Confirmed. Patch will be here soon.
DeleteAnother small issue: description of some absent organ getting wet on licking male partner breasts. I've slightly enhanced description, here is link to changed file: http://ge.tt/7kmNgf92/v/0?c
ReplyDeletewhen a proxy created from the hyperbreeder template gives birth the console prints the child's name as well as
ReplyDeleteloaded: RNA: gamedata/dna/genetic_traits/human_hyperbreeder_rna.dna
gamedata/organs/hp_breed.organ
however no child is added to the list of proxies or the list of characters in world
Deletealso when I append the human_hyperbreeder_rna.dna set to a proxy using the Edit RNA function and then activate that proxy the game freezes.
sounds like an issue with human_hyperbreeder_rna.dna, do proxies Created from DNA Template human_female_agency_worker_hyperbreeder.tdna not have that genetic_trait officially applied?
Hyperbreeder genome still experimental and can't be accessed from normal game. If you add proxy with it by hands, some weirness can happens (as I can't be sure that you done it "right".)
DeleteButtons to load dna never be meant to be used in the "Edit RNA" mode on the living character. They are for templates only.
Also i can't be sure why child not shown anywhere, but it might be not related to the hyperbreeder genome. Save with the pregnant proxy before birth, that cause such disappearance will help greatly here.