Thursday, January 23, 2014

Patch 0.95e.p8

http://www.mediafire.com/download/wx3rglgd3sr2fzl/patch_0_95e_p8.zip

Pass: fmaster


- fixed growth of the children. (Bug affected all growth, not only under Daria's blessing.) Spent almost a week to find it - just single symbol in the code! One single symbol caused all this mess in the previous patch.
- fixed possible crash situation caused by overfilling of the recursive script calling from the Daria bless effect script. This is separate problem from previous bug.

Sorry for low activity - I been busy these weeks after christmas holydays, and it's possible that I will be busy next one or two week too. My RL work, sorry. This can happens sometimes in my profession.

4 comments:

  1. There are a few things a find a little odd and would like to see changed.

    1. Futanaris lorewise are said to be able to have children with each other. It is stated that the reason human futas are fewer is becose there is a cultural disinclination for futas to have children with eachother.

    Yet the game prevents futas from having children but not from having sex, I would suggest having a high lewd check and or for futas to have low psy.futa rather then current restriction.

    2. currently as soon as an ova becomes fertilized the uterous is blocked from reciving sperm, I would prefer this effect to be when uterous enters phase 3. This would allow for multiple ovas to be fertilized by different fathers.

    3. a way to tell the parents of a worker. familiy tree or some such.

    of these i can fix nr 2 all it takes is changing a check from isPregnant to getStat in two files.

    ReplyDelete
    Replies
    1. 1. You slightly misunderstand game lore - futa's can normally have children with males and females, but futa have very low natural fertility level to their own gender. All futa's, not only human ones. If futa's will be normally fertile to their own gender, it can potentialy cause incest-like problem in the genetic, as they also will be able to have their own child (from playing with herself for example) - and without new genetic from other parent, this child will be like a clone. This still can happens, but normally it highly unusual.

      Culturial issues about futa in human society - it's about their own self identification. Most futa's have female type of the personality (even though bisexual orientation natural for them) but it's pretty common for them to feeling uneasy about how males or females will react to them. (The same how woman can have uneasy feeling about her small breast, big breasts, low or high weight etc.)
      So, having normal relationship between two futa initialy is more easy for them than relationship with other genders. But if this relationship turns to the marriage, it's very rare to them to have their own children.

      2. Why you think that? Code only do single check betweeen specific ova and "sperm dose" - it's true. But the same ova will be checked with any new sperm through all phase 2 of the uterus cycle. Also sperm live some time after sex in the uterus. And "sperm dose" always checked with all ova's. So it's completely possible for character to be pregnant with two children from different partners. It's even possible very rare condition where character will be pregnant with fraternal and monozygotic twins together (one ova from fraternal twins split).
      Fertilization(self); function called every hour through all phase 2 do all that.

      3. In the RL genetic not have such information. Even genetic tests just give answer only about "how possible that person X is parent of the person Y" in the percent. This type of analisys can be done in the game too, but nothing more. To save exact data about parents need to be used other mechanic - not genetic.

      status.isPregnant() function return true only if craracter is actualy pregnant, not just have fertilized ova in the phase 2 of the uterus. (Uterus in the phase 3, and can be additional conditions in future). Uterus swith to phase 3 only after time for phase 2 is finished - if it not have fertilized ova than it will be mestruation and phase 0. If fertilized ova exist - swith to phase 3 - pregnancy.

      Delete
    2. 1.I re-read the information and I was misstaken.

      2. while it is true that sperm that enters the uterus prior to an ova is fertilized is checked against the rest of the ova present, when an ova is fertilized isPregnant check returns true even if phase is still 2, thus preventing any new sperm from entering the uterus.

      3.true no truly certain way exist in IRL.

      Delete
    3. Uh, sorry. I'm rechecked all logic, an though function do as you say it's not error.

      In RL after fertilization uterus very quickly become sealed by muscus plug, breaking it - abort the pregnancy. This is emulate it. But sperm from several fathers can be in the uterus before first ova become fertilized. It's counted as "live" for 2-5 days.

      Function is supposed to return the same answer as doctor can say after full examination, so it can be used to exclude content logicaly not suitabe for pregnant character.

      Delete