americanole
Potential Patron
- Joined
- Feb 12, 2014
Hello, I would personally like to see a Configurable Randomisation Mod.
Especially with moreclothing mod around, some pieces shouldn't be randomised together. For instance, there are some 'Top' pieces of clothing which can only be used with no bottoms, or shoes etc.
So for the first part of this mod,I would like to suggest that mod, basically, would tell the randomizer to not put X clothing from Tops with Y from bottoms.
In fact, if it happened to random X from Tops, it should put 'none' for bottoms. Also, it should be able to remove certain pieces of clothing from randomisation if user wants to. (I'm not a fan of gags, for instance).
(This is how I assume it should approximately look in the code, but then again, I don't know flash)
*Just examples, user should be able to configure it by himself.
Second part of the mod should be able limit randomizer to set random colours(skin,clothes) and sizes (breast, body). Basically, let the user enter interval for each of those, say, I don't want my clothing to have opacity, or I don't want breasts smaller than certain amount. It then will only randomize for these values.
Also, since I'm sure not everyone will want to use decompiler and edit raw code every time, some basic settings file for this should be needed as well.
Hopefully there will be people who'd enjoy this idea and those who'd be able to do it.
Especially with moreclothing mod around, some pieces shouldn't be randomised together. For instance, there are some 'Top' pieces of clothing which can only be used with no bottoms, or shoes etc.
So for the first part of this mod,I would like to suggest that mod, basically, would tell the randomizer to not put X clothing from Tops with Y from bottoms.
In fact, if it happened to random X from Tops, it should put 'none' for bottoms. Also, it should be able to remove certain pieces of clothing from randomisation if user wants to. (I'm not a fan of gags, for instance).
Code:
If(CostumeTop==X*)
CostumeBottoms = Null
If (CostumeCollars==Gag*)
CostumeCollars = Null (Or Randomize)
(This is how I assume it should approximately look in the code, but then again, I don't know flash)
*Just examples, user should be able to configure it by himself.
Second part of the mod should be able limit randomizer to set random colours(skin,clothes) and sizes (breast, body). Basically, let the user enter interval for each of those, say, I don't want my clothing to have opacity, or I don't want breasts smaller than certain amount. It then will only randomize for these values.
Also, since I'm sure not everyone will want to use decompiler and edit raw code every time, some basic settings file for this should be needed as well.
CRM Settings.txt
*Actual names of items you'd like to set randomisation for.
Code:
ClothingTop=WeddingDress*-[ClothingBottom=None,ClothingFootwear=None]
ClothingGag=Ring*-[ClothingGag=None]
SkinColour=[
H(0-400)
S(0-400)
L(0-400)
]
ClothingColour=[
R(0-255)
B(0-255)
G(0-255)
A(0-255) //For example, I'm not really into opacity in clothing so I would put (215-255)
]
BreastSize=[
(0-100)
]
BodySize=[
(0-100)
]
Hopefully there will be people who'd enjoy this idea and those who'd be able to do it.