Create and Fuck your AI Slut -70% OFF
x

Ankmairdor

Member
May 1, 2019
275
156
219
Anyone know how to or which mod stops sexuality changes?
AricsExpansion has some limited capability to stop sexuality changes, but it needs to be locked for each person manually.

In vanilla, you can open up newsexsystem.gd with a decent text editor and find the line:
Code:
if i.actionshad.samesex > i.actionshad.oppositesex && i.actionshad.samesexorgasms > 0:
Then delete that line and the 12 lines below it until you reach (don't delete this line):
Code:
if i.actionshad.group*0.01 > randf():
Save the file, start the game, and you should have no more sexuality changing. The game already has a backup copy of the file in the "backup" folder if you make a mistake.
 
  • Like
Reactions: Chakas

Chakas

Member
Dec 19, 2017
465
523
168
AricsExpansion has some limited capability to stop sexuality changes, but it needs to be locked for each person manually.

In vanilla, you can open up newsexsystem.gd with a decent text editor and find the line:
Code:
if i.actionshad.samesex > i.actionshad.oppositesex && i.actionshad.samesexorgasms > 0:
Then delete that line and the 12 lines below it until you reach (don't delete this line):
Code:
if i.actionshad.group*0.01 > randf():
Save the file, start the game, and you should have no more sexuality changing. The game already has a backup copy of the file in the "backup" folder if you make a mistake.
Thank you very much. And hey, aren't you the creator of the bugfix? If so double thanks!
 

Chakas

Member
Dec 19, 2017
465
523
168
The thing is, I'm using the Arics mod and have no idea. Do you mean I need to find the file for each character and lock it?
 

Ankmairdor

Member
May 1, 2019
275
156
219
Thank you very much. And hey, aren't you the creator of the bugfix? If so double thanks!
Yes, that's me.

The thing is, I'm using the Arics mod and have no idea. Do you mean I need to find the file for each character and lock it?
AricsExpansion greatly expands upon the slave tab's Talk menu. If you select "Sexual Topics", you can ask them about their sexuality, and after that you can use "Regarding your sexuality..." to lock their sexuality. For the player, it has to be locked in the mods options, which can be easily accessed using the Constants mod or you can edit the value of player_sexuality_shift in .../AricsExpansion/customScripts/expansionsettings.gd with a text editor.
 
  • Like
Reactions: Chakas

Chakas

Member
Dec 19, 2017
465
523
168
Yes, that's me.


AricsExpansion greatly expands upon the slave tab's Talk menu. If you select "Sexual Topics", you can ask them about their sexuality, and after that you can use "Regarding your sexuality..." to lock their sexuality. For the player, it has to be locked in the mods options, which can be easily accessed using the Constants mod or you can edit the value of player_sexuality_shift in .../AricsExpansion/customScripts/expansionsettings.gd with a text editor.
Oh, I didn't pay attention and thought the sexuality tab was only needed to, well, know the char sexuality. I'll look into it.
 

tooldev

Active Member
Feb 9, 2018
856
812
184
so... im new to this kind of type(download) thing,
should i download all of the art pack or not?
Start with a single pack. You personally choose from the portraits and pictures once you downloaded a pack. Without them you only get a basic selection that comes with the game.
Each character has a portrait and a picture for the body. The base selection will quickly lead to characters sharing the same portrait etc thus extra art packs have been made. The game has the ability to filter based on naming conventions which makes adding your own pictures pretty easy too.
 

ben10228

New Member
Nov 26, 2020
9
0
36
I just started playing the game but after I customise the starting servant and enter, when it gets to 92% loaded, the game crashes. I have searched around to find the way to fix it and figured out how to use the debug mod. The debug mod was even worst considering that when it came to the section where you have to choose your race, I couldn't choose any race and the arrow for the portraits didn't work as shown the photo. I am not good at fixing these types of things so could someone either fix it for me or tell me how to do so (in a simple way)? I have linked my mod folder, my game folder and an image of what the debug mod showed me. Thank you in advance.

Game:
Mods:
 

Ankmairdor

Member
May 1, 2019
275
156
219
I just started playing the game but after I customise the starting servant and enter, when it gets to 92% loaded, the game crashes. I have searched around to find the way to fix it and figured out how to use the debug mod. The debug mod was even worst considering that when it came to the section where you have to choose your race, I couldn't choose any race and the arrow for the portraits didn't work as shown the photo. I am not good at fixing these types of things so could someone either fix it for me or tell me how to do so (in a simple way)? I have linked my mod folder, my game folder and an image of what the debug mod showed me. Thank you in advance.

Game: Mega
Mods: Mega
If you read my response to this post ( ) you should have somewhat of an idea of what went wrong.

The debug mod changes how the game responds to errors so rather than crashing at big errors it will try to abort any code that produces even small errors. The GUI will often start to behave weird as the game aborts updating parts of it. This aborting often has a cascade effect much like an avalanche as more errors build up as a result of necessary parts being aborted, so some of those errors are merely the result of how it handled earlier errors.

There is no straightforward solution to your problems that allows you to play with all those mods at the same time. A programmer might be tempted at first to fix what appears to be simple errors listed by the debug mod, but based on your list of installed mods I would expect it to take no less than a month of work to fix everything.
 
4.20 star(s) 53 Votes