• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Gorduz

Second Lieutenant
2 Badges
Nov 7, 2011
132
0
  • Naval War: Arctic Circle
  • 500k Club
Hi I'm trying to modify the baltic encounter scenario by adding neutral units. Does anyone know how to add neutral units. I'm capable of adding a second hamina without much trouble, but adding a new scenario alliance was harder..
 
You need to have a third GameScenarioAlliance with a GameScenarioPlayer in it, and in there you put the groups with units that it should have.

Check out the file Scenario_c01s01.nwscenarios for details.

<GameScenarioPlayer>
<Id>Neutral</Id>
<IsPlayableAsHuman>false</IsPlayableAsHuman>
<IsCompetitivePlayer>false</IsCompetitivePlayer>
[...]

Hope this helps.
 
Does anyone know of any trick to make the enemy not fire in a scenario?
GameScenarioPlayer has a InitialRulesOfEngagement setting. It supports these values:

FireOnClearedTargets,
FireOnlyInSelfDefence,
HoldFire,

It will not be a lot of fun if the enemy is not allowed to shoot, but it can be done. Or you can give yourself first shot advantage.

(Untested: not confident that our mischievous AI respects it)