Re: Removing Fog of War in Campaign
Open Base.rte\Activities\MetaFight.lua in notepad and at line 132-133, on the next line after 'function MetaFight:StartActivity()' add those lines and save
Code:
for tm = 0,3 do
SceneMan:RevealUnseenBox(0,0,SceneMan.Scene.Width,SceneMan.Scene.Height,tm)
end
Don't forget to make a backup copy of the file