In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.
Moderator: Moderators
maxloef
Major General
Posts: 654 Joined: Mon Jan 03, 2005 4:28 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Post
by maxloef » Wed May 10, 2006 4:42 pm
I was browsing through my Files when i found a little file named Kamino1.fx we all know the FX file does stuff like rain and sunn and fog But i found out 2 very interesting things
Code: Select all
Effect("Blur")
{
PC()
{
Enable(0);
Mode(1)
ConstantBlend(0.44)
DownSizeFactor(0.2500)
}
XBOX()
{
Enable(0);
Mode(1)
ConstantBlend(0.44)
DownSizeFactor(0.2500)
}
}
Effect("hdr")
{
Enable(1)
}
BAsicly THe Blurr adds a Contstant BVlur to everything it gives it a concole style look abnd the Hdr Slightly Improves looks but also Improves fps
Trans
Post
by Trans » Wed May 10, 2006 5:10 pm
Nice find, do you happen to have any before and after pics?
M.O.D.
Post
by M.O.D. » Wed May 10, 2006 6:00 pm
Cool, I was wondering how to do that...
maxloef
Major General
Posts: 654 Joined: Mon Jan 03, 2005 4:28 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Post
by maxloef » Thu May 11, 2006 6:09 am
WEl grphicly u dont realy see a change but in performace u sure do
Qdin
Old School Staff
Posts: 2059 Joined: Wed Feb 23, 2005 9:54 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Post
by Qdin » Thu May 11, 2006 11:12 am
okay
so should that be 'on' or 'off' to make the performance better?
maxloef
Major General
Posts: 654 Joined: Mon Jan 03, 2005 4:28 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Post
by maxloef » Thu May 11, 2006 12:53 pm
HDR On = better performance
Blur ON = Slight blur on everything (ps2 effect) Improves performance but decreases grpich quality
Big_rich
Post
by Big_rich » Thu May 11, 2006 3:02 pm
I thought HDR stood for high dynamic range, something to do with lighting? Oblivion uses it. Which if that's that case,would lower performance if your lighting settings are set to high... but increase lighting quality.
squipple
1st Lieutenant
Posts: 420 Joined: Tue Jun 28, 2005 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:
Post
by squipple » Thu May 11, 2006 5:51 pm
Yes, in the docs, HDR refers to a type of glow used to make things look slightly hazy. I've yet to get to any testing on it, but the subsequent options for HDR are listed in the docs as well. You'll gain framerate but sacrifice the star wars film-look to everything.
HDR(I) (wikipedia)
-_-
Gametoast Staff
Posts: 2678 Joined: Sat May 07, 2005 1:22 pm
Post
by -_- » Thu May 11, 2006 6:58 pm
This isnt new, it's been there ever since SWBF-1. I wouldnt say that it would help performance on maps, it just makes the map blurrier.