You can sign up on git to post your question there, or on redditguys, about the new update on pregmod one( 0.10.7.1-4.0.0-alpha.32 )...
" slave generation can now be seeded "
where can I modify slaves' seeds?
i rummaged through cheat mode and dev mode but found nothing
Here are my rules.If you shared your rules, we could do some tests.
From the RA screen: click "Export all rules", select all, copy and past on a TXT file, and upload it here.
guys, about the new update on pregmod one( 0.10.7.1-4.0.0-alpha.32 )...
" slave generation can now be seeded "
where can I modify slaves' seeds?
thanks! figured the rest of it!You can sign up on git to post your question there, or on reddit
You must be registered to see the links
I hope this link is allowed, its not malicious, its a real reddit for FC
================
Found using notepad++
\fc-pregmod-pregmod-master\src\npc\generate\generateNewSlaveJS.js
Ok to make sure I get you problem correctly you are trying break slaves just enough to get them to work, the problem is that devotion 20 is to high to just get slaves to work to do that it is enough for them to be either Frightened or Ambivalent the values for those can be found in the Help section but they are less then -20 trust and more then -20 devotion respectively.Here are my rules.
Unless I am mistaken, the Cellblock will automatically expel slaves that meet one of these conditions:What can I use instead of devotion to catch the output from the cellblock (And new slaves just fearful enough to not need it) properly?
src\facilities\cellblock\cellblockFramework.js
App.Entity.Facilities.CellblockJob
, replace -20 with +20 a few lines below (where it says slave.devotion >= -20
), then recompile the game.1+ - Break
for slaves whose devotion is 20 or lower, but who cannot be sent to the Cellblock. For instance, their new job could be just "Confinement" (basically it works like Cellblock, except that the slaves stay in the Penthouse).1 - Break
, switch to advanced mode, drag a "Custom Getter" onto the grey rectangle, and paste this condition:c => App.Entity.facilities.cellblock.canHostSlave(c.slave).length>0
No clues, I tested it with a slave and it worked. The only issue I can see is that "2+ - School" is partly overruled by rules 3 and 4 if the devotion is 50+, but as long as slave.intelligenceImplant (Education) is lower than 30, the slave should be sent to the school.P.S. To send Ambivalent slaves that can benefit from School to the Schoolroom I use "And slave education < 30" but I've yet to get that to work.
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.