Monday, December 19, 2016

ALPHA 0.9.2: All Things To All People


This update allows a third answer to the question of whether the player character has a penis or a vagina.

I am thoroughly aware that there are strong opinions out there about exactly what is and is not a futanari or futa. I've probably annoyed almost everyone by making up my own meaning, since I needed a categorization and decided to use the term to distinguish slaves who have not only dicks and pussies, but ovaries, too. Naturally, this update gives some attention to the Futanari Sisters, who are rather pleased to live in an arcology owned by a fellow hermaphrodite and also want in on that organ farm, regardless of the player character's equipment.

Download: DropboxMegaSaves from previous versions are incompatible, but 
0.6+ saves are eligible for New Game Plus. Latest hotfix is 0.9.2.1 (1600 PST December 20), save compatible.

0.9.2.1 changelog

  • Fixed the error message in the boob collision random event.
  • Replaced existing accent elimination calculations with a nonrandom placeholder pending a stat update.
  • Addressed an issue that was suppressing most clothing effects.
  • Fixed starting slave weight customization display.
  • Addressed an issue that may have been causing starting slave custom birthday oddities.
  • Personal training will no longer default to softening flaws if the only available flaw is a paraphilia.
  • Conversely, personal training will now default to fixing flaws if a quirk is already present in that slot.
  • Fixed a bug that prevented captures during the coup attempt event unless Roman Revivalism was active.
  • Reworked the way a completed slave education is applied.
  • Fixed minor display issues.

0.9.2 changelog


Futanari player characters
  • Enabled futanari player characters and provided descriptive support for futas in appropriate scenes.
  • Futa PCs qualify for most genitalia-dependent interactions and training bonuses, but suffer moderate reputation penalties.
  • During starting slave customization, futa PCs can create futa slaves at a reduced premium.
  • All events involving the Futanari Sisters are slightly different for futa PCs and will appear more readily.
  • Futa PCs do not have to pay upkeep for the presence of the Futanari Sisters and can subsidize them more efficiently.
  • Futa PCs can indulge in a unique series of sexual escapades with Sisters living in the arcology, available from their slave market screen.
Other updates
  • More pregnancy, blindness, and erectile nuances from Anon.
  • Provided a new event in which Futanari Sisters living in the arcology can be given access to the organ farm and given guidance about whether to reproduce.
  • Generally updated the Futanari Sisters' events to current code standards.
  • Fixed and reworked accent elimination to require that the slave be able to talk, but not fluently.
  • Increased the effective volume of lip implants.
  • Devoted slaves will no longer develop certain behavioral flaws due to extreme fear.
  • Bugfixes.

65 comments:

  1. "During starting slave customization, futa PCs can create futa slaves at a reduced premium."
    Is this reduced premium supposed to be for all slaves for futa PCs or only the first? Because currently it only works on the first slave the PC makes.

    ReplyDelete
    Replies
    1. Actually it seems to sometimes work? Not sure why but sometimes fiddling around with options and refreshing the slave description will eventually get it to kick in.

      Delete
  2. Goddamnit FC Author ,you're going to turn me into a futa fetishist at this rate.

    Two bugs that i've noticed:

    1) Slaves set to average weight default to plush in the creator (after you hit refresh). Oddly, they actually start the game with average weight, so it's just a superficial issue.

    2)If you customize starting slaves to have just had their birthday, they have another birthday 4 weeks later. The premature birthday seems to only occur for custom slaves who've had their birthday changed, and it always happens on week 4. Interestingly, when it happens you'll get the "Her birthday was this week; she turned 27. She remembered it, but no one cared." notification in the end ofeek rundown, yet vanilla slaves (who haven't had their birthday changed) don't get the notification.

    ReplyDelete
    Replies
    1. I can confirm having the Birthday issue as well, had it in 9.1.4 too.

      Delete
    2. 1) also happend to me but even in 9.1.4
      claims its plush after setting normal/healthy and starts in game as plush

      Delete
    3. That birthday issue is really strange. I'll take a look.

      Delete
    4. The bug only effects the birth week, you can freely adjust the year and they will not age up so long as the birth week isn't modified, so you can still do the old method of spamming the nationality of choice button until you get the 52 weeks until birthday, then just base all slaves off the the original slave and modify from there.

      Delete
  3. Self-Hating still seems broken for me, if I try to induce it it is gone the next week and even if I add it in cheat mode it disappears when I get from the slave page to the main menu

    ReplyDelete
  4. BUG: Random event "loose buttslut", HG double anal option, does not work properly for head girls with a dick and vagina, saying they use a strapon. To fix, the check that reads elseif "$HeadGirl.vagina is -1" (the last one before the else) should instead read elseif "$HeadGirl.dick > 0".

    ReplyDelete
  5. BUG: If a slave has a behavioral flaw and a paraphilia, and the behavioral flaw is successfully softened, PA will default to softening the paraphilia, which doesn't actually work. This has no real negative effect in game terms other than to provide an awkward message in the summary, but players who are reling on checking PA status on the main menu to see when to switch slaves will be misled.

    ReplyDelete
  6. So, now I really want to know if some sort of Amazonian societal option will become implemented where futas are held in high regard while men and women are generally slaves. you know, like the gender idealism or radicalism.

    ReplyDelete
  7. BUG from 9.1.4 (I haven't reached it yet in this version, but the related code doesn't seem to have changed, so I presume it's still there): I smashed the Daughters of Liberty with mercenaries, personal arms and hacker support but no Roman Revivalism, and got no slave captives. I tried again using Cheat Mode to switch myself over to Roman Revivalism, and duly received 8 captives after crushing the Daughters. I believe the culprit is the following block of code, from P coup attempt:

    ((if (random(0,99) < $seeDicks)>>
    ((set $j to 5>>
    ((elseif (random(0,49) < $seeDicks)>>
    ((set $j to 2>>
    ((else>>
    ((set $j to 0>>
    ((/if>>
    ((for $i to 0; $i < $j; $i++>>
    ((display "Generate XY Slave">>
    ((set $activeSlave.origin to "She is an enslaved Daughter of Liberty.">>
    ((if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>>
    ((AutoRulesActivate 1>>
    ((/if>>
    ((set $slaves.push($activeSlave)>>
    ((/for>>
    ((if (random(1,100) > $seeDicks)>>
    ((set $j to 0>>
    ((elseif (random(51,100) > $seeDicks)>>
    ((set $j to 3>>
    ((else>>
    ((set $j to 5>>
    ((/if>>
    ((for $i to 0; $i < $j; $i++>>
    ((display "Generate XX Slave">>
    ((set $activeSlave.origin to "She is an enslaved Daughter of Liberty.">>
    ((if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>>
    ((AutoRulesActivate 1>>
    ((/if>>
    ((set $slaves.push($activeSlave)>>
    ((/for>>

    Which, if seeDicks is 0, guarantees that j will be 0 for the purpose of generating both XY and XX slaves (since random(0,99) will never be < 0, and random(1,100) will always be > 0); even if seeDicks is 1, there will still only be a very small chance of any slaves showing up. The (quite different) code for a Roman Revivalist victory, on the other hand, works fine.

    Also: I'm having a weird problem using the Twine editor, where "Publish to file" produces a file without any Javascript, which naturally can't be played. I've been able to make and test modifications using Notepad++ instead, but it's rather a pain. Does anyone have any idea what might be up with that?

    ReplyDelete
    Replies
    1. Have you got the latest versions of both Twine and Sugarcube?

      Delete
  8. Also, a cosmetic bug: when one of your neighbours advances the Arabian or Chinese Revivalist Future Society of another, the notification erroneously reads "helping to advance its Roman Revivalism" rather than the appropriate one.

    ReplyDelete
  9. BUG: Classes, including the Schoolroom, are still continuing to add intelligence after the slave has completed her education, if she has another reason to stay in classes (skills or accent).

    BUG: When the Rules Assistant is set to trigger at the end of the week, it does not do so if all slaves are in facilities.

    FEATURE REQUEST: There is no way (that I can find) to have a rule apply both to slaves in the penthouse and slaves in facilities.

    ReplyDelete
  10. The RA is still bugged / not working. It's giving me this:
    Apologies! An error has occurred. You may be able to continue, but some parts may not work properly.Error: <>: bad evaluation: Unexpected identifier.Stack Trace:Error: <>: bad evaluation: Unexpected identifier

    Followed by Function.values. Am I doing something wrong or is there a bug?

    And the 1 week Nympho bug is still on the loose, in Debug Mode or out.

    ReplyDelete
  11. To be fair, you haven't annoyed everybody. I for one agree with your definition.

    ReplyDelete
  12. The NGP is bugged.
    Regardless of what you choose on the 'slaves to import' ,
    many ( 1/2 or more ) of the slaves in the old game will be imported.

    ReplyDelete
  13. I'm still getting this error message. But please, before deleting it suddenly at least give me a reason. Why you are keep deleting this post?

    ReplyDelete
  14. so, what exactly are futas, they are originaly male or female?

    ReplyDelete
    Replies
    1. In the context of this game, origin gender is not of concern.
      You can give a female slaves a dick (and balls) or you can give a male slave a vagina and ovaries. I also remember that the point of the lab slave was that they managed to create her (all slaves are addressed as female) with all the equipment from the start.

      Delete
  15. I really like what you did with this game!

    I did have a quick look into the source on how a slave's value is calculated. From what I can see, age seems to be the dominant factor by far. Slaves get -3 points per year of age (halved at the end, yes, but they all are). This means the points from age can vary by as much as 90, while for most other factors, it’s about 10 at most. Yes, there are a lot of other factors, but still…
    Also, maturity preferentialists don’t really prefer older slaves that much. There’s a sudden net increase at 30 years of age by 8 points, but the formula remains the same – meaning after only 3 years, the bonus is lost. Plus the sudden spike seems a bit counterintuitive and is undocumented…
    Here are the complicated-seeming formulas I’d suggest instead:
    Standard: 210 – 70 * (log5(age))
    Maturity pereference: 85 – ((age-30)/2.2)^2
    Youth preference: 228 – 7 * (log5(age)) – age

    Not easy to visualize, so here’s a little graph:
    https://drive.google.com/open?id=0BzPAGRGh7aTsMmdIU0FWb2wxS2c

    Of course, you might have a good reason for doing it the way you did :)

    ReplyDelete
  16. The 'End of the week' report is bugged.
    Regardless,
    of whether you have ' Your master suite will not detail slave changes' or 'Your master suite will detail slave changes.'
    Reports for the 'master suite' and the 'penthouse' slaves merge / run together.

    ReplyDelete
  17. Futanari Player Character?!
    Well I for one am excited and overjoyed to have this option. Great work as always!

    ReplyDelete
  18. I've asked this before but can we get the option for Futanari sister's slaves to have less ludicrous breasts?

    I'm tired of spending 15k creds on a slave so I can waste more 10k just reducing it's breasts because they are K size or something. And them coming with 50 genome damage or something on top of that really doesn't help either.

    And please make it an independent option from the balls vs no balls dilemma, since I want my futas to have balls AND proportionally sized breasts

    ReplyDelete
    Replies
    1. You're too kind, futas for life!

      Hope you had a nice Christmas!

      Delete
  19. I didn't see this in 9.1 as I kept making new saves, but with 9.2 I noticed whenever I make a new save it duplicates all slaves.

    ReplyDelete
  20. As of 9.2.1 the bug of slaves who have had their birth weed adjusted has not yet been fixed. They will still have their birthday at the end of Week 5.

    ReplyDelete
  21. The RA is bugged.
    If you try to make 10 or more rules,
    strange things happen.
    Example: Rule 10 'becomes' rules 4, if you try to delete rule 10, it deletes rule 3 , etc.

    ReplyDelete
  22. The Muscles category in the Rules Assistant doesn't appear to do anything. Played around with switching it around while automatically affecting all slaves, and regardless of the selection here, no changes are made when activating rules.

    ReplyDelete
    Replies
    1. Or... maybe it needs to be combined with a slave diet setting to work... just started working suddenly.

      Delete
  23. The Futanari Sister subsidy unsets itself every turn when playing as a futanari. Unclear about whether or not it does this with other PC types.

    ReplyDelete
  24. Anyone know how to improve Trust while still maintaining your supremacy? I have a 5 whores and 1 fucktoy but the collective fear is really keeping me from preventing any kind of trust from being built up between us. I'd appreciate some tips, the ingame tips are pretty vague and out of date.

    ReplyDelete
    Replies
    1. Collective fear can be a pain to over come. On slaves with devotion of accepting or higher give them nice clothes or let them dress them self. The "pretty jewelry" and similar collars also help boost trust on positive devotion slaves. What living conditions are they set to? Positive devotion slaves get a trust reduction/fear increase if their living standard is "spare". Finally while it is expensive giving them curatives to increase their health gives a trust boost past healthy.

      Delete
    2. Oh and I forgot the obvious. The Spa can really help a slaves mental state.

      Delete
    3. Ah and two more things. If you go "Manage Arcology [C]" then "Universal Rules [U]" and "Disallow slave on slave molestation" that can also help build slave trust. Lastly while this is another expensive thing to do you should give every slave a "Smart Piercing" from their "Use body mod studio" menu ASAP and just leave it on "All sex". This will slowly increase their sex drive and then their attraction to men and/or women as needed until they are an "Omnisexual nymphomaniac!" which will make them happier and more trusting with just about every sexual act.

      Delete
    4. I set my whores to omnisexual nymphomaniacs in character creation but they still seem to hate everything, but I need the early game cash/rep so it's kind of hard to go without them, then having mad whores makes my non-whore slaves fearful. Should I just get a bunch of servants to try to even the atmosphere or something? I'm losing my mind.

      Also, do you perhaps know how to make the other Arcologies stop trying to oppose me on everything? Every time I go White Supremacy they immediately go White Subjugation, it's really starting to piss me off that I cannot just run my Arcology how I want to.

      Delete
    5. There is a decent ingame "First Game Guide" under the "How to Play" tip that might be better at getting you setup since it's pretty comprehensive and sort of how I learned to play.

      Delete
    6. I've read it but the only thing that really helped was the Head Girl tip. I don't play Idle Wealth though I go slaver usually. Still works. What the problem I have is I can adopt any single policy I want except any kind of Racial Supremacy (tested on White and Asian) and then immediately the other arcology (only playing against 1 because of this bug or feature) will choose subjugation of my favored race. They will sometimes choose their normal policy alongside racial subjugation which is what's leading me to believe that FC Author is doing this on purpose.

      What's even more annoying is I can be influencing them and they will still adopt subjugation and then it will say I am helping their "racially aligned supremacy" even though it's the exact opposite. Do I just keep influencing them until they stop being fags or what?

      Delete
    7. It is totally intentional on the authors part. At least one archology will have a 'rival' in charge of it. They are actively malicious against you though you can take care of them later through an event story chain. It takes a LOT of money though. And to avoid the money woes some what I go archology engineer start so I can boost the fuck out of prosperity and get a ton of money from taxes.

      Delete
    8. I don't think it has anything to do with the rival since I've been having this trouble for months. I've also played with three other arcologies on and they've all taken racial subjugation at the exact same time. Doesn't make any sense to me as to why this would happen in a Free City and at this point I just want to know how the hell I can play as a White Supremacist without having the entire rest of the city turn against me even after they've adopted all my other policies. It's dumb.

      Delete
  25. I can confirm both the birth week glitch and the muscle setting in the RA glitch.

    ReplyDelete
  26. The fully-upgraded schoolroom is taking an awfully long time to fix accents. I have a slave who has been in there for 30-ish weeks now with no apparent progress.

    ReplyDelete
  27. "Her enormous, uncut penis is around 30cm long when erect, a rival to the world's largest natural dicks, but she lacks testicles. Her poor scrotum is so overfilled, every little vein is visible. She must be in agony. As a nympho, she's almost constantly hard. Her foreskin is stretched by her dickhead, probably as a result of recent penis growth it hasn't had time to get used to yet. Her erection has stretched the skin there taut. Her artificial vagina is located beneath the base of her penis, its upper part concealed by her balls."

    Something has caused the slave description to get confused over whether or not this slave has testicles.

    ReplyDelete
    Replies
    1. Figured it out. Randomly, penis growth drugs can cause testicle growth, but the code for that doesn't check to see if testicle size is at max (6) before adding, so it pushed their size value to 7 causing the case switch to go to the else.

      Delete
  28. MAJOR BUG: Started NG+ with 10 rulesets. Deleted the last one. Attempting to add a subsequent tenth rule causes the game to think Rule 10 is Rule 1. Hitting Next on Rule 9 goes to Rule 1.

    ReplyDelete
    Replies
    1. It seems like adding a new rule when you're not looking at the start/middle of your rule list fucks things up. I haven't had that issue when I've added a new rule while looking at the last rule in the set.

      Delete
  29. "In addition to being an orally fixated cumslut, she eats by sucking dick. She's become psychologically addicted to cum. Her paraphilia is satisfied by the way she gets to eat."

    That appeared in the turn summary even though I don't have the phallic feeder upgrade.

    ReplyDelete
  30. I'm still getting heaps of errors when I start the game and do "add another slave, starting from a new slave".

    ReplyDelete
  31. Technically scenes like this exist in increasing..detail, if you pick the Futanari Sisters for the Branch School and join their Orgy in their purchase screen.

    ReplyDelete
  32. I can't seem to advance transformation fetishism in 0.9.2.1
    Society keeps on disapproving in my lack of visible transformations for slaves who have implants. Is there a some threshold of implants I have to reach? Do only fillable implants count towards advancing that society?

    ReplyDelete
    Replies
    1. It sounds like the implants aren't big enough relative to the amount of "real" tissue. When implants are large relative to the amount of tissue the description will change to say that the slaves' breasts or but look artificial.

      Delete
  33. Starting a new game. Sample starter slave:

    Lauren is a hesitant, fearful slave. She seems reasonably healthy, and she's 30 years old; her birthday is in 23 weeks. Her green eyes are dim; she is of below average intelligence and is poorly educated. She hates oral sex and tries to avoid it. Her sexual tastes are quite normal. You do not understand her sexuality very well.
    Before she was a slave, she was  Error: <>: bad conditional expression in <> clause (#6): Cannot convert 'State.variables.milkmaidCareers' to object Currently, she has an attractiveness score of 43 and a sexual score of 2.
    Lauren is tall at 170 cm, and nicely plush. She's originally Irish; ethnically, she's white, and her skin is fair and heavily freckled. She speaks English in a beautiful Irish accent. Her hair is red. It goes perfectly with her fair skin and freckles. Her face is not attractive, but is appealingly cute. She has thin, unattractive lips. Her teeth are crooked, detracting from her beauty whenever she opens her mouth. She is unskilled at oral sex.
    Her sizable tits, 650 CCs each, would fill D cups. They're not attractively shaped, with her nipples pointing down. Her shoulders and chest are feminine. They're covered in freckles, which are particularly dense in the cleft between them. Her nipples are pretty normal. Her cute nipples are surrounded by a minimal pink areolae.  Error: <>: error within widget contents (Error: <>: bad conditional expression in <> clause: Cannot convert 'State.variables.fakeBellies' to object) She's got a curvy and enticing butt. It's complemented by her ample hips. Her freckles are particularly dense across her lower back.
    She is a virgin. Her pussy is fresh, with minimal pink pussylips. Her red pubic hair is waxed into a neat patch above her pussy. She is unskilled at vaginal sex. Her anus is very tight, and the pink skin around it is stretched smooth, since it's been deflowered only recently. She is unskilled at taking anal.

    This is a fairly consistent pattern.

    ReplyDelete
  34. weird bug where the upkeep causes whatever amount you had originally to default to 10kish

    ReplyDelete
  35. IMO your explanation of what futa is is correct


    (dont qoute me on these, its just me interpetration of the word and a summerazion of how others use it)

    futanari: has a dick but is otherwise female and for some unexplained reason can still ejaculate

    full-package futanari: same as regular futa but also has balls.

    shemale: dude with androgynous body

    (no idea what the futa with balls instead of vag is called, but its usualy misnamed to the 3 above, due to no one knowing what its called)

    sissy: is generic term for men portrayed as women, has many names like sissy, dragqueen, crossdresser, femboy etc

    trap(just for reference): a dude that looks indistinguishably like a female, and in the anime/manga community they are usually shotas

    ReplyDelete
  36. I always play female pc so all I get is oral instead.

    ReplyDelete
  37. bug(?): when creating a slave during the start picking lowest devotion and trust and 2 flaws, you can max everything else except picking nympho and the cost will only be 3k which is the start value so the cons overweigh the pros when calculating the cost

    ReplyDelete
    Replies
    1. ah i might see why, one of my 3 slaves got mind broken after only 3 weeks, XD jesus that was fast, welp il have to try again.

      Delete
  38. Bug: Using cheat mode, I gave myself slightly over $100 million. Then a recruitment event happened with two twins offering themselves for sale, and I was told I did not have enough to buy them.

    ReplyDelete
    Replies
    1. Twine may or may not handle extremely large numbers well. I'd go for ¤10m next time, and let me know if that doesn't work.

      Delete
  39. Bug:
    When I have a rule that applies both to the assignment Whore and to the Brothel facility, the rule no longer applies to those slaves who have been assigned to whoring. This happens with all corresponding assignments and their respective facility. It's like the facility application trumps the assignment application of the rule.

    Other Bug:
    I became married to my headgirl, and then when I tried to marry another fucktoy, I was no longer married to my headgirl. It was only allowing me to marry one slave. In cheat mode, I could change our relationship with multiple slaves to being married.

    ReplyDelete
  40. Is there any way to induce lactation that doesn't involve pregnancy or that surgery that causes BE?

    ReplyDelete
  41. There is a bug since a couple of version where certain outfits (Conservative clothing, Nice Nurse and Mini Dress) have the right description on the character's screen, but the main menu's description has the slave listed as naked.

    ReplyDelete