Thank you for your fast answer. I see, there must have been a change in the drivers, because I do not really remember this game having an update. Lensflares cannot be disabled ingame. I also did not find an ini-file to do so. So I will try the helix debug dll. Simply copy it in the game? Still noob in shader hunting. Sorry.
Thank you for your fast answer. I see, there must have been a change in the drivers, because I do not really remember this game having an update. Lensflares cannot be disabled ingame. I also did not find an ini-file to do so. So I will try the helix debug dll. Simply copy it in the game? Still noob in shader hunting. Sorry.
I found the VS responsable for the lens flare (VS 93) and I dumped it. Is saving automatically?
But game crashes with the debug version. I just replaced the d3d9.dll from the original fix with the following attached.
texldl r12, c220.z, s0 // new
add r12.y, r15.x, -r12.y // new
mul r12.x, r12.x, r12.y // new
add r3.x, r3.x, -r12.x // new
mov o6, r3
I attached here the new version of the shader VS93 I dumped. How do I find out in the shader itself which line is responsable for the lensflair effect? Could it be this one and what means c19?
// LightInscatteringColor c19 1
And what do I have to write in the shader to disable it. I read the shader school, but I am not wiser at the moment. :) thanks for any help. I guess this is an easy one for the experienced shader hunters...
Intel Core i7-3820, 4 X 3,60 GHz overclocked to 4,50 GHz ; EVGA Titan X 12VRAM ; 16 GB Corsair Vengeance DDR-1600 (4x 4 GB) ; Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter ; Xbox One Elite wireless controller ; Windows 10HTC VIVE 2,5 m2 roomscale3D VISION GAMERS - VISIT ME ON STEAM and feel free to add me: http://steamcommunity.com/profiles/76561198064106555 YOUTUBE: https://www.youtube.com/channel/UC1UE5TPoF0HX0HVpF_E4uPQ STEAM CURATOR: https://store.steampowered.com/curator/33611530-Streaming-Deluxe/
https://steamdb.info/app/217920/history/
Yes...just copy-replace the debug version (Sept 6 of 2013 version)
And hunt with NUMPAD 4 or 5, dump with NUMPAD 6
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
But game crashes with the debug version. I just replaced the d3d9.dll from the original fix with the following attached.
Intel Core i7-3820, 4 X 3,60 GHz overclocked to 4,50 GHz ; EVGA Titan X 12VRAM ; 16 GB Corsair Vengeance DDR-1600 (4x 4 GB) ; Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter ; Xbox One Elite wireless controller ; Windows 10HTC VIVE 2,5 m2 roomscale3D VISION GAMERS - VISIT ME ON STEAM and feel free to add me: http://steamcommunity.com/profiles/76561198064106555 YOUTUBE: https://www.youtube.com/channel/UC1UE5TPoF0HX0HVpF_E4uPQ STEAM CURATOR: https://store.steampowered.com/curator/33611530-Streaming-Deluxe/
I attached here the new version of the shader VS93 I dumped. How do I find out in the shader itself which line is responsable for the lensflair effect? Could it be this one and what means c19?
And what do I have to write in the shader to disable it. I read the shader school, but I am not wiser at the moment. :) thanks for any help. I guess this is an easy one for the experienced shader hunters...
***
Here the new shader I dumped:
Intel Core i7-3820, 4 X 3,60 GHz overclocked to 4,50 GHz ; EVGA Titan X 12VRAM ; 16 GB Corsair Vengeance DDR-1600 (4x 4 GB) ; Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter ; Xbox One Elite wireless controller ; Windows 10HTC VIVE 2,5 m2 roomscale3D VISION GAMERS - VISIT ME ON STEAM and feel free to add me: http://steamcommunity.com/profiles/76561198064106555 YOUTUBE: https://www.youtube.com/channel/UC1UE5TPoF0HX0HVpF_E4uPQ STEAM CURATOR: https://store.steampowered.com/curator/33611530-Streaming-Deluxe/