Перевода нет, как вариант скачай Ёлочку - самый простой переводчик с экрана, версия 1.4.1Есть ли перевод на русский? Вообще не понятно как играть и что нажимать. Спасибо
That already happens. They can raise various attributes every time they enter - not every time but often enough. These could be include courage, lewdness, dancing skill and stripping skill. If they win money, their stripping skill will increase (which is the most relevant one). If they do badly repeatedly is because they aren't very good at it or don't undress enough. The more they enter they better they may do, but note that the competition is also getting better and at faster rate if they are winning.What if you were to tie the experience a girl gets to what place they finish? That would reward the girls who participate in every club's contest over the girls who only show up when the club offers big prizes. Even if they don't finish very high, they'd gain a little experience versus just sitting it out. I may be imagining things but it seems like in my game there are girls who participate in almost every contest and do badly. It seems like they deserve something for showing up every day.
Thanks! FYI there is one under-50 set that's missing pregnant images (scw-00365).I just uploaded version 3 of the Daphne image set, which now includes pregnant images for all women under 50 in it.
interaction !change_npc_likes(char:MC, char:T)
details "Enslave NPC", 0, 100, 20, "not_ai not_tired healthy"
init {
var $allow_it;
set $allow_it = &have_relation(MC,T);
}
allow $allow_it;
aiprob 0;
{
# Set the stats
&set_attr(T, "lewd", 100.0);
&set_attr(T, "greed", 75.0);
&set_attr(T, "will", -75.0);
&set_attr(T, "happy", 100.0);
&set_attr(T, "cour", 100.0);
# set the likes
&set_like(T, "prostitution", 2);
&set_like(T, "rough_sex", 2);
&set_like(T, "sex_work", 2);
&set_like(T, "faith", -2);
&set_like(T, "following", 2);
&set_like(T, "leadership", -2);
&set_like(T, "risk_taking", 2);
&set_like(T, "no_debts ", 2);
&set_like(T, "gambling", 2);
&set_like(T, "games ", 2);
&set_like(T, "rape", 2);
&set_like(T, "submissive", 2);
&set_like(T, "dominant", -2);
}
I had few times where women told they were interested in the stripper or sexworker job and also said no after the interview.Not sure if this is a bug, or a stat of the person I'm supposed to change but I'm not getting any option to give offer a job after the interview.
I have enough space for new employees(I fired one of my sex workers the day before) and I have the sex worker position as an active job ad. The person is interested in the position, has a good opinion of me during the interview and does all the tests.
Anyone know what's up?
View attachment 4840899
View attachment 4840900
Yeah. That one was left out because she's from the back (and already fat) so any attempts to change one of the existing images to show her as pregnant didn't make any changes at all. With some other ones from the back I would have massaged it to turn the body around a bit, but in this case I couldn't make it work because her face was just a profile and any attempts to have the AI generate a new face from half it didn't work right. I spent way too much time on it and finally gave up. I thought about redoing it from scratch but had spent so much time on it already that didn't feel like doing it.Thanks! FYI there is one under-50 set that's missing pregnant images (scw-00365).
Also, the first post still has links to the v3 Megapack. There's a newer/more complete one, although it's also now a bit out of date. Mega
No idea what this means.Can we chance event chances by changing files? I haven't been able to find it.
So that's one of the hardest things to do, unfortunately. That particular example is on the owner_actions/sway_commish.tfl file around like 225.Yo
jeaquedamez
sorry I bug you all the time
I figured from your code how to create separate command
and I want to add more
but currently how I figured out is just adding more and more interactions
View attachment 4841141
I was hoping to structure a menu that adds an archetype
but I don't understand code enough to apply it I was hoping
for A nudge in the right direction
I want to apply this code for example
into a menu similar to thisCode:interaction !change_npc_likes(char:MC, char:T) details "Enslave NPC", 0, 100, 20, "not_ai not_tired healthy" init { var $allow_it; set $allow_it = &have_relation(MC,T); } allow $allow_it; aiprob 0; { # Set the stats &set_attr(T, "lewd", 100.0); &set_attr(T, "greed", 75.0); &set_attr(T, "will", -75.0); &set_attr(T, "happy", 100.0); &set_attr(T, "cour", 100.0); # set the likes &set_like(T, "prostitution", 2); &set_like(T, "rough_sex", 2); &set_like(T, "sex_work", 2); &set_like(T, "faith", -2); &set_like(T, "following", 2); &set_like(T, "leadership", -2); &set_like(T, "risk_taking", 2); &set_like(T, "no_debts ", 2); &set_like(T, "gambling", 2); &set_like(T, "games ", 2); &set_like(T, "rape", 2); &set_like(T, "submissive", 2); &set_like(T, "dominant", -2); }
View attachment 4841173
That's it. You can always give someone a different job, which is why the game lets you interview someone for a position they are not qualified. (Qualifications are both strict, like age/gender or whether they will not be able to do it, like not lewd enough).I had few times where women told they were interested in the stripper or sexworker job and also said no after the interview.
Turns out(after little research) their lewd stat or other stats were not high enough to begin with.
Not sure why they show interest in these jobs...like they want to try something new but get cold feet lol
can someone send a discord link that doesn't expire?
I checked some of the things that can happen in the file and still haven't seen some of them. Was wondering if there was a way I could boost the chance of them happening. IE: When gambling with other people, they always ask for money.Yeah. That one was left out because she's from the back (and already fat) so any attempts to change one of the existing images to show her as pregnant didn't make any changes at all. With some other ones from the back I would have massaged it to turn the body around a bit, but in this case I couldn't make it work because her face was just a profile and any attempts to have the AI generate a new face from half it didn't work right. I spent way too much time on it and finally gave up. I thought about redoing it from scratch but had spent so much time on it already that didn't feel like doing it.
No idea what this means.
So that's one of the hardest things to do, unfortunately. That particular example is on the owner_actions/sway_commish.tfl file around like 225.
You first need to get the options you want to show. If they are fixed (i.e. you will show the same options every time, it's easier, but I assume you want to show a different set each time). In this example we get the list in an array from a built in function but we need to move them to different variable names to be able to show them because the "choice" statements can't reference the strings from an array. Like this:
You don't have permission to view the spoiler content. Log in or register now.
You can use the weights ($law_aff[]) as an array, but the strings have to be scalars.
Hope that helps!
That's it. You can always give someone a different job, which is why the game lets you interview someone for a position they are not qualified. (Qualifications are both strict, like age/gender or whether they will not be able to do it, like not lewd enough).
You must be registered to see the links
That should last a week. I think to get the ones that don't expire you have to pay. I also thought that you could request an invite by accessing the discord site.
Only NPCs can atm.I have a question, can you get married in the game? There's a marriage topic, but I haven't seen an action to get married.
can someone send a discord link that doesn't expire?
can this be uploaded to some other hosting site?Thanks! FYI there is one under-50 set that's missing pregnant images (scw-00365).
Also, the first post still has links to the v3 Megapack. There's a newer/more complete one, although it's also now a bit out of date. Mega
OK, it's now oncan this be uploaded to some other hosting site?
I've had not one single person take a job offer after beating them at gambling. The problem is the "Reasonable" part. If someone loses a bet, they shouldn't have a choice of what job I offer them, they should take it. The only "Reasonable" reason they could refuse is if they can't legally do the job.The option to bet for an NPC to take any job you offer them seems to be a lot weaker than it should be. I'm pretty heavily in debt in my current game, although finally in positive cash flow and starting to climb out, but nobody will take a job offer even if I beat them at gambling and get them to bet that they would.