Ok almost done with what I consider to be the best mod for armada two (graphically as cannon as possible). Now, one thing I can't seem to do is remove the transparency effect that occurs when you zoom in on a ship. Any way to get rid of this? Thanks!
just as mvam i dont think that is possible without the source code.
armad2 is essentially correct. I believe there may be a setting but if this isn't correct then it is likely to be one of those hard coded things.
Open up the RTS_CFG.H file with Word or Wordpad, find the following line and change it as follows. // should we fade out craft that get too close to the camera? int cfgFADE_OUT_ENABLED = 1; changge it to: // should we fade out craft that get too close to the camera? int cfgFADE_OUT_ENABLED = 0; Make sure you remove read only from the file first and save your changes.
Thanks Operative! Worked like a charm.