Sir_EatsALot

Active Member
Aug 24, 2017
620
741
I should reply here too since they dm'd me asking how to do this and others might be interested. I haven't tested it but something like this might work.
Code:
interaction !change_npc_likes(char:MC, char:T)
    details "Cheat 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 the likes
    &set_like(T, "covered", -2);
    &set_like(T, "commando", 2);
}
Though as I also mentioned in my dm if I wanted to adjust a specific person's stats or likes I would just use the console. list p Name to get the ID, cheat set_like ID covered -2 to set the person's like, cheat set_attr ID lewd 100 to set the person's stats. You can also use list p to see every character in the game and dump p ID to see everything about the character. There's also some good documentation in the game files for making your own mods and all the stories and events in the game are viewable in the tfl files.
Hi thanks for the code, the set_attr work perfectly, but for some reason the set_like ones don't work. Any guesses what might be causing this?

Edit: Nvm, looks like it works.
 
Last edited:

EquineHung

Member
Mar 1, 2018
276
204
i have applied and iterated on this code it works fine

you need to learn an npc's opinion for it to show

for example I added &set_like(T, "fit", 2); and a girl who might not be attracted to the fit body will some attraction but it wouldn't show on her preview page
 
  • Like
Reactions: Sir_EatsALot

HideyBird

Newbie
Nov 21, 2021
19
8
Potential bug: When meeting your biggest fan (the one that gives you sedative pills), if they introduce themselves to you, you can choose their image but if you introduce yourself to them, the image is locked
 

RandomGuy3141

New Member
Apr 5, 2022
4
5
I love the game and am adding some photos for my local copy. I'd love to see the game allow an unlimited number of photos for each pose and revealing level. Some models have a lot of great nude photos. It would be awesome if the game could randomly pick from these photos, which could add a lot of variety for each character.
 

icesavage

Newbie
Apr 29, 2022
37
33
how do you open the club i been playing for hours now an the help don't really say how to open but hire a bartender an i got a bartender matter fact i got 2
In your office or any other room in the club, open the "Manage club" screen. In the "Main" Tab, there should be a button to "Open Club", as long as it is Morning or Noon. You can't open the club in the afternoon or later. Once open, it will stay open indefinitely, unless a damage event occurs. Then you will need to open the club again, by hitting the button as before, when the damage has been fixed. The game will countdown for you in the "Manage Club" Main screen.

Edit: Typo (event, not even. ugh)
 
Last edited:
  • Like
Reactions: Mikkiko lover

kandel

New Member
May 25, 2017
10
0
I know that there are some girls who are ineligible to join the cult, for various reasons. In my current playthrough (v1.11) I have had a few be recruited by other members despite being ineligible. I thought I might have just been mistaken, until I just had one of the current city commissioners (who I know is not eligible) be recruited by a cult member.

Is that expected, or a bug?
 

Mikkiko lover

Newbie
Aug 11, 2022
33
14
In your office or any other room in the club, open the "Manage club" screen. In the "Main" Tab, there should be a button to "Open Club", as long as it is Morning or Noon. You can't open the club in the afternoon or later. Once open, it will stay open indefinitely, unless a damage event occurs. Then you will need to open the club again, by hitting the button as before, when the damage has been fixed. The game will countdown for you in the "Manage Club" Main screen.

Edit: Typo (event, not even. ugh)
thanks an i'm trying to use the download picks of bethany and amber put i don't know where to put them like i have them in the character folder but idk if i leave the filed in the folder or take them out an put them in one of the scw folders
 

Not YrBroom

Member
Feb 9, 2023
134
157
is there any way to speed up build stuff cuz 40+ days is a long time
There's an option for Room Construction Duration Factor. Set that to a value less than 1 to speed construction.

i'm trying to use the download picks of bethany and amber put i don't know where to put them
I have them under a path like ...\StripClubWars\characters\scw1\ . But it doesn't really matter as long as they are somewhere inside the characters folder.
 

Sir_EatsALot

Active Member
Aug 24, 2017
620
741
i have applied and iterated on this code it works fine

you need to learn an npc's opinion for it to show

for example I added &set_like(T, "fit", 2); and a girl who might not be attracted to the fit body will some attraction but it wouldn't show on her preview page
Yeah, that was the problem. It shows up in the contacts page but not in the talk menu.
 
3.70 star(s) 31 Votes