Product Chat / i need help with removing the red fog after you take damage

Author
Message
OhhCA
6
Years of Service
User Offline
Joined: 15th May 2017
Location: Ontario, Canada
Posted: 13th Nov 2017 14:57
This red fog that appears after being hit is very annoying and ruins the immersion in my game as its a dark horror feel but once you get struck by a enemy its like its daytime again i have looked all over for ways to remove from editing the the post-sao.fx file crossing out this line of code
with no results ive tried changing the hud in hopes that would remove it and nothing starting to hit a wall here and spent so much time building this game and this has made it unplayable and no fun
Pirate Myke
Forum Support
13
Years of Service
User Offline
Joined: 31st May 2010
Location: El Dorado, California
Posted: 13th Nov 2017 15:00
Undo those changes you made and save that file. This and other setting can be changed in the settings.fx file.

It is located in the effectbank/reloaded folder. Remarks are in that file.

Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s), 8gb RAM, Nvidia gtx660, Windows 7 Pro 64bit, Screen resolution 1680 x 1050.

OhhCA
6
Years of Service
User Offline
Joined: 15th May 2017
Location: Ontario, Canada
Posted: 13th Nov 2017 15:22
i have looked through the settings.fx folder for that line of code and it was not in there at least using find it does not appear and if that code is not in there i don't really know what line of code i'm looking for
Pirate Myke
Forum Support
13
Years of Service
User Offline
Joined: 31st May 2010
Location: El Dorado, California
Posted: 13th Nov 2017 15:26 Edited at: 13th Nov 2017 15:28
File attached.



This line:
Remark it as below.
//#define NOCOLOREFFECT // Disable color effect, like: screen going red when you die, or you have little health.

Restart game guru.
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s), 8gb RAM, Nvidia gtx660, Windows 7 Pro 64bit, Screen resolution 1680 x 1050.

Attachments

Login to view attachments
Belidos
3D Media Maker
8
Years of Service
User Offline
Joined: 23rd Nov 2015
Playing: The Game
Posted: 13th Nov 2017 15:30 Edited at: 13th Nov 2017 23:34
You just need to remove the // from of the following leine in settings.fx

//#define NOCOLOREFFECT // PE: Disable color effect, like: screen going red when you die, or you have little health.

Primary Desktop:
i7 7700,k NV1070 8GB, 16GB 3200mhz memory, 1x 2TB Hybrid, Win10.

Secondary Desktop:
i5 4760k, NV960 2GB, 16GB 2333mhz memory, 1x 2TB Hybrid, Win10.

Laptop:
i3, Intel 4000 series graphics, 6GB memory, 1x 500gb HDD, Win8.1.
synchromesh
Forum Support
10
Years of Service
User Offline
Joined: 24th Jan 2014
Location:
Posted: 13th Nov 2017 15:33 Edited at: 13th Nov 2017 15:49
It should be there ...
//#define NOCOLOREFFECT // Disable color effect, like: screen going red when you die, or you have little health.

Remove the // from the line and save..
The only person ever to get all his work done by "Friday" was Robinson Crusoe..
PM
OhhCA
6
Years of Service
User Offline
Joined: 15th May 2017
Location: Ontario, Canada
Posted: 13th Nov 2017 15:47 Edited at: 13th Nov 2017 16:47
*Edit this still does not work with both ways you guys suggested i get hit and immediately get the red fog effect
OhhCA
6
Years of Service
User Offline
Joined: 15th May 2017
Location: Ontario, Canada
Posted: 13th Nov 2017 16:34
This is my settings.fx

i have everything the way it is supposed to be but i still get the red screen effect when i get hit
Pirate Myke
Forum Support
13
Years of Service
User Offline
Joined: 31st May 2010
Location: El Dorado, California
Posted: 13th Nov 2017 18:22
You need to have the line as I gave it to you:

//#define NOCOLOREFFECT // Disable color effect, like: screen going red when you die, or you have little health.
save the file.
Restart game guru.
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s), 8gb RAM, Nvidia gtx660, Windows 7 Pro 64bit, Screen resolution 1680 x 1050.

Pirate Myke
Forum Support
13
Years of Service
User Offline
Joined: 31st May 2010
Location: El Dorado, California
Posted: 13th Nov 2017 18:29
You may need to bloom slider to at least 1 for this to work also.
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s), 8gb RAM, Nvidia gtx660, Windows 7 Pro 64bit, Screen resolution 1680 x 1050.

Jerry Tremble
GameGuru TGC Backer
11
Years of Service
User Offline
Joined: 5th Nov 2012
Location: Sonoran Desert
Posted: 13th Nov 2017 19:52
Now you have me confused! Shouldn't he remove the forward slashes at the beginning of that line? I'm at work, so I can't look at it, but have been following this thread most of the morning.
Desktop: i7 4770@3.4Ghz (passmark 9809), 12GB RAM, Win 10/64, GeForce GTX 1080 (passmark 12006), 1TB SSD, 1TB HDD; Laptop: i7 4800MQ@2.7Ghz, 16GB RAM, Win 10/64, GeForce GTX870M , 1TB SSD.
PM
Bolt Action Gaming
GameGuru Tool Maker
10
Years of Service
User Offline
Joined: 24th Oct 2013
Location: Harrisburg, PA (USA)
Posted: 13th Nov 2017 21:33
Nah Jerry what you want to do is *ADD* slashes to the front of the line to comment it out so it doesn't enable the feature.
Belidos
3D Media Maker
8
Years of Service
User Offline
Joined: 23rd Nov 2015
Playing: The Game
Posted: 13th Nov 2017 23:36
No. You need to remove them, COLOREFFECT is already running by default, that's the red effect, you need to tell it not to run COLOREFFECT by defining NOCOLOREFFECT, you do that by uncommenting the line.

Primary Desktop:
i7 7700,k NV1070 8GB, 16GB 3200mhz memory, 1x 2TB Hybrid, Win10.

Secondary Desktop:
i5 4760k, NV960 2GB, 16GB 2333mhz memory, 1x 2TB Hybrid, Win10.

Laptop:
i3, Intel 4000 series graphics, 6GB memory, 1x 500gb HDD, Win8.1.
cybernescence
GameGuru Master
11
Years of Service
User Offline
Joined: 28th Jan 2013
Playing: Cogwheel Chronicles
Posted: 13th Nov 2017 23:52
You need to remove the //. However your original shader change should have worked too. What version of GG are you running? Are you sure you saved the settings file and restarted GG afterwards? Try with the SAO intensity slider either on zero if it's above zero now or the other way around (older versions of GG used two separate post process shaders triggered by this slider)
Pirate Myke
Forum Support
13
Years of Service
User Offline
Joined: 31st May 2010
Location: El Dorado, California
Posted: 13th Nov 2017 23:58
My bad. Do need to remove the // in front of that line.
restart game guru.
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s), 8gb RAM, Nvidia gtx660, Windows 7 Pro 64bit, Screen resolution 1680 x 1050.

Jerry Tremble
GameGuru TGC Backer
11
Years of Service
User Offline
Joined: 5th Nov 2012
Location: Sonoran Desert
Posted: 14th Nov 2017 00:10 Edited at: 14th Nov 2017 00:11
Quote: "Nah Jerry what you want to do is *ADD* slashes to the front of the line to comment it out so it doesn't enable the feature."


Quote: "No. You need to remove them, COLOREFFECT is already running by default, that's the red effect, you need to tell it not to run COLOREFFECT by defining NOCOLOREFFECT, you do that by uncommenting the line."


See why I was confused? LOL, anyway, I just got home an checked it out. That line is rem'd out by default, so I tried it both ways. I don't get the red "fog" either way anymore. I'm using the beta, though, so it might just be that. I get some blood splatter when getting hit, and an odd navigation type arrow/arc thingy upon getting hit. Never noticed that before. Maybe it's always been there?


EDIT: Never checked my graphics settings. Will have to try again.
Desktop: i7 4770@3.4Ghz (passmark 9809), 12GB RAM, Win 10/64, GeForce GTX 1080 (passmark 12006), 1TB SSD, 1TB HDD; Laptop: i7 4800MQ@2.7Ghz, 16GB RAM, Win 10/64, GeForce GTX870M , 1TB SSD.
PM
synchromesh
Forum Support
10
Years of Service
User Offline
Joined: 24th Jan 2014
Location:
Posted: 14th Nov 2017 00:54 Edited at: 14th Nov 2017 00:55
LOL.. Its definitely ... Remove the // from the line and save..
The only person ever to get all his work done by "Friday" was Robinson Crusoe..
PM
perelect
9
Years of Service
User Offline
Joined: 27th Mar 2015
Location: Australia
Posted: 14th Nov 2017 04:52
You can also do it with a lua command

SetGamePlayerControlRedDeathFog(0)

For the attached script: use a dynamic entity and set it to always active
Desktop: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz, ~3.6GHz, Windows 10, 64-bit, 16 GB Ram, NVIDIA GeForce GTX 750 Ti, Display Memory: 4018 MB. Resolution 1360x768.
Operating System: Windows 10 Home 64-bit (10.0, Build 15063) (15063.rs2_release.170317-1834)
PT V9.0 3DMark=4344, Passmark=3291.

Laptop: Pavilion dv6 Notebook, Intel(R) Core(TM) i5-2410M CPU @ 2.30 GHz, Win 7 64 bit, 16 GB Ram, Radeon (TM) HD 6490M, 2336 MB Memory. Resolution 1366x768, Intel(R) HD Graphics 3000. (WEI 5.8)
PT V9.0 3DMark=377, Passmark=1222.

Attachments

Login to view attachments
OhhCA
6
Years of Service
User Offline
Joined: 15th May 2017
Location: Ontario, Canada
Posted: 20th Nov 2017 23:21
Quote: "You can also do it with a lua command

SetGamePlayerControlRedDeathFog(0)

For the attached script: use a dynamic entity and set it to always active"


i love you

Login to post a reply

Server time is: 2024-04-20 03:38:59
Your offset time is: 2024-04-20 03:38:59