Jump to content

Recommended Posts

LLv34_Temuri
Posted

Is it possible in some way to have a country ("Neutral") in both coalitions? Currently the .mission file shows:

 Countries
  {
    0 : 0;
    101 : 1;
    201 : 2;
  }
}

But would for example this work?

 Countries
  {
    0 : 0,1,2;
    101 : 1;
    201 : 2;
  }
}

Or

 Countries
  {
    0 : 1;
    0 : 2;
    101 : 1;
    201 : 2;
  }
}

 

Posted

Not sure what you are aiming for. I imagine neutral is excluded ftom any coalitions

LLv34_Temuri
Posted

I'm aiming for neutral to really be neutral and not shoot Germans and Russians.

Posted

You can't have neutral assign to both side. To understand that, open the editor. No need to load any mission.

 

In the mission property, use the button Countries. As you see, you have only 3 coalition sides at that time, RoF has plenty more.

 

Each nation must be attached to a coallition which can be a choice between three. If you want, you can assign russian to Axis coallition, in clicking on the coalition line. If you want to assign neutral to allies and axis, you can't, because you can select only one choice.

LLv34_Temuri
Posted

You can't have neutral assign to both side. To understand that, open the editor. No need to load any mission.

 

In the mission property, use the button Countries. As you see, you have only 3 coalition sides at that time, RoF has plenty more.

 

Each nation must be attached to a coallition which can be a choice between three. If you want, you can assign russian to Axis coallition, in clicking on the coalition line. If you want to assign neutral to allies and axis, you can't, because you can select only one choice.

Yes, that's why I was asking if you could do it via the .mission file. Ok, so it isn't possible. :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...