- Sep 16, 2020
- 43
- 22
Maybe should be added to the automation system to give the dumbells to guests (choose male/women and/or both). Either in a rotation system, or until a certain max (modifiable) str is reached.so when/how do i make people use all the dumbbells ive been making?
Maybe the modder removed, since it is not functionable anymore until adjusted to new mod systemSo I guess the mod version download site is now dead because when I click the pixeldrain link it always error
40 is the current max required.You can give them to NPCs/Guests and it will increase their strength until it reach 30 (the requirement for some jobs).
I think it is kinda weird as well to have orientation changed. This is not realistic.Stockolm syndrom seems to be the only roleplay way to change the sex orientation of a slave, sure (or a very hard blow to the head ).
There remain a lot of work to do on the gender management in the game with some limitations to a gender hard to understand with a lot of fixed choices used where some could be partly random (for example gender of ennemies in events or restrictions in jobs) .
It's also right concerning the slavery, the only thing that would prevent a slaver from enslaving would be opposition to strong, beeing with 4 companions and not beeing able to enslave an elderly couple or a small family is very frustrating.
Yes. Already contributed for 0.30 so will be in that release (under automation system)Maybe should be added to the automation system to give the dumbells to guests (choose male/women and/or both). Either in a rotation system, or until a certain max (modifiable) str is reached.
Any example?Don't know if it is a bug but I'm not sure that jobs works as intended.
They often have no result at all (not a question of percentage) during the night and after some digging in the code I did not see why. It's like something did shortcut the entire call for jobs but I've not the needed tools to profile this.
the transmale isnt in the game yet but maybe later decker666Suggestion for transmale (as I havent seen the dev for this in discord)
Bonus coins for when working the streets, as she has "additional" component.
He is referring to the random chance of getting something.Any example?
1. What job?
2. Expected result?
3. Current result?
No, it's why i precised in my post They often have no result at all (not a question of percentage) ...". Bref.He is referring to the random chance of getting something.
Not all streetworkers will always bring home tokens.
Not all scavengers find something
Not all hunters bring home pelt, food or berries
etc.
He is expecting 100% odds.
they are in the nightclub enjoy a drink and some luck they will pop (a stripper event, a 3way, tansfemale)I meant transfemale.
As far as I know dumbbell automatization isn't specifically implemented to might be that code overlaps somehow.No, it's why i precised in my post They often have no result at all (not a question of percentage) ...". Bref.
Bug? : the automation remove dumbbell on a slave having less tha 30 strength?
View attachment 3238519
// dumbbell
<<if setup.npcInventoryHas($guests[_guestI], 'dumbbell') && $guests[_guestI].strength < 30>>
<<set $guests[_guestI].strength++>>
<</if>>
Code is already added (also visible on github)The code that would increment strenght is in 0.29b
but you are right the dumbbell is removed at night because no specific code exclude it explicitly from the list items to remove.Code:// dumbbell <<if setup.npcInventoryHas($guests[_guestI], 'dumbbell') && $guests[_guestI].strength < 30>> <<set $guests[_guestI].strength++>> <</if>>
Come on 0.30