Anyone, please?
Open up GameConstants.xml and find this section:
<SpaceFOWHeight>-80.0</SpaceFOWHeight>
<SetupPhaseCountdownSeconds>5</SetupPhaseCountdownSeconds>
<DesiredLandFOWCellSize>15.0</DesiredLandFOWCellSize>
<DesiredSpaceFOWCellSize>100.0</DesiredSpaceFOWCellSize>
<LandFOWRegrowTime>6.0</LandFOWRegrowTime>
<SpaceFOWRegrowTime>6.0</SpaceFOWRegrowTime>
Ok, Now change it to look like this:
<SpaceFOWHeight>-80.0</SpaceFOWHeight>
<SetupPhaseCountdownSeconds>5</SetupPhaseCountdownSeconds>
<DesiredLandFOWCellSize>0.0</DesiredLandFOWCellSize>
<DesiredSpaceFOWCellSize>100.0</DesiredSpaceFOWCellSize>
<LandFOWRegrowTime>5000.0</LandFOWRegrowTime>
<SpaceFOWRegrowTime>5000.0</SpaceFOWRegrowTime>
That will completely remove the fog of war for LAND battles. For some reason adjusting FOWCellSize for SpaceFOW doesn't work :/
However see the <SpaceFOWRegrowTime> I adjusted so the fog of war will at least stay gone in Space battles once you move over an area. I have add this to my SIMPLE cheat mod. You can get the simple cheat mod here:
http://www.lucasforums.com/showthread.php?p=2026778#post2026778)
And just use the GameConstants.xml file from it if you want. Also in the Gameconstants.xml I made it to where you can have unlimited reinforcements for ground battles.