by WebbPA » Wed Nov 05, 2003 7:05 am
That will get rid of the gauge but it will leave a hole in your panel where the gauge was.
I suggest you:
1. Make a backup of panel.cfg.
2. Comment out the gauge. Find the entries (your numbers will be different but the gauge names should be the same) so that
gauge00=F16!Radar, 85,9,472,455
gauge01=F16!Radar Mode, 85,459,240,20
gauge02=F16!Radar Range, 320,459,239,20
for example, now reads
//gauge00=F16!Radar, 85,9,472,455
//gauge01=F16!Radar Mode, 85,459,240,20
//gauge02=F16!Radar Range, 320,459,239,20
FS won't read anything with "//" in front of it and you can restore it if you want to. You will need the coordinate numbers (position and size) for F16!Radar (I assume that's the gauge it uses) so you can replace the hole with another gauge.
The Radar Mode and Radar Range entries are invisible gauges that control (duh) the range and mode of the radar. If you want to permanently delete the gauge you can permanently delete these lines too.