Mod breakin while doing a specific Focus
Do you get any errors when running the game in debug mode?
The only thing I can see which could be wrong with the focus "Die Austro-Faschisten in die Regierung aufnehmen" is that:
character = "AUS_kurt_schuschnigg"
probably needs to be:
character = AUS_kurt_schuschnigg
However, in "Kriegsplan Ost" the "available" seems to be incorrect:
has_army_manpower > 100000.0
This value can't be decimal, so should be:
has_army_manpower > 100000
LRL
Today, after i fixed my .mod file problem, i started creating my focus tree.
Sadly, it keeps breaking when creating the focus "Die Austro-Faschisten bla bla......".
Is there a support or Admin who can help me?