- May 2, 2024
- 4
- 0
how do you have a lot of apartement slot?I assume you are using the inbuilt browser FChost.
View attachment 3814467
Observe the console, below the 'display changed variables'
The variable you want is V.RIEPerWeek
View attachment 3814477
In this example I am attempting to change the number to 4, its currently 3
Click 'run custom function' to execute
End week and proceed up to the Random Individual Events
View attachment 3814485
I now have 4 RIE events
Just checked the gitgud and the variable name is still the same.
===============
Use notepad++(Free to use) to search and edit.
Search for the text in options 'Maximum random slave events per week' using notepad++ Find in files function
View attachment 3814498
I used another phrase to find it, but you should get the idea.
==============
You will have to repeat these steps each time you update the game. That is why I recommend learning the game code and git functionality, with those in hand you can create your own branch with your own edits while also staying updated.
The Dairy seems to always out perform The Brothel.What's the best way to make money now?
Once you learn git functions, and the js code used for the game, you can make your own edits on your git branch while staying updated to the main branch. Unfortunately I am stuck on a very old version of pregmod since I cant really figure out how to reconcile git's new security features with the git gui I use.how do you have a lot of apartement slot?
I see, the options "Choose own chastity | Revoke choosing own chastity" should only be available in a Eugenics society, while the opposite happens.Is anyone else having an issue with Eugenics societies not being able to let slaves choose their own chastity but societies without Eugenics are able to? In the git issue I opened, the devs said the opposite should be true. (Unfortunately, they didn't seem to recognize the problem I was having...)
src\interaction\siWardrobe.js
in a text editor, go to line 705, and insert an exclamation point before FutureSocieties.isActive
. The new line should look like that (except for the leading tabs):if (object && object.fs && object.fs.unlocks && !FutureSocieties.isActive(object.fs.unlocks)) { // Really simple requirements check here since FS is the only way to unlock chastity options
After sending a reminder comment, Pregmodder got back to me with a fix. Thanks for responding, though.I see, the options "Choose own chastity | Revoke choosing own chastity" should only be available in a Eugenics society, while the opposite happens.
It's just a typo, I think. Open the filesrc\interaction\siWardrobe.js
in a text editor, go to line 705, and insert an exclamation point beforeFutureSocieties.isActive
. The new line should look like that (except for the leading tabs):
Save and recompile the game. If it works, please update your issue on git.Code:if (object && object.fs && object.fs.unlocks && !FutureSocieties.isActive(object.fs.unlocks)) { // Really simple requirements check here since FS is the only way to unlock chastity options
If you're asking about ways to add prestige to your girls, then there:Hm been ages but I guess people still active here with recent pregmod version hmm I want to come back but like i want to play with only highest prestige possible slaves but not quite sure bout it. I remember I got one from porn star, Commander and being headgirl. Is that all?? are there fast way beside cheat girl stats??
There is cheat mode for in game cheat menu or the web console to edit game variables including prestige level.Hm been ages but I guess people still active here with recent pregmod version hmm I want to come back but like i want to play with only highest prestige possible slaves but not quite sure bout it. I remember I got one from porn star, Commander and being headgirl. Is that all?? are there fast way beside cheat girl stats??
Is there a tutorial or anything that teaches us how to use the AI gen? I already use Stable Diffusion but do I have to install/configure it all from scratch again to link it with this game? Any advice would be appreciated!Been using AI gen in this game for months, pretty sure it doesn't care what type of checkpoint you're using. Pony, XL, SD, Free Cities will just toss the prompts in and use whatever picture the AI throws back. Just a matter of trying checkpoints and seeing which ones give results the player likes. I got a whole list of checkpoints I've tried and their observed results. Very very few have been total failures.
You don't need a second installation; you just need to create a second BAT file for launching Stable Diffusion that includes some new commandline arguments. If you're using the AUTOMATIC1111 webui, then add the following to "set COMMANDLINE_ARGS=" in webui-user.bat:Is there a tutorial or anything that teaches us how to use the AI gen? I already use Stable Diffusion but do I have to install/configure it all from scratch again to link it with this game? Any advice would be appreciated!
If you're using ForgeUI, then it's apparently the following:--listen --port=7860 --api --cors-allow-origins=*
All of the other generation settings would be configured in Free Cities itself, under Game Options -> Display -> Images -> Anon's AI image generation.--listen --port=7860 --api --enable-insecure-extension-access --cors-allow-origins=*
Just google "pregmod". Vector packs are already included in the latest release and work even on a toaster. Follow the instructions on gitgud for additional packs, that is WebGL and AI generated images: their system requirements are increasingly higher.Also as I want to play this game, is there anything else or extra that can be done to change/improve the game what is good to know? Like extra content/bug fixes outside of what exist here on the main page of the game.
I guess so. But compared with what pregmod version offers, that art pack is outdated and incomplete. Any other options (vector/WebGL/AI images) are fairly superior.queston about version and Art Pack.
Art Pack is 0.10.4
But lataset version is 0.10.7.1
can they be mix so I use Art Pack but replace the HTML file?
I think its rng. As female mc I get some slave intros that like me, or dont like me.Wait... i haven't been playing this game for so long that there are new modifier/mechanics i'm unfamiliar with... so what caused slaves to " finds your appearance intimidating, putting her on edge around you." exactly?
my mc is currently just a 16 yrs old boy wth is so intimidating about it?
Career, muscles, difference of height... There are a few factors, check the functionmy mc is currently just a 16 yrs old boy wath is so intimidating about it?
globalThis.intimidationDegree
at src\js\storyJS.js
for details (intimidatee=slave, intimidater=you). If the result is positive, you look intimidating to your slave.With the player rework you now have a physical body in terms of game stats rather than just a penciled in character sheet so if a slave is not accepting of you yet they will now either fear you or think you lesser depending on if you are taller, stronger, older than them and things like if one of you is a bionic killing machine.Wait... i haven't been playing this game for so long that there are new modifier/mechanics i'm unfamiliar with... so what caused slaves to " finds your appearance intimidating, putting her on edge around you." exactly?
my mc is currently just a 16 yrs old boy wth is so intimidating about it?