Create and Fuck your AI Slut -70% OFF
x
Jun 14, 2019
113
101
228
Thank you!

/edit:
so, I joined and now I like monogamy -_- so thanks, I guess... :mad:
is there a way to change that again or just save-editing?
Bad luck, usually you just loose a few points of lewdness... (And with every meeting, till' you take over, you'll be more and more decent... if you fear this, do the first meeting - start of the old friend story -, after that recruit a ton of people, and you can take over at the second meeting.)

And don't forget, _your_ opinions almost don't mean nothing. Mostly just RPG, just cosmetic. (From now on, you have a little bit easier time if you want to persuade others to like monogamy, but that's it.) (Ah, but now I see you already know this. :) )
 
  • Like
Reactions: HRF94

HRF94

Member
Oct 13, 2023
128
82
103
Bad luck, usually you just loose a few points of lewdness... (And with every meeting, till' you take over, you'll be more and more decent... if you fear this, do the first meeting - start of the old friend story -, after that recruit a ton of people, and you can take over at the second meeting.)

And don't forget, _your_ opinions almost don't mean nothing. Mostly just RPG, just cosmetic. (From now on, you have a little bit easier time if you want to persuade others to like monogamy, but that's it.) (Ah, but now I see you already know this. :) )
nice hint with recruiting people, I missed that... gonna roll back a bit and get some followers...
 

Scheijian

Newbie
Jun 30, 2023
93
77
151
what the heck is this for adude.. .never saw any other AI with this amount of job skills
btw pretty fresh auto created by the game
 

TotalFluke

Member
Game Developer
Aug 24, 2021
499
1,207
219
The reason I think maintenance isn't working -- I have three levels to my club, 22 built spaces 8 empty. I have four janitors hired. At no time after I hired them did I see maintenance go down. I would have been okay with me doing one or two sessions of cleaning to make up the difference.

However, instead I have not built up more rooms after the 4th janitor was hired. I am having to do three maintenance sessions a day myself and am still seeing crap left over.

I figure that can't be working as intended.
It isn't. For 22 rooms you should be fine with 2 janitors. Are you sure they are showing up to work? If so what are their skills?

1. if there's a scene, I don't even want it to show up. instead, if at any point in the city you click the "go to work" in the action-list, only then do I want the map to open (cause it dumps me in the office and that's not where I want to be in most cases)
1.5. as an alternative, you could add the "check inventory" to the office as well as trigger events like "bartender stealing" from the office
1.5.5 some other QoL would be to see which employee is in which room from the map (small portrait? as far as I can tell, max is 6 per room, so it might get tight)
2. An easy way to recreate is to switch m_attr and f_attr value, leaving sexuality alone. after a few days I get a message that their sexuality changed and they want to thank me
3. I have the gossip ("found guilty"). which talk to option would lead to more information?
3.5 also, me thinks if it's an employee, I should have the option to just demand an answer
4. there's more like that, I'm fixing on my end as I go along and might throw the files (or a collection of the lines, if I keep track) at you at one point

new:
5. so, I "offered" to give a commish-kid a job and turns out, she's an addict. is there some interaction based on that (like "let's do the booga sooga and smash like rabbits") or a way to exploit it ("have some liquid love if you twirl around that pole")? I can't find clear-text refs for anything but condoms and sedatives, so no idea if there are good-stuff-items...
6. I can't open the console. I run dev-mode, tried rebinding the keys, but no console :/ solved
7. there's no failsafe for new characters. I ran out of images for white males, so now it creates characters with no images. maybe multiple attempts (cycle through age, then original age, but different race?) with a cut-off (say, 5 for ages, 4 races (with +-1 age?), that's 15 tries (if my math maths correctly...), then an errormessage)?
8. local/eng/generic.txt line 1052 (ff) should be
Code:
#
gen.cant.reason.tired because {1:p} is too tired
gen.cant.reason.sick because {1:p} is not feeling well
gen.cant.reason.drunk because {1:p} is incapacitated
gen.cant.reason.away but didn't give a reason
gen.cant.reason.inactive but didn't give a reason
gen.cant.reason.work because {1:p} has to work
gen.cant.reason.busy because {1:p} is busy
(note added {1:\p}s) to be correct, but the {1:\p} shows up as ??? in text. from the same file, other instances of {int:char} are parsed correctly, so I'm not sure what's wrong /edit: same ??? issue from events/moral_police.txt line 509
9. looked through config.dat and realized there are actually keybinds for stuff. you should put that more front and centre (something like in the action menu, instead of "calender" have it say "calender (S)"). cause with this, my whole"open club map when "go to work" is redundant ;)
10. is there a way to make the help menu available during dialogues? especially during interviews it'd be nice to be able to look up job-requirements.
11. I have singing skill 59 and a seating area, but can't sing. so I built a dressing room, but still can't sing?
12. I found an asexual character who likes sex... that really shouldn't work ;) if they are asexual, they should always have a negative opinion of sex and the various subsections (fondling and kissing can be ok, but should never have +2)
1. I'll look into adding this in a future version (the function to launch the club map from TFL code). Not sure about the other suggestions.
2. If you get the message is because they already started the process to change their sexuality and that message triggers automatically (there's a scheduled event to check it every so often).
3. There's the Talk To -> Ask X about someone else. You can't ask them to talk about themselves, but if you don't ask for a specific person it is possible they share something about themselves (they would be sharing the gossip from the other person's perspective incriminating themselves.) Honestly the odds of this are very low. Not sure it's worth the effort.
4. I don't know what this is about. Note: I can't go back on every question to see what the context was. In some cases I remember (like the gossip question above) but often I wont. So if you have follow up questions, please provide the full context for it.
5. No, all you can do is fire them or send to rehab to get cured.
7. How many SCW image packs did you install? If you are using community ones, those almost never have males on them, so you need to install the SCW ones for that. Anyway when that happens you should get a masked image. You didn't get that? I haven't tested that works in a long time so maybe it broke.
8. The problem is that those quotes are used all over the place and sometimes they would be on char 1 and other times on char 3. So to make them usable on both cases (and without knowing which case it is) it doesn't show the pronoun. moral_policy:509 is an AI-only decision which has no text strings so not sure how they are the same thing.
9. I think it adds to much clutter but I'll think about it.
10. I wish that too. It's been too complex to do. If I had to do it all over again I would have invested in building a true window management system.
11. Are you female? If not, you can't be an entertainer. If you are, you still can't for now (but should be possible on the next version).
12. That shouldn't happen, but there's a million ways for characters to gain opinions and not every combination can be checked for every possible exception.



View attachment 5305555
I'm getting that. Nothing really stands out as a problem, not yet at least, and I barely every visit the clinic so I have no clue what this could be referring to. There's two nurses at the clinic, though; not sure if that's normal.

Hopefully it's nothing grave that will come bite me in the ass in a couple of in-game months?
That affected an NPC whose very rare personality made it so that none of the options were valid. Has no effect on you. Just some one who is likely sick but won't be able to get medical care. Will fix.


what the heck is this for adude.. .never saw any other AI with this amount of job skills
btw pretty fresh auto created by the game
So that was someone that was created an unemployed but then wanted a generic job and applied for a bunch of jobs until found one that was appropriate (that's how the game assigns non-club jobs like cashier, factory worker, etc). No big deal.
 

Scheijian

Newbie
Jun 30, 2023
93
77
151
So that was someone that was created an unemployed but then wanted a generic job and applied for a bunch of jobs until found one that was appropriate (that's how the game assigns non-club jobs like cashier, factory worker, etc). No big deal.
now it makes sense mercie and
i was more astonished by the amount of job entries compared to the short list of ‘likes’, especially considering that the majority of NPCs are the opposite.
It was somehow... funny and strange

looking way too much into console and logs to watch over the ram leak.. so my humor went a bit weird
 

HRF94

Member
Oct 13, 2023
128
82
103
1. I'll look into adding this in a future version (the function to launch the club map from TFL code). Not sure about the other suggestions.
9. I think it adds to much clutter but I'll think about it. (adding hotkey-hints in action menu)
(on writing a mod to open club map automatically under certain circumstances)
honestly, since I found I can quickmap in the club with q, the first suggestion has become obsolete. but I had to dig in
config.dat to even realize you added hotkeys.
put that fact more to the front and the tfl-request falls into obscurity.

4. I don't know what this is about. Note: I can't go back on every question to see what the context was. In some cases I remember (like the gossip question above) but often I wont. So if you have follow up questions, please provide the full context for it.
8. The problem is that those quotes are used all over the place and sometimes they would be on char 1 and other times on char 3. So to make them usable on both cases (and without knowing which case it is) it doesn't show the pronoun. moral_policy:509 is an AI-only decision which has no text strings so not sure how they are the same thing.
(on correcting grammar and spelling)
(4.) was about some correction I made to some text-line, with me promising to send you more correction as they popped up.
moral_police:509 also shows a ??? in the text, so there's another reference it can't resolve (without me tinkering with it). that's why I brought it up in connection with my own attempt to add pronouns

7. How many SCW image packs did you install? If you are using community ones, those almost never have males on them, so you need to install the SCW ones for that. Anyway when that happens you should get a masked image. You didn't get that? I haven't tested that works in a long time so maybe it broke.
(on running out of male images)
it did throw in the masked image, but to be brutally honest, I don't consider that a solution (guy looks like he's constantly wearing underwear over his head.) and removed all but the job-related ones (also because there's some odd behaviour in the ofg-pack, but that's not on you).
that's why I suggested the solution to check for an image around that age (say, you need a m2w, but can't find it, so you check for m3w and m1w (depending on which age you are gunning for. if char is supposed to be young in age-range 2 go down an age group, else go up)) and then through other ethnities. that way you can use existing images without defaulting.
I think I have plenty of m3w and m2a/h available, but they obviously don't get picked...

11. Are you female? If not, you can't be an entertainer. If you are, you still can't for now (but should be possible on the next version).
(on not being able to sing as mc)
that's a shame... would it be difficult to implement male players to sing/dance? what I'm thinking is that if one room is understaffed (ill, tired, day off) I want to be able to jump in and with singing specifically it could be a nice boost early on when you have a seating area because food but don't have the dressing room or the budget for a singer. and in my head, it's better for me as the owner to entertain the (anonymous) masses than sit in my office and "pass time" (I'm already here, everything is running fine, but no named guests, so I'd like to do something to improve the club)
speaking of named guests:
1. (new 1.) I'd like to be able to switch from offering them a drink to talking/"come with me"/"make a move on" in the same timeslot (or from the "give more booze" scene) OR have them hang around if timeslot ends (was trying to get a commish drunk so I could "convince" her of being my friendly besht friend)

12. That shouldn't happen, but there's a million ways for characters to gain opinions and not every combination can be checked for every possible exception.
(on ace liking sex)
depending how you handle persons internally, couldn't certain traits just block opinions (not getting fancy with restricting values, just blanket block)?
similar how you handle likes with pos= and neg=, you could have a null= and if that triggers during char-/opinion generation, it just breaks the generation.
so with asexual trait you'd have a null-list of sex,vag_sex,anal,oral (or rather sex,vag_sex,anal,oral have a null=asexual) and no matter why the opinion is generated, it just doesn't form. (using the term "null-list" as a placeholder, cause it'd nullify the generation)(also I obviously don't know how you handle all that stuff internally, could be a huge plate of spaghetti and I'm thinking too straightforward ;) )
 

HRF94

Member
Oct 13, 2023
128
82
103
1) Without any cheat (save-editing, console commands, mods), the cult is the only method, where you can make a high-lewdness character from a low-lewdness character. Let's say, the cult is the official reprogramming tool.
taken over cult, I'm abusing the power, have them work the club naked and submit, but lewdness stays the same...
am I doing it wrong or am I just impatient?
 

FearlessBOB

Newbie
Aug 8, 2024
22
38
47
1. I'll look into adding this in a future version (the function to launch the club map from TFL code). Not sure about the other suggestions.
If you add this... PLEASE make it a toggle, it would anoy the shit out of me if I hit 'Go to work' and didn't end up in my office.
 

ThiagoL0rD

New Member
Jun 16, 2024
12
1
22
Is it possible to agree between the MC's women, who in this case are his girlfriends, to accept the MC having another relationship even in their presence and for them not to have relationships with other NPCs and not to complain about the MC if they see him in another relationship?
 

razor1977

Member
Jan 2, 2023
122
138
166
Is it possible to agree between the MC's women, who in this case are his girlfriends, to accept the MC having another relationship even in their presence and for them not to have relationships with other NPCs and not to complain about the MC if they see him in another relationship?
you have to change their opinion on polyamory and cheating, but be sure that is what you want, because they will also seek out relationships, same with threesomes, i personally am ok with a female-female other but female male is just gross to me personally, i can't even pretend to like that lol, i found a hack, use the mod, spawn in a bunch of lesbians and then slowly convert them all as you change their opinion, increase their opinion of you by having sex with them by gambling with them, also the only way you bang a asexual, once their opinion of you is over 40 it is easy to start "the talk", but no, with them not seeking other relationships, all you can really do is drag them all over the place to not have sex with them in front of each other and bang them all regularly to keep them happy
 

razor1977

Member
Jan 2, 2023
122
138
166
on a side note i also put back in the sexual modifiers from vanilla, it was easier than i thought, now their is consequences for threesomes and gambling your SO off for me, it kind of simulates in a sense lust, and they sometimes seek out those they have a high sexual opinion of, copy and paste ftw, this game is great, but it could be better, i suggested a few things that would make it legendary in my opinion and at the moment they are shot down but the guy is a kool dude and is open to ideas on his discord which you can find here
 
Last edited:
Jun 14, 2019
113
101
228
taken over cult, I'm abusing the power, have them work the club naked and submit, but lewdness stays the same...
am I doing it wrong or am I just impatient?
You are so impatient. :)

(Myself, I never abusing the power, except to kick off the people I don't care. From time to time your cultiees just announce they recruited this one or that one character. Most of the times the wrong crowd for me, but, on the other hand, they have a chance to recruit people I can't, like commissioners and so.)

Wait one month for the next meeting. At the meetings you can reprogram one or more people a bit. You better have high sociability, or you have to rely on drugs as the previous leader (the drug dealer will contact you meantime). Make a save before the first new meeting - you'll get informed days before -, so you can explore the possibilities. And at the meeting you can arrange some kind of picnic once a month (on the beach, in your club, etc.), it also helps a little with general lewdness of your cult.
 
  • Like
Reactions: HRF94

razor1977

Member
Jan 2, 2023
122
138
166
the 1 i am cracking out over right now is ices sydney sweeney as i am a freak for her, but my top 5 ai are 00257, 00330, scw-00398, 00501, and 00739, the problem is, every time they spawn in almost they are sluts and they will inevitably try to cuck you out no matter how much you mod their loyalty and honor, the slut modifier lives up to its name, they catch wind of you cheating and they will find the biggest cock in town and fuck them right in front of you.....not for the faint of heart lmao
 

Scheijian

Newbie
Jun 30, 2023
93
77
151
you have to change their opinion on polyamory and cheating, but be sure that is what you want, because they will also seek out relationships, same with threesomes, i personally am ok with a female-female other but female male is just gross to me personally, i can't even pretend to like that lol

thats one thing whats bothering me as well. the amount of fking around is crazy.
only way to lower it by a bit is too have your girls dont like 3somes, high loyality, low lewd and hating cheating..and very important no gossip or they will spread the details bout their sexlife and it will backfire with your other girls.
thats what i observe. if its correct.. i dont know.
and bout poly ,i think it's only important to start a relationship; I tend to reduce it after i've entered into one, as they still get upset, even with high poly, when they witness or hear rumours about something.

generally speaking for an management game im missing some part of controlle over certain actions.
like kicking out leechers out of our bar when you caught them in the restrooms.for several reasons not only cause they fking our girls just who the heck are they to have free sex in our bar , especially with our personal. im paying them to work and not to offer free service.. WTF , MY MONEY 1!!1!
and i dont have even an option to punish the working girls for "taking a break" in the restrooms..grrrrrrrr

or just to satisfy our girls enough that they are not running after in high heat. it feels like they are even higher after it. maybe im wrong but the response when u meet them shortly after for a date is always.. im horny af...confuses me tbh
 
  • Haha
Reactions: razor1977

razor1977

Member
Jan 2, 2023
122
138
166
thats one thing whats bothering me as well. the amount of fking around is crazy.
only way to lower it by a bit is too have your girls dont like 3somes, high loyality, low lewd and hating cheating..and very important no gossip or they will spread the details bout their sexlife and it will backfire with your other girls.
thats what i observe. if its correct.. i dont know.
and bout poly ,i think it's only important to start a relationship; I tend to reduce it after i've entered into one, as they still get upset, even with high poly, when they witness or hear rumours about something.

generally speaking for an management game im missing some part of controlle over certain actions.
like kicking out leechers out of our bar when you caught them in the restrooms.for several reasons not only cause they fking our girls just who the heck are they to have free sex in our bar , especially with our personal. im paying them to work and not to offer free service.. WTF , MY MONEY 1!!1!
and i dont have even an option to punish the working girls for "taking a break" in the restrooms..grrrrrrrr

or just to satisfy our girls enough that they are not running after in high heat. it feels like they are even higher after it. maybe im wrong but the response when u meet them shortly after for a date is always.. im horny af...confuses me tbh
i use the stam bar someone put on here, it is a life saver
 

HRF94

Member
Oct 13, 2023
128
82
103
You are so impatient. :)
guilty as charged :HideThePain:

(Myself, I never abusing the power, except to kick off the people I don't care. From time to time your cultiees just announce they recruited this one or that one character. Most of the times the wrong crowd for me, but, on the other hand, they have a chance to recruit people I can't, like commissioners and so.)

Wait one month for the next meeting. At the meetings you can reprogram one or more people a bit. You better have high sociability, or you have to rely on drugs as the previous leader (the drug dealer will contact you meantime). Make a save before the first new meeting - you'll get informed days before -, so you can explore the possibilities. And at the meeting you can arrange some kind of picnic once a month (on the beach, in your club, etc.), it also helps a little with general lewdness of your cult.
cheers!
I was trying to figure outwhat else to do, but since nothing was available (except "abuse power") that's what I went for... then one of my bartenders actually enjoyed working naked and it spiralled from there :3

also, is there a way to get rid of the "old friend"'s husband? I can't abuse power with him, so I can't even kick him out (I'd make him celibate in any case...)
 
Last edited:
3.70 star(s) 41 Votes