Game Options -> Debug & Cheating -> Enable Debug mode, Enable custom function part of debug mode.Any way to edit variables using the FCHost launcher? In actual browser it's just opening the console with right click but is it possible with the launcher?
The most funny thing about this is that there are numerous games here that definitely breaks rule 7 too. They do not at all allow prepuberscent sex in any way. And, according to law (international and national in all western countries) this included anything visually depicting a minor, no matter what they are described as. So most Japanese games would have to be removed.At this point, I would say that pregmod is more like a complete rewrite. It is not just about the dozens new features (that's the tip of the iceberg), but also about how the code has been cleaned up and reorganized. I don't know if you have looked at the source code recently, but many Twine/Sugarcube parts have been rewritten in a more modular way as Javascript functions.
Regarding making it 18+, I agree that the right way to ask would be to raise a ticket with the staff. However, I have some doubts that it would be an easy patch because you need to do more than restricting the range of a few variables: the code and the story text have explicit references to things that are against the F95 rules. You will also need to modify these, and keep on maintaining your fork of the pregmod code base if you want to keep your version up-to-date.
I am not saying that it is impossible, but it is probably much more work than you think. The current maintainers of the code have stated that they have no interest in adding any censorship in the pregmod code, so you will be on your own if you want to release this and still stay up-to-date compared to the pregmod code that is in constant development.
Positive and negative 20 and 50.does anyone know the actual numerical values that correspond to the different levels of devotion? im making myself a thorough ruleset for my slaves and i have no idea what number corresponds to ambivalent, accepting, devoted, etc.
The code is problematic. I just did a quick search and I found 169 occurrences of "underage", 224 occurrences of "preggololi", 464 occurrences of "loli" as an isolated word (i.e., not part of "lolita"), etc. These words appear in slave descriptions, in weekly random events, in reactions to player actions, and many other places. I do not want to quote any examples because that would also be against rule 7, but you can occasionally find such problematic descriptions even if you only recruit (or incubate) slaves above 18. I do not use the loli mode in Free Cities, but still I have seen several references to underage slaves while playing.Make it technically comply with rule 7, that's it. And I don't think that rule applies to text appearing in the code. What matters is what you find in game. And I haven't found any references to pre-pubescence, when no such slave is present. You could technically do some genetic engineering and body modification to make fake lolis, but that's by definition post-pubescent. And anyway such things will be looked at more favourably, when there's no graphics besides what people choose to import by using third-party software.
If you open the options for the Rules Assistant, under the Activation Condition you will see a link for the "Help". Scroll down to the description of the "Number getters" and you will see this:does anyone know the actual numerical values that correspond to the different levels of devotion? im making myself a thorough ruleset for my slaves and i have no idea what number corresponds to ambivalent, accepting, devoted, etc.
Name | Description | Requirements |
|---|---|---|
| Devotion | Very Hateful: (-∞, -95), Hateful: [-95, -50), Resistant: [-50, -20), Ambivalent: [-20, 20], Accepting: (20, 50], Devoted: (50, 95], Worshipful: (95, ∞) |
Report them. Staff doesn't play all games, and sometimes questionable content gets added during updates and is missed until someone reports it. It'll likely get taken down, as long as it actually contains prepubescent content. Just remember that "prepubescent" doesn't mean "underage". Basically, if a female character has tits, the game doesn't break rule 7.The most funny thing about this is that there are numerous games here that definitely breaks rule 7 too.
Custom Getter:Would anyone know how to use the rule assistant to make a rule apply only on sun tanned and spray tanned slaves?
context => context.slave.skin == "spray tanned" || context.slave.skin == "sun tanned"
You can simplify it like this:Code:context.slave.skin == "spray tanned" || context.slave.skin == "sun tanned"
["spray tanned","sun tanned"].contains(context.slave.skin)
or
context.slave.skin.includes("tanned")
how did you get facial featuresHere's the text i'm getting in the weekly report: (i put the possible bug in bold)
She gets milked this week. While there, she gets the benefit of Amália's youthful energy. She produces from her breasts, which have a combined volume of 10200 CCs; she is lactating naturally and produces a healthy stream of milk. She's such a happy cow that her mental state has a positive impact on her production. Her internal chemistry is perfectly suited to milk production. Living as a cow helps her body and mind adapt to producing milk. Her pregnancy helps her body produce more milk naturally. Her shining health helps her really produce. Her extra weight supports her productivity. Her gene treatment increases her production rate. Her body has completely redesigned itself around milk production, making her a shining example of productivity. As a result, she produces 586 liters of milk over the week. Her milk is sold for ¤3,516. Getting constantly milked is as good as sex, as far as she's concerned. She is happy to have her breasts receive so much attention. She feels like she was made to be milked, not that she'd complain about such a good feeling. Her butt is machine-fucked to extract the cum from her invisible balls. Her hormonal balance impedes cum production. Her lack of a prostate reduces the health and volume of her ejaculations. She's so happy that her mental state has a positive impact on her semen production. Her shining health helps her really produce. Her cum lacks the primary ingredient, sperm, as she has not yet become a man. While it is valued less than normal ejaculate, this unique fluid is still valuable to certain groups. She produces one deciliter of cum over the week; the fresh ejaculate is sold for ¤6. Since she cannot maintain an erection, she requires painful and degrading anal electrostimulation to produce. Being a free range cow is one of the most laid-back assignments available. All that is required of her is that she lie back and get milked.
Here's the slave's stats:
View attachment 5142085
True, but it doesn't mean the game doesn't break the law. Rule 7 is not above the law. And these specific laws and regulations practically apply all over the world. The law says, if a person can be percieved as being minor, or is informed a minor, it is a minor. Doesnt matter if she has tits. The keyword here is "18". And to be presented in any kind of porn, you have to be percieved as an adult (18+).Report them. Staff doesn't play all games, and sometimes questionable content gets added during updates and is missed until someone reports it. It'll likely get taken down, as long as it actually contains prepubescent content. Just remember that "prepubescent" doesn't mean "underage". Basically, if a female character has tits, the game doesn't break rule 7.
This has been discussed to death and back over in the General Discussions forum. I think this is veering into off-topic about this game now, so I'm gonna refrain from commenting further on it.True, but it doesn't mean the game doesn't break the law. Rule 7 is not above the law. And these specific laws and regulations practically apply all over the world. The law says, if a person can be percieved as being minor, or is informed a minor, it is a minor. Doesnt matter if she has tits. The keyword here is "18". And to be presented in any kind of porn, you have to be percieved as an adult (18+).
Use a custom getter with the codeHow would I input rule conditions to make a rule that applies only to slaves with a specific quirk?
context => context.slave.sexualQuirk == "<quirk>" or context => context.slave.behavioralQuirk == "<quirk>" . Swap out the <quirk> with the label of the quirk you need.How short of a time period?4. There can only be one boomerang candidate. If you sell a bunch of slaves in a short time period, only the first one you sold has any possibility of returning.
15 weeks, I think.How short of a time period?