How do I change range of planes?

tommytoxen

Warlord
Joined
May 7, 2012
Messages
298
Location
worksop
I assume there's somewhere in the files I can change the operational range of fighters & bombers? I play on BIG maps and unfortunately the range of planes don't really scale so they have a tiny microscopic range in compared to the map lol :lol:

I need to triple or even quadruple the range but can't seem to find where to do it

Edit: Solved, I was looking in the wrong folder.

solved.png
 
Last edited:
UPDATE Units SET Range = XX WHERE Type = 'UNIT_X';

It's the same column that archer units use for their range
 
UPDATE Units SET Range = XX WHERE Type = 'UNIT_X';

It's the same column that archer units use for their range
Oh thanks, you're a gent. I see it now, I was looking in the wrong folder. AirUnits.sql under CBO -> Balance Changes -> Units right? I'm seeing the range and stuff for them now. I'm a dum-dum, I was looking in the core CP folder before.


MODS\(9a) Enhanced Air Warfare 4VP (v 1.0)\core\EAW_Fine_Setting.sql
View attachment 569569

Oh nice, how did this modmod slip by me? I'll check it out for my next game thanks, already well into this current game so :)
 
Back
Top Bottom