kumiko_oumae
Potential Patron
- Joined
- Dec 1, 2016
How do I prevent loading of body1 and body2? I want to keep the rest of moreclothing.
How do I prevent loading of body1 and body2? I want to keep the rest of moreclothing.
So I've basically deleted all lines ending with ">body" in the moreclothing settings file.Just delete the corresponding lines in the moreclothing setup file and nothing will be loaded in Body1 and Body2 !
oh, nope. the menus are created regardless of if you add any body mods or not.So I've basically deleted all lines ending with ">body" in the moreclothing settings file.
But I can't delete the actual 'option box' in the UI for body1 and body2 w/o deleting the whole of moreclothing, right? Thanks anyway!
if you don't have them set to persistent in the settings file, they should be removed when you hit the reset button on the main menuIs there a way to turn off activated mods without completely restarting the application? It gets quite tedious.
Would this be settings file of each individual mod or where is this persistency setting found? If a mod doesn't come with a settings file, is it impossible to change its persistency status?if you don't have them set to persistent in the settings file, they should be removed when you hit the reset button on the main menu
Would this be settings file of each individual mod or where is this persistency setting found? If a mod doesn't come with a settings file, is it impossible to change its persistency status?
Yes, persistency must be managed in the code of the mod, because some loader functions exist in both flavor (persist or not persist). So if your kind modder did not provide a way for you to choose via a settings file, you're bound to how he mod has been developed. For MoreTriggers for example, I probably made some shit because I've been aware of this long after I began working on it, so you might expect a lot of strange things after hitting the "reset" button !
moreclothing is the only hard coded persist mod there, all the others can be set in the settings file.I was intending to use the reset button like this: I set up the folder to contain sby's new loadingscreen. Any non-persistent mods used in $INIT$ will have to be duplicated as well. $RESET$ will also contain a Dialogue.txt that resets the value of certain save variabels so that the game (my bundled project) starts from the beginning. Then DrZombi's new trigger to load the chapter 1 character folder triggers, and voilà: game reset. The delay in loadingscreen settings is adjusted to drop the screen as the brief dialogue line finishes and loads the folder.
As long as I know if a mod is persistent or not, it's easy enough to include it (or not) in the reset folder. What about:
dialogdisplayeditV1.swf
autoclosemouthV4.swf
strandLimitV3.swf
moreclothingV6.swf
Are these persistent?
How exactly do i get the penis mask to nullsby's loader imports
i believe so, although if you changed the zoom amount in game it will probably reload the previous position's zoom level.I had a question about animtools' zoom feature.
Is there a way to load a position without loading a specific level of zoom? As in, have it be zoomed in at the same level as the previous position. It'd be valuable for dialogues that use animtools, as loading a new position wouldn't change the user's zoom preference.
not sure what you are saying, but if you are looking to disable the penis mask with penisrange, then changing the maskoffset to some rediculous number will probably get the effect you want. i did not create a setting to specifally turn the mask off.How do you null the penis mask for the penis enlargement mod
i believe so, although if you changed the zoom amount in game it will probably reload the previous position's zoom level.
if a position name ends with '_partial' then animtools will not change any settings not specified in the position. example that there is a 'ATV_hidehim_partial.txt' file animtools comes with that only changes his visibility.
so if you copy the position and rename it to have the _partial, and remove any zoom settings in the position file, you should get the result you want.
not sure what you are saying, but if you are looking to disable the penis mask with penisrange, then changing the maskoffset to some rediculous number will probably get the effect you want. i did not create a setting to specifally turn the mask off.
oh, that is because you didn't put the settings file in the loader's settings folderTo make her face actually visible?