MODDING
AmonRa said:
The possibility to add in the events
a counter for chiose possibility.
The option of the event should not only have a fixed probability but should be combined with other parameter example:
Modifier AI chance = {
positive= {GER relations JAP what= action_a which= 10}
neutral= {GER relations SOV what= action_b which=20}
negative= {at war = yes what= action_c which=20}
action_a = {
aichance = 15
name = "..."
command = { ...}
}
action_b = {
aichance = 35
name = "..."
command = { ...}
}
action_c = {
aichance = 50
name = "..."
command = { ...}
}
I don't know if the spelling should be that or somthing else.
the sence is:
good relation with japan could give a bonus to the action A to become true(while negative would be a penalty)
good relation with soviet union could give a bonus to the action B to become true
...
should be created a counter that compare the conus-malus (0-100?) for every possibility and assign the new probability.
So could be possible that if Germany and Soviet Union have relation +200 they have by the Rib-Mol Pact 15% to make an alliance, but with a -200 could be possible that as result to the oltragious proposal Russia have a 50% not to accept...
with so a sistem was possible to add so many factor we want to... Relation with other allies, or won wars or all the normal controls.
this control shuold be used for the "random" option too.
in this case I immagine that the counter should calculate:
relation Ger- Jap = 100-> than (0=+5, 200=+10, -200= 0: can only be positive) modifier action a_ = +7,5
Ger-Rus= 50 -> than (0=0, 200= 20, -200= -20 neutral meens can be both - or + should be possible to ask "for -neutral") modifier action_b =+5
at war = yes -> than (is a 1-0 counter) modifier action_c= -20.
as result:
action_a= +7,5 (action_b= -3,75; action_c = -3,75)
action_b= +5 (action_a= -2,5; action_c = -2,5)
action_c= -20 (action_a= +10; action_b = +10)
then
action_a = +7,5+ (-2,5)+10= +15
action_b = +(-3,75)+5+10=+11,25
action_c = +(-3,75)+(-2,5)+(-20)=-26,25
the total should be “0” then a+b+c= +15+11,25+(-26,25)
action_a = 15+15= 30
action_b = 35+11,25=36,25
action_c = 50-26,25=23,75
the probability is totaly changed
if this value would bring the possibility under “0” the difference will be proportionally divided depending on the variation.
If action_c was originaly 20, -6,25 would be divided in this case. The big part to action_b (had the smallest bonus than take a big penalty) and the small part to action_a.
So should be possible the effective diplomacy played from the player to come really usfull in the event.
Was it the Anschlüß possible if Deutschland had worse relation with England, USA, AUSTRIA…?
probably Austria didn't allow the referendum?