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. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...