[quote="eqzitara"]Is your fix like tridefs "dominant-eye" option? Ive heard of it but not used it.
[/quote]
EXACTLY THE SAME! ;))
We all have one dominant eye (biologically which ~90% is left for RIGHT handed persons). nVidia uses the Dominant eye as the first eye that is rendered (mostly left - at least for stereo automatic) ;))
I know is not accurate this trick, but if you use it normaly you will not see any differences. However if you try to "FOCUS" exactly there (and I mean really focus) your brain will tell you is a trick;)) But who focuses on crosshairs???:))) You just line up and shoot :))))
eqzitara said:Is your fix like tridefs "dominant-eye" option? Ive heard of it but not used it.
EXACTLY THE SAME! ;))
We all have one dominant eye (biologically which ~90% is left for RIGHT handed persons). nVidia uses the Dominant eye as the first eye that is rendered (mostly left - at least for stereo automatic) ;))
I know is not accurate this trick, but if you use it normaly you will not see any differences. However if you try to "FOCUS" exactly there (and I mean really focus) your brain will tell you is a trick;)) But who focuses on crosshairs???:))) You just line up and shoot :))))
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
[quote="helifax"][quote="eqzitara"]Is your fix like tridefs "dominant-eye" option? Ive heard of it but not used it.
[/quote]
EXACTLY THE SAME! ;))
We all have one dominant eye (biologically which ~90% is left for RIGHT handed persons). nVidia uses the Dominant eye as the first eye that is rendered (mostly left - at least for stereo automatic) ;))
I know is not accurate this trick, but if you use it normaly you will not see any differences. However if you try to "FOCUS" exactly there (and I mean really focus) your brain will tell you is a trick;)) But who focuses on crosshairs???:))) You just line up and shoot :))))[/quote]
Im curious if it actually if adding "dominate eye" to static crosshairs makes a difference since Ive not tried it and I dont have game installed anymore. Maybe(?) it will aid dominant eye laser sight. I can replicate dominate eye but unfortunately I dont have the skill for depth buffer[then again their would be no point]. I think this code will turn static crosshairs into static crosshair w/ dominant eye.
[swap if_gt with if_lt for opposite eye]
[code]
texldl r1, c220.z, s0 //new
mul r1.x, r1.x, -c220.x //new
add r3.x, r3.x, -r1.x //new
mov o1, r3 //new
[/code]
[code]
def c220, 0.60, 0, 0.0625, -1 //new
[/code]
SWAP WITH
[code]
texldl r1, c220.z, s0 //new
mov r12, r3
mul r1.x, r1.x, -c220.x //new
add r3.x, r3.x, -r1.x //new
if_gt r3.x, r12.x
mov r3.x, r12.x
endif
mov o1, r3 //new
[/code]
[code]
def c220, 0.80, 0, 0.0625, -1 //new
[/code]
Might work out since your already using lasersight in that "style". I tried it once with a RPG hud because I was out of options but yea... doesnt work well there.
eqzitara said:Is your fix like tridefs "dominant-eye" option? Ive heard of it but not used it.
EXACTLY THE SAME! ;))
We all have one dominant eye (biologically which ~90% is left for RIGHT handed persons). nVidia uses the Dominant eye as the first eye that is rendered (mostly left - at least for stereo automatic) ;))
I know is not accurate this trick, but if you use it normaly you will not see any differences. However if you try to "FOCUS" exactly there (and I mean really focus) your brain will tell you is a trick;)) But who focuses on crosshairs???:))) You just line up and shoot :))))
Im curious if it actually if adding "dominate eye" to static crosshairs makes a difference since Ive not tried it and I dont have game installed anymore. Maybe(?) it will aid dominant eye laser sight. I can replicate dominate eye but unfortunately I dont have the skill for depth buffer[then again their would be no point]. I think this code will turn static crosshairs into static crosshair w/ dominant eye.
[swap if_gt with if_lt for opposite eye]
Might work out since your already using lasersight in that "style". I tried it once with a RPG hud because I was out of options but yea... doesnt work well there.
Co-founder of helixmod.blog.com
If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com
Hi there,
thanks for all the work! The game looks great in 3D vision surround, but I still have got issues using the crosshair. I did not really get the trick, I guess. Okay, here is what I did:
- Download the Helix/DHR Mod
- Downloaded the wide screen fix
The wsf scales the main menues in game correctly, but the crosshair depth does not change. It is still very far away from my focus during combat... I also commented the mentioned lines in C2EEF785.txt (actually I had to delete them as commenting lead to a distorted picture) but that did not help. I noticed the crosshair from NVidia control (the red one) does not really work, too. Only one single crosshair is drawn during the game (as can be seen when lifting the glasses) so there is no 3D effect, either. I am using the full HUD.
Any ideas or recommendations?
Thanks again!
thanks for all the work! The game looks great in 3D vision surround, but I still have got issues using the crosshair. I did not really get the trick, I guess. Okay, here is what I did:
- Download the Helix/DHR Mod
- Downloaded the wide screen fix
The wsf scales the main menues in game correctly, but the crosshair depth does not change. It is still very far away from my focus during combat... I also commented the mentioned lines in C2EEF785.txt (actually I had to delete them as commenting lead to a distorted picture) but that did not help. I noticed the crosshair from NVidia control (the red one) does not really work, too. Only one single crosshair is drawn during the game (as can be seen when lifting the glasses) so there is no 3D effect, either. I am using the full HUD.
Hi,
finally got it run - the problem was the beta driver 326.80. Quite buggy driver :/ Now I see the crosshair like depicted in your screen shots.
EDIT: Cheered too soon - after the laser sight worked yesterday, today it does not anymore. Even after reinstallation I just see a second crosshair in cut scenes. Any idea what is the issue?
finally got it run - the problem was the beta driver 326.80. Quite buggy driver :/ Now I see the crosshair like depicted in your screen shots.
EDIT: Cheered too soon - after the laser sight worked yesterday, today it does not anymore. Even after reinstallation I just see a second crosshair in cut scenes. Any idea what is the issue?
While this is an old game I've remembered that I owned it and wanted to try in 3D.
Nice experience (a bit "rusty" graphics for now days standard). But here is what ruins my gameplay.
Toggling crosshair with "P" works as it should though when "dot" mini map's -path- lines get vanished, using default crosshair brings them back. Not a big issue though.
(look at mini map)
Default crosshair:
[img]http://i.imgur.com/mYi9hyY.jpg[/img]
modified crosshair with "p":
[img]http://i.imgur.com/9M5bpfY.jpg[/img]
Now the bad part, lights, strong lights(mostly the strong ones with light shafts) make some random weird light artifacts which ruins all the fan when on scene.
It's difficult to catch this on screenshots but these are some examples of the buggy ones..:
While this is an old game I've remembered that I owned it and wanted to try in 3D.
Nice experience (a bit "rusty" graphics for now days standard). But here is what ruins my gameplay.
Toggling crosshair with "P" works as it should though when "dot" mini map's -path- lines get vanished, using default crosshair brings them back. Not a big issue though.
(look at mini map)
Default crosshair:
modified crosshair with "p":
Now the bad part, lights, strong lights(mostly the strong ones with light shafts) make some random weird light artifacts which ruins all the fan when on scene.
It's difficult to catch this on screenshots but these are some examples of the buggy ones..:
Two more with light flickering thing (you can clearly see the buggy light artifacts if you compare the left/right)
[img]http://i.imgur.com/GKY8ith.jpg[/img]
[img]http://i.imgur.com/iq4tRbk.jpg[/img]
and one (attached) with broken shadow and halos,only in that place with sun and snow.
@spanian77
I don't have the game installed to test....can be some driver issue (the last driver seems fine) or due a game update. i check with some screenshots i toke when i play the game, and those lights are OK.
You can hunt the VS for that light (looks like some lensflares type) and post here.
I don't have the game installed to test....can be some driver issue (the last driver seems fine) or due a game update. i check with some screenshots i toke when i play the game, and those lights are OK.
You can hunt the VS for that light (looks like some lensflares type) and post here.
[quote="spanian77"]Thanks for replying man, I don't have much time in working days I might do it on weekend though.[/quote]
Just bought it on Humble bundle
Lost Planet 3 Almost perfect but, can confirm the issues with lights in wrong depht !
Please post if you manage to do something about it :)
Co-founder of helixmod.blog.com
If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com
EXACTLY THE SAME! ;))
We all have one dominant eye (biologically which ~90% is left for RIGHT handed persons). nVidia uses the Dominant eye as the first eye that is rendered (mostly left - at least for stereo automatic) ;))
I know is not accurate this trick, but if you use it normaly you will not see any differences. However if you try to "FOCUS" exactly there (and I mean really focus) your brain will tell you is a trick;)) But who focuses on crosshairs???:))) You just line up and shoot :))))
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
My website with my fixes and OpenGL to 3D Vision wrapper:
http://3dsurroundgaming.com
(If you like some of the stuff that I've done and want to donate something, you can do it with PayPal at tavyhome@gmail.com)
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
Im curious if it actually if adding "dominate eye" to static crosshairs makes a difference since Ive not tried it and I dont have game installed anymore. Maybe(?) it will aid dominant eye laser sight. I can replicate dominate eye but unfortunately I dont have the skill for depth buffer[then again their would be no point]. I think this code will turn static crosshairs into static crosshair w/ dominant eye.
[swap if_gt with if_lt for opposite eye]
SWAP WITH
Might work out since your already using lasersight in that "style". I tried it once with a RPG hud because I was out of options but yea... doesnt work well there.
Co-founder of helixmod.blog.com
If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com
My Gaming Blog
Video Game Glitches
Video Games Walkthroughs
My original display name is 3d4dd - for some reason Nvidia changed it..?!
thanks for all the work! The game looks great in 3D vision surround, but I still have got issues using the crosshair. I did not really get the trick, I guess. Okay, here is what I did:
- Download the Helix/DHR Mod
- Downloaded the wide screen fix
The wsf scales the main menues in game correctly, but the crosshair depth does not change. It is still very far away from my focus during combat... I also commented the mentioned lines in C2EEF785.txt (actually I had to delete them as commenting lead to a distorted picture) but that did not help. I noticed the crosshair from NVidia control (the red one) does not really work, too. Only one single crosshair is drawn during the game (as can be seen when lifting the glasses) so there is no 3D effect, either. I am using the full HUD.
Any ideas or recommendations?
Thanks again!
finally got it run - the problem was the beta driver 326.80. Quite buggy driver :/ Now I see the crosshair like depicted in your screen shots.
EDIT: Cheered too soon - after the laser sight worked yesterday, today it does not anymore. Even after reinstallation I just see a second crosshair in cut scenes. Any idea what is the issue?
Nice experience (a bit "rusty" graphics for now days standard). But here is what ruins my gameplay.
Toggling crosshair with "P" works as it should though when "dot" mini map's -path- lines get vanished, using default crosshair brings them back. Not a big issue though.
(look at mini map)
Default crosshair:
modified crosshair with "p":
Now the bad part, lights, strong lights(mostly the strong ones with light shafts) make some random weird light artifacts which ruins all the fan when on scene.
It's difficult to catch this on screenshots but these are some examples of the buggy ones..:
i5 4670K 4.4 Ghz H2O, G.skill 16GB @2.4 Ghz C10, 2xGTX970 G1 SLI, AOC G2460PG, G-sync+3D Vision 2, Win 7x64(ssd), Games on RAID-0
and one (attached) with broken shadow and halos,only in that place with sun and snow.
i5 4670K 4.4 Ghz H2O, G.skill 16GB @2.4 Ghz C10, 2xGTX970 G1 SLI, AOC G2460PG, G-sync+3D Vision 2, Win 7x64(ssd), Games on RAID-0
I don't have the game installed to test....can be some driver issue (the last driver seems fine) or due a game update. i check with some screenshots i toke when i play the game, and those lights are OK.
You can hunt the VS for that light (looks like some lensflares type) and post here.
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
i5 4670K 4.4 Ghz H2O, G.skill 16GB @2.4 Ghz C10, 2xGTX970 G1 SLI, AOC G2460PG, G-sync+3D Vision 2, Win 7x64(ssd), Games on RAID-0
Just bought it on Humble bundle
Lost Planet 3 Almost perfect but, can confirm the issues with lights in wrong depht !
Please post if you manage to do something about it :)
Win7 64bit Pro
CPU: 4790K 4.8 GHZ
GPU: Aurus 1080 TI 2.08 GHZ - 100% Watercooled !
Monitor: Asus PG278QR
And lots of ram and HD's ;)