chaps,
is there a hotkey or ini change I can make that removes the vignetting/highlighting effect from the screen?
ta
edit: does it perchance have anything to do with this setting:
[FOG]
//COLOUR 0.89 0.72 0.73
COLOUR 0.00 0.00 0.00 // Fog changed to black as Fog is the colour showing outside the map borders when the map is zoomed right out.
START 800
END 1300
Option to remove 'vignette' effect
-
- Lance Corporal - SdKfz 222
- Posts: 21
- Joined: Sun Jan 13, 2013 8:43 am
Re: Option to remove 'vignette' effect
sorry unknown to me, but Pip may be able to answer and reply
-
- Site Admin
- Posts: 9862
- Joined: Wed Mar 23, 2005 10:35 pm
Re: Option to remove 'vignette' effect
No - the vignette is part of the UI. My guess is it is in DATA/UI/BATTLECOMMON.TXT
Cheers
Pip
Cheers
Pip
follow me on Twitter here
-
- Lance Corporal - SdKfz 222
- Posts: 21
- Joined: Sun Jan 13, 2013 8:43 am
Re: Option to remove 'vignette' effect
thanks Pip, it appears that
// --------------------- vignette
// [Battle_Vignette]
// type image
// x 0
// y 0
// width 1024
// height 768
// File MapVignette.dds
// IGNORE
has done the trick.
cheers
// --------------------- vignette
// [Battle_Vignette]
// type image
// x 0
// y 0
// width 1024
// height 768
// File MapVignette.dds
// IGNORE
has done the trick.
cheers
-
- Master Sergeant - Bf 109E
- Posts: 491
- Joined: Sun Dec 07, 2014 7:31 pm
Re: Option to remove 'vignette' effect
Ok, I tried adding the double slashes to remove the vignette and getting crashs.
// --------------------- vignette
//[Battle_Vignette]
//type image
//x 0
//y 0
//width 1024
//height 768
//File MapVignette.dds
//IGNORE
Copy and paste above is what I now have in the file. Anybody spot an error? It appears identical to chris merchant changes to me.
The erro message is "Found a duplicated name BattleCommon in file DATA/UI/BattleCommon.txy. The only change was adding the "//" before each line. Any ideas?
Just tried adding a space between each // and the following info. Still same crash.
// --------------------- vignette
//[Battle_Vignette]
//type image
//x 0
//y 0
//width 1024
//height 768
//File MapVignette.dds
//IGNORE
Copy and paste above is what I now have in the file. Anybody spot an error? It appears identical to chris merchant changes to me.
The erro message is "Found a duplicated name BattleCommon in file DATA/UI/BattleCommon.txy. The only change was adding the "//" before each line. Any ideas?
Just tried adding a space between each // and the following info. Still same crash.
-
- Field of Glory 2
- Posts: 28261
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Option to remove 'vignette' effect
This means your files have two chunks called [BattleCommon].Jagger2002 wrote: ↑Sat Apr 11, 2020 4:40 amThe error message is "Found a duplicated name BattleCommon in file DATA/UI/BattleCommon.txt. The only change was adding the "//" before each line. Any ideas?
This is probably due to you having a modded version of BattleCommon.txt and a backup unmodded version in the /data/UI folder. Move the backup unmodded version to a /Backups subfolder and all should be well.
Richard Bodley Scott


-
- Master Sergeant - Bf 109E
- Posts: 491
- Joined: Sun Dec 07, 2014 7:31 pm
Re: Option to remove 'vignette' effect
Thanks! That did it.