Page 1 of 1
NM Loss Question for Ultimate Mod
Posted: Thu Nov 05, 2015 2:38 am
by vicberg
The mandatory offensive called for 20 regiments inside Serbia. These were moved into Serbia turn 1. On turn 2, I didn't do anything else with them because they were already in Serbia. I just got hit with the -10 NM penalty. What did I do wrong? [ATTACH]35131[/ATTACH]
Posted: Thu Nov 05, 2015 12:51 pm
by Altaris
Can you post the save? (And previous turn if you have it)
Posted: Thu Nov 05, 2015 2:23 pm
by vicberg
[ATTACH]35134[/ATTACH][ATTACH]35135[/ATTACH]
Here you go
Posted: Sat Nov 07, 2015 1:25 am
by Altaris
According to script logs, there are only 18 regiments. Only the infantry and reserve regiments are currently counted. I think that may be what's misleading you, if you're counting the mountain regiments. I probably need to modify the script to consider light regiments like mountain as well.
Posted: Sat Nov 07, 2015 2:08 am
by vicberg
That makes sense now. I had no idea that mountain regiments weren't considered for this. So next question, if you are going to make this change, then is there a way to update the database to get the 10 NM back?
Posted: Sat Nov 07, 2015 2:30 am
by Altaris
Are you playing SP or in a MP game?
Posted: Sat Nov 07, 2015 3:03 am
by vicberg
MP - Just started.
Posted: Sat Nov 07, 2015 12:27 pm
by Altaris
Whoever is hosting can add the following code into the 5 - Gold.sct file under End All War\EAW_ULT\Events directory and it will give Austria +10 NM on next turn process.
SelectFaction = $AUS
SelectRegion = $Wien
StartEvent = evt_nam_AustriaNMGiveBack|1|0|NULL|NULL|$Wien|NULL
Conditions
Actions
SelectFaction = AUS
ChangeFacMorale = 10
EndEvent