Quote:
Originally Posted by Magic1111
Aaah, okay, I understand !
Hmmm, I plan to play with randomisation 40% or 50% !
Are these then the correct entries:
ChooseFrom=40 (for 40%)
ChooseFrom=50 (for 50%)
Is this correct ?
Sorry for my dumb questions  !
Best regards,
Magic 
|
Magic,
You need
ChooseFrom=4 for 25%
ChooseFrom=3 for 33%
ChooseFrom=2 for 50%
You need to use whole numbers - ChooseFrom=2.5 won't work.
RandomizedEvents.cfg tells SH3 Commander how many sets of variables to choose from (a bit like rolling a dice).
In my randomised intro messages there are 82 messages and I use ChooseFrom=82 to tell it to select one of the 82 variables. RandomizedEvents.cfg rolls an 82 sided dice and comes up with a number (lets call it 12) then looks for the line beginning 12_ and applies the information in that line.
h.sie has just one variable in his mod, so by setting ChooseFrom=3 a three sided dice is rolled, but only if the dice shows 0 will his mod be enabled. If it shows 1 or 2 nothing is applied, therefore you get a 33% chance of his mod enabling.
BTW, the dice goes from 0 therefore a three sided dice is 0, 1, 2. An 82 sided dice is 0, 1, 2... 80, 81. It's the way the mod was written and JScones kindly taught me how SH3 Commander worked when I got confused!