Page 1 of 1
Can't re-base certain air units in 1.04?
Posted: Sat Feb 02, 2013 6:09 pm
by MarkWayneClark
Anyone else having this problem? I never had this problem in earlier versions but this time, playing GD scenario, I can't rebase (for instance) the UK fighter in Egypt or the Russian units near Finland.
RE: Can't re-base certain air units in 1.04?
Posted: Sat Feb 02, 2013 8:56 pm
by rmonical
This is related to the air unit supply bug.
[AirUnitsRebase]
SupplyToRebaseUnitType20 = 15
SupplyToRebaseUnitType21 = 15
SupplyToRebaseUnitType22 = 15
This is in consts.ini. Try setting them to 1 and see if it helps. Does not seem to help me so it may not be implemented yet.
This does appear to fix the combat degradation from the supply bug. These are in consts.ini and in a couple of the other ini files:
[UnitsPerformanceInRelationsToSupplyAt20]
EffectivityPenalty = 2
ActionPointsPenalty = 25
ColumnShiftDuringAirCombat = -1 <-- set this to 0 for all supply levels.
AirStrikeModifier = 90 <-- set this to 100 for all supply levels.
MaximumReplacementsForLandUnits = 50
MaximumReplacementsForAirUnits = 5
If you do this, air combat is not effected by supply. Not such a big deal in continental Europe - a bigger deal in Africa.
RE: Can't re-base certain air units in 1.04?
Posted: Sun Feb 03, 2013 5:44 pm
by rmonical
I was wrong - you can fix the rebasing problem by setting these values in consts.ini (you have to do the mod correctly if you are building a mod...). This is a workaround for the air unit supply bug in v104. If you set them in the scenario that you started, it will be picked up by the latest save.
[AirUnitsRebase]
SupplyToRebaseUnitType20 = 1
SupplyToRebaseUnitType21 = 1
SupplyToRebaseUnitType22 = 1
RE: Can't re-base certain air units in 1.04?
Posted: Sun Feb 03, 2013 6:06 pm
by MarkWayneClark
Will try now, thanks.
RE: Can't re-base certain air units in 1.04?
Posted: Sun Feb 03, 2013 6:46 pm
by MarkWayneClark
worked!