Psilocide
Newbie
- Sep 6, 2017
- 15
- 18
- 13
Hoping for some help -
I'm trying to mod the game so that once you make someone a slave, you get the option to change their home location to the dungeon.
To do this, I went into the slave_role file, and replaced the "trim pubes" commands and reference with this, hoping that because it was replacing something existing, that it wouldn't fuck up menu spacing or anything. I replaced every reference in that file with an equivalent command or reference to the 'slave relocate' command.
The issue I'm having, is that there is still something in another file that is referencing it, and I can't figure out which file(s).
There are two issues - the first is that there is a game crash on startup if it can't find "slave_trim_pubes_requirement" in the slave_role file, which clearly means something elsewhere is still looking for it.
If I put the slave_trim_pubes_requirement back in the file, just without it referencing anything, I can startup with no problem, however the slave action menu still lists "Trim Pubes" as an action, even though its an action that will crash if you click it since it no longer connects to anything.
Can anyone give me an idea where these files still tied to the slave_trim_pubes_requirement and the Trim Pubes menu button are located?
I'm trying to mod the game so that once you make someone a slave, you get the option to change their home location to the dungeon.
To do this, I went into the slave_role file, and replaced the "trim pubes" commands and reference with this, hoping that because it was replacing something existing, that it wouldn't fuck up menu spacing or anything. I replaced every reference in that file with an equivalent command or reference to the 'slave relocate' command.
The issue I'm having, is that there is still something in another file that is referencing it, and I can't figure out which file(s).
There are two issues - the first is that there is a game crash on startup if it can't find "slave_trim_pubes_requirement" in the slave_role file, which clearly means something elsewhere is still looking for it.
If I put the slave_trim_pubes_requirement back in the file, just without it referencing anything, I can startup with no problem, however the slave action menu still lists "Trim Pubes" as an action, even though its an action that will crash if you click it since it no longer connects to anything.
Can anyone give me an idea where these files still tied to the slave_trim_pubes_requirement and the Trim Pubes menu button are located?