Lam van long1115
New Member
- Jan 14, 2021
- 8
- 0
- 77
Do I need to download the base game and the mods, or can I just download the mods to play the game?
Mods come with the game. No need to install anything.Do I need to download the base game and the mods, or can I just download the mods to play the game?
I switched to SD.Next - works as good - as long as the ports are the same (both sd.next and stable diffusion use the same default ones)It's in the readme. Make sure your stable diffusion is working, it is as simple as placing the latest AI mod files into the game folder
You can cheat with console (see first page) to change a person while you're talking to them; press shift+o and enter this :can player add girl names and families?
i wanna have Tomoe Kisaragi and other girls from VN "Waifu Academy" in my harem.
│E:\ai\sdnext\sdnext\modules\processing.py:135 in process_images │
│ │
│ 134 │ for k in p.override_settings.keys(): │
│❱ 135 │ │ stored_opts[k] = shared.opts.data.get(k, None) or shared.opts.data_labels[k].default │
│ 136 │ processed = None │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
KeyError: 'always_discard_next_to_last_sigma'
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/mods/GenAI/SD_UI.rpy", line 775, in execute
screen SDConfig_menu():
File "game/mods/GenAI/SD_UI.rpy", line 775, in execute
screen SDConfig_menu():
File "game/mods/GenAI/SD_UI.rpy", line 778, in execute
frame:
File "game/mods/GenAI/SD_UI.rpy", line 784, in execute
viewport:
File "game/mods/GenAI/SD_UI.rpy", line 790, in execute
vbox:
File "game/mods/GenAI/SD_UI.rpy", line 801, in execute
if not have_connection:
File "game/mods/GenAI/SD_UI.rpy", line 816, in execute
vbox:
File "game/mods/GenAI/SD_UI.rpy", line 889, in execute
frame:
File "game/mods/GenAI/SD_UI.rpy", line 892, in execute
vbox:
File "game/mods/GenAI/SD_UI.rpy", line 921, in execute
hbox:
File "game/mods/GenAI/SD_UI.rpy", line 924, in execute
$ schedulers = get_available_schedulers()
File "game/mods/GenAI/SD_UI.rpy", line 924, in <module>
$ schedulers = get_available_schedulers()
File "game/mods/GenAI/SD_UI.rpy", line 104, in get_available_schedulers
available_schedulers = sdClient.get_available_schedulers()
TypeError: string indices must be integers
Look at "Other Policies", the far right tab, all the NPC quest related ones have been moved thereDid something happen to the HR Director business policy under Organization Policies?
I've just met Sarah and offered to hire her, but the HR Director business policy doesn't show up in the list. I even have the quest tip to "Purchase the business policy for the HR Director at your CEO office under Organisation Policies", but the policy itself isn't actually in the list on the Organization Policies tab.
Have they moved out yet? I think that event only fires after they moved out. Maybe it's aunt progress too.Any idea how to proceed here?
By the way, we need more male names for rotation in the random number generator that is used to generate characters. Otherwise, it seems that I am not the only one in the game who owns a harem haha... For example, I have many girls in my harem, some of whom have a fiance or husband or boyfriend - the same name, for example Mark. No, of course, it is even flattering in some sense that I stole so many girls from Mark. But anyway, to hell with him. We will continue to steal girls from Mark - I don't mind.You can cheat with console (see first page) to change a person while you're talking to them; press shift+o and enter this :
#Changing the name of a person
- the_person.name = "xx"
- the_person.last_name = "yy"
- the_person.age = ##
#Changing titles of a person while keeping color and font formatting:
#Changing relationships:
- the_person.set_title("custom title") # e.g "friend", "employee"
- the_person.set_possessive_title("their custom title") # e.g "your friend", "your employee"
- the_person.set_mc_title("what they call you") # e.g "Boss", "Master", "Friend"
or
- the_person.relationship = "Single"
or
- the_person.SO_name = "Donald"
- the_person.relationship = "Girlfriend"
- the_person.SO_name = "Robinette"
- the_person.relationship = "Married"
#Give her a daughter or mother
- the_person.generate_daughter(True)
- the_person.generate_daughter(True,#) #to specify age of daughter
- the_person.generate_mother(True)
- the_person.generate_mother(True,#) #to specify age of daughter
- the_person.kids = xx
Hope this helps...
You may need to check for mod updates as I am currently showing Version 2025.07-betaVTMod4.0.39 running on mine with SDForge and no errors. I also am running the last uploaded version of GenAI by maswoo with custom prompts for the tensor I like the style of.Seeing some odd behavior with the GenAI stuff and the 2025.07-betaVTMod4.0.37 release. I can't generate images and when I try I see a traceback on the SD console:
Also when I try to click the "GenAI Settings" option I'm seeing this:Code:│E:\ai\sdnext\sdnext\modules\processing.py:135 in process_images │ │ │ │ 134 │ for k in p.override_settings.keys(): │ │❱ 135 │ │ stored_opts[k] = shared.opts.data.get(k, None) or shared.opts.data_labels[k].default │ │ 136 │ processed = None │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ KeyError: 'always_discard_next_to_last_sigma'
SD is up and running and listening on the correct port and I can use the SD web UI to generate images manually successfully. Any tips?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/mods/GenAI/SD_UI.rpy", line 775, in execute screen SDConfig_menu(): File "game/mods/GenAI/SD_UI.rpy", line 775, in execute screen SDConfig_menu(): File "game/mods/GenAI/SD_UI.rpy", line 778, in execute frame: File "game/mods/GenAI/SD_UI.rpy", line 784, in execute viewport: File "game/mods/GenAI/SD_UI.rpy", line 790, in execute vbox: File "game/mods/GenAI/SD_UI.rpy", line 801, in execute if not have_connection: File "game/mods/GenAI/SD_UI.rpy", line 816, in execute vbox: File "game/mods/GenAI/SD_UI.rpy", line 889, in execute frame: File "game/mods/GenAI/SD_UI.rpy", line 892, in execute vbox: File "game/mods/GenAI/SD_UI.rpy", line 921, in execute hbox: File "game/mods/GenAI/SD_UI.rpy", line 924, in execute $ schedulers = get_available_schedulers() File "game/mods/GenAI/SD_UI.rpy", line 924, in <module> $ schedulers = get_available_schedulers() File "game/mods/GenAI/SD_UI.rpy", line 104, in get_available_schedulers available_schedulers = sdClient.get_available_schedulers() TypeError: string indices must be integers
Yes they moved out, with Aunt I completed all events I believe. Had the evening drink and all.Have they moved out yet? I think that event only fires after they moved out. Maybe it's aunt progress too.
Have you asked her, where she lives ?May anyone help me this?
View attachment 5183085
I m always get crazy about Some Girls SHOW "lives in Unknown".I beg someone could know to solve it.
You can increase the trigger-chance for the morning / evening crisis-events to fire, if that's what you mean - it should be somewhere in the mod-options in your bedroomJust asking, is there a way to view the different events and triggers in programming. Want to try to experience everything in the beta or alpha versions but the whole game is a bit big for me to find all of the unique events. Not a complaint, just looking for help! Thanks in advance.
Afaik rivalry does barely to nothing in this game - the only thing I can think of 2 girls quarreling about who stole the other ones food - where you can take one side , no side, or let them battle it out (the last one includes stripping, and depending on slutiness -I think- a forced orgasm)Hi! some girls have rivals. for example Donna have rivals with Tasha. does that means what when i have sex with Tasha - then Donna, when Donna catch me red handed with Tasha - she yells and (maybe!!!) broke RS with me? or it (i mean rivalry) means something other?
also how to find missed from the nursery my daughters? that daughter catch me red handed with other daughters ((btw rival of that daughter) and run off from my house. *sob-sob* i miss my sweat girl...
not asking why - it doesn't make any sense to my why you want that -So is there a way to reset your mother's story progress and have her take up her old job again through the console? I really don't want to have to restart again.
Most of these options are also available from the Cheat-menu in the bottom rightYou can cheat with console (see first page) to change a person while you're talking to them; press shift+o and enter this :
#Changing the name of a person
- the_person.name = "xx"
- the_person.last_name = "yy"
- the_person.age = ##
#Changing titles of a person while keeping color and font formatting:
#Changing relationships:
- the_person.set_title("custom title") # e.g "friend", "employee"
- the_person.set_possessive_title("their custom title") # e.g "your friend", "your employee"
- the_person.set_mc_title("what they call you") # e.g "Boss", "Master", "Friend"
or
- the_person.relationship = "Single"
or
- the_person.SO_name = "Donald"
- the_person.relationship = "Girlfriend"
- the_person.SO_name = "Robinette"
- the_person.relationship = "Married"
#Give her a daughter or mother
- the_person.generate_daughter(True)
- the_person.generate_daughter(True,#) #to specify age of daughter
- the_person.generate_mother(True)
- the_person.generate_mother(True,#) #to specify age of daughter
- the_person.kids = xx
Hope this helps...
It's in the discord. There really isn't a full guide for setting it up, at least not the last 8 times I checked. Folks that like modding with ai talk in the discord about getting into modding this game with ai. They throw out some of the tools they use, and some of the results they get, and that's about it. I'm not even sure it's fair to call it a mod.Can someone do a guide of how install the ai mod? Where do you get it and how do you make it work?