Jump to content
Battlefront is now Slitherine ×

MOD help


Recommended Posts

I need some help, i am creating a mod (1938 Calm before the storm, that i also have i PDE),and i want to get decision events to automatically decalre war (example: do you want to start Fall Weiss, answer yes and Poland is attacked by Germany), this worked fine in PDE but now i get Poland up to 100% mobilization but i need to manuallt declare war, why?

Link to comment
Share on other sites

What you need to do is add a BELLIGERENCE event, i.e. to set Germany at war with Poland, tied into the Fall Weiss DECISION. This is required now as Global Conflict introduced the new belligerence level as not all nations are necessarily at war with one another just because they are fully mobilized.

For example Japan is fully mobilized but only at war with China and not the UK as it would have been in previous releases. The BELLIGERENCE events were introduced to enable this fine tuning in your campaigns.

Hope this helps,

Hubert

Link to comment
Share on other sites

Thanks, i have now tried this but i get this message in the editor:

Invalid country ID

and the event looks like this:

; Event for Poland becomming fully belligerent against Germany:

{

#NAME= Germany declares war on Poland

#POPUP= Germany declares war on Poland

#IMAGE=

#SOUND=

#FLAG= 1

#TYPE= 1

#AI= 0

#LEVEL= 0

; Set global variable condition to always trigger (dummy value)

#GV= 1[1,100]

; Set link value to always trigger (dummy value)

#LINK= 49[1]

#TRIGGER= 100

#COUNTRY_ID= 33

#BELLIGERENCE_ID= 5

#DATE= 1939/01/01

#FAILSAFE_DATE= 1939/01/01

; 1st Line - Germany politically aligned with Axis and not surrendered

#VARIABLE_CONDITION= 5 [1] [100] [0]

; dummy belligerence condition

#BELLIGERENCE_CONDITION= [0,0]

; dummy condition position

#CONDITION_POSITION= 0,2 [0,0] [1,1] [0] [0]

}

Link to comment
Share on other sites

×
×
  • Create New...