@Pirateguybrush - no idea, just played enough to mess with the cross hair...
@eqzitara - my solution (attached) is basically same as yours. I basically used the code from Bioshock 1 (a bit different though) to define a rectangle around the cross-hair. What does not work for me is the DevVSConst1 = 250 thingy, so I am not able to toggle between the cross-hair being at screen or depth. No idea what I am doing wrong there. Thanks for the tip with Notepad++, I use it all the time but did not know about the search in files function :-) Anyway, I spent a bit more time tonight trying to find a depth sampler, to no avail yet.
SHADER:
vs_3_0
def c0, 1, 0, 0, 0
def c200, 0, 0, 0.0625, 1
def c201, 500, 0, 0, 0
def c202, 0.5, 0.5, 0, 0
def c203, -0.1, 0.1, -0.1, 0.1
dcl_position v0
dcl_normal v1
dcl_tangent v2
dcl_position o0
dcl_texcoord o1
dcl_texcoord1 o2
dcl_2d s0
dcl_2d s2
mov r0.z, c4.z
mov r1.zw, c7
mad r0.xy, -r0.z, r1.zwzw, c8.zwzw
rcp r0.y, r0.y
mul r0.x, r0.y, r0.x
min o0.z, r0.x, c0.x
mul o2.xy, c11, v2
mul r0.xy, c2, v0.y
mad r0.xy, v0.x, c1, r0
mad r0.xy, v0.z, c3, r0
add r0.xy, r0, c4
mad r0.xy, r0, c10, c10.zwzw
// add o0.x, r0.x, -c9.x
// add o0.y, r0.y, c9.y
add r2.x, r0.x, -c9.x
add r2.y, r0.y, c9.y
mov r14.x, c251.x
if_eq r14.x, c200.w
if_gt r2.y, c203.z
if_lt r2.y, c203.w
if_gt r2.x, c203.x
if_lt r2.x, c203.y
texldl r11, c200.z, s0
//texldl r12, c202, s2 //DEPTH MAP, NOT WORKING
mov r12.w, c201.x
add r11.y, r12.w, -r11.y
mul r11.x, r11.x, r11.y
rcp r12.w, r12.w
mul r11.x, r11.x, r12.w
//mul r11.x, r11.x, c250.x //TOGGLE, NOT WORKING
add r2.x, r2.x, r11.x
endif
endif
endif
endif
endif
mov o0.xy, r2.xy
mov o0.w, c0.x
mov o1, v1
mov o2.zw, c0.y
DX9SETTINGS:
[General]
overridemethod = 1
DumpAll = true
GetCurDirAtLoad = true
SkipSetScissorRect = false
DefVSConst1 = 250
PresetsKeysList = 1;
[KEY1]
Key = 48
Presets = 1;2;
Type = 1
[PRES1]
Const1 = 0x3f800000
[PRES2]
Const1 = 0x00000000
[VS9190C687]
CheckTexCRC = true
DefinedTexturesVS = B1C38411;
TexCounterReg = 251
ValForDefined = 1
ValNotDefined = 0
UseDefinedOnly = false
SetSampler1ToReg = 259 //s2
[PS02C1513C]
GetSampler1FromReg = 3 //NOT WORKING
@Pirateguybrush - no idea, just played enough to mess with the cross hair...
@eqzitara - my solution (attached) is basically same as yours. I basically used the code from Bioshock 1 (a bit different though) to define a rectangle around the cross-hair. What does not work for me is the DevVSConst1 = 250 thingy, so I am not able to toggle between the cross-hair being at screen or depth. No idea what I am doing wrong there. Thanks for the tip with Notepad++, I use it all the time but did not know about the search in files function :-) Anyway, I spent a bit more time tonight trying to find a depth sampler, to no avail yet.
I already uninstalled. I didnt think of it. If you do dumpall does it dumpall with game?
Im curious if its not the dx9settings that isnt working but if you need to change the values instead of 250's.
I already uninstalled. I didnt think of it. If you do dumpall does it dumpall with game?
Im curious if its not the dx9settings that isnt working but if you need to change the values instead of 250's.
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
Dumpall definitely dumped all shaders yes, I was searching them for depth maps. Not sure I can be bothered though, fixed depth works fine for this game, which I'll likely not play anyway, my backlog is already massive...
Dumpall definitely dumped all shaders yes, I was searching them for depth maps. Not sure I can be bothered though, fixed depth works fine for this game, which I'll likely not play anyway, my backlog is already massive...
A dynamic crosshair would be nice... but the solution provided by eqzitara helps the game immensely. I've only played the demo so far, but this is a truly stunning 3d game. an absolute delight to look at. The game itself is great as well... I have it for the 3DS, and it's wonderful. I'm looking forward to getting the full copy for the PC and playing it all the way through in 3D... on a monitor :)
A dynamic crosshair would be nice... but the solution provided by eqzitara helps the game immensely. I've only played the demo so far, but this is a truly stunning 3d game. an absolute delight to look at. The game itself is great as well... I have it for the 3DS, and it's wonderful. I'm looking forward to getting the full copy for the PC and playing it all the way through in 3D... on a monitor :)
Id wait a week at least. I dont ask helix what he is working on unless its an obscure title I want to do at release. Its kind of like Tomb Raider, most of us played it because we didnt think crosshairs would be fixed. But it did so we got a bit of a dilluted game. I only posted it for people on demo. I cant even confirm it still works on retail. My computer is down so you'd be out of luck if you run into something that happens later in game. Not to mention we ran into some wierd issues [mike and I] that prevented access to additional features which may work on retail. If mike is not interested in posting his version in a week Ill post this one then.
Id wait a week at least. I dont ask helix what he is working on unless its an obscure title I want to do at release. Its kind of like Tomb Raider, most of us played it because we didnt think crosshairs would be fixed. But it did so we got a bit of a dilluted game. I only posted it for people on demo. I cant even confirm it still works on retail. My computer is down so you'd be out of luck if you run into something that happens later in game. Not to mention we ran into some wierd issues [mike and I] that prevented access to additional features which may work on retail. If mike is not interested in posting his version in a week Ill post this one then.
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
for retail version, turn on nvidia laser sight, adjust convergence to align game reticle and laser sight, you get correct crosshair.
too bad the game won't render triple monitor resolutions...a no go for me.
Used to be that you could swap out the Nvidia crooshairs with user crosshairs. I'm not sure if it still works
https://forums.geforce.com/default/topic/503584/3d-vision/complete-replacement-set-of-lasersights-for-all-33-red-dot-holographic-sniper-crosshair-etc-/
ok. Another thing:
[quote="eqzitara"]Wow, this should of been easiest patch... nope. Seperating crosshair had to be by coordinates = /. Im sure Helix knows a better way but if not and hes reading this, its seperated.
If people want to play demo with this go ahead. Im not sure if Helix is interested in game but it basically only needs one fuction. A seperate setting for C [Scanner] or force hud shaders in depth while C is active [1] then when press C again it disables[2]. Problem is i cant get newest debug's dx9settings to work with game which I need for Scanner. I also cant change hud depth because of the "map" but that would of been an optional type thing.
So basically here
[url]https://s3.amazonaws.com/HelixMods/RETEMP/shaderoverride.zip[/url]
F2 Disable crosshair
F3 Crosshair in depth
F4 Crosshair in depth further
If no one can figure it out a better solution in like week after game release Ill try to see if possible to sort out that scanner jigsaw puzzle.[/quote]
Using this breaks my screen brightness. I can no longer adjust it or it won't revert back to normal after closing this game.
Same thing that happens when you have 3D vision on and then go into hibernation mode (unrelated to this) and then return from it. I have to do a full restart.
eqzitara said:Wow, this should of been easiest patch... nope. Seperating crosshair had to be by coordinates = /. Im sure Helix knows a better way but if not and hes reading this, its seperated.
If people want to play demo with this go ahead. Im not sure if Helix is interested in game but it basically only needs one fuction. A seperate setting for C [Scanner] or force hud shaders in depth while C is active [1] then when press C again it disables[2]. Problem is i cant get newest debug's dx9settings to work with game which I need for Scanner. I also cant change hud depth because of the "map" but that would of been an optional type thing.
If no one can figure it out a better solution in like week after game release Ill try to see if possible to sort out that scanner jigsaw puzzle.
Using this breaks my screen brightness. I can no longer adjust it or it won't revert back to normal after closing this game.
Same thing that happens when you have 3D vision on and then go into hibernation mode (unrelated to this) and then return from it. I have to do a full restart.
Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate
[quote="teardropmina"]for retail version, turn on nvidia laser sight, adjust convergence to align game reticle and laser sight, you get correct crosshair.
too bad the game won't render triple monitor resolutions...a no go for me. [/quote]
Wait wait wait;)) I will get there eventually and I will provide a fix for Surround like I did with Resident Evil 6 (which I need to update again with the patch:)) )
teardropmina said:for retail version, turn on nvidia laser sight, adjust convergence to align game reticle and laser sight, you get correct crosshair.
too bad the game won't render triple monitor resolutions...a no go for me.
Wait wait wait;)) I will get there eventually and I will provide a fix for Surround like I did with Resident Evil 6 (which I need to update again with the patch:)) )
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
Well...what do you know...It took me around 15 minutes to make it work:))))
[url=http://www.iforce.co.nz/View.aspx?i=uemuawdb.o1p.jpg][img]http://iforce.co.nz/i/uemuawdb.o1p.jpg[/img][/url]
[url=http://www.iforce.co.nz/View.aspx?i=3et2bshd.mat.jpg][img]http://iforce.co.nz/i/3et2bshd.mat.jpg[/img][/url]
Not perfect yet..Since the amount of time invested was very short but here it is:)
Best Regards,
Helifax
Well...what do you know...It took me around 15 minutes to make it work:))))
Not perfect yet..Since the amount of time invested was very short but here it is:)
Best Regards,
Helifax
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
@eqzitara - my solution (attached) is basically same as yours. I basically used the code from Bioshock 1 (a bit different though) to define a rectangle around the cross-hair. What does not work for me is the DevVSConst1 = 250 thingy, so I am not able to toggle between the cross-hair being at screen or depth. No idea what I am doing wrong there. Thanks for the tip with Notepad++, I use it all the time but did not know about the search in files function :-) Anyway, I spent a bit more time tonight trying to find a depth sampler, to no avail yet.
SHADER:
vs_3_0
def c0, 1, 0, 0, 0
def c200, 0, 0, 0.0625, 1
def c201, 500, 0, 0, 0
def c202, 0.5, 0.5, 0, 0
def c203, -0.1, 0.1, -0.1, 0.1
dcl_position v0
dcl_normal v1
dcl_tangent v2
dcl_position o0
dcl_texcoord o1
dcl_texcoord1 o2
dcl_2d s0
dcl_2d s2
mov r0.z, c4.z
mov r1.zw, c7
mad r0.xy, -r0.z, r1.zwzw, c8.zwzw
rcp r0.y, r0.y
mul r0.x, r0.y, r0.x
min o0.z, r0.x, c0.x
mul o2.xy, c11, v2
mul r0.xy, c2, v0.y
mad r0.xy, v0.x, c1, r0
mad r0.xy, v0.z, c3, r0
add r0.xy, r0, c4
mad r0.xy, r0, c10, c10.zwzw
// add o0.x, r0.x, -c9.x
// add o0.y, r0.y, c9.y
add r2.x, r0.x, -c9.x
add r2.y, r0.y, c9.y
mov r14.x, c251.x
if_eq r14.x, c200.w
if_gt r2.y, c203.z
if_lt r2.y, c203.w
if_gt r2.x, c203.x
if_lt r2.x, c203.y
texldl r11, c200.z, s0
//texldl r12, c202, s2 //DEPTH MAP, NOT WORKING
mov r12.w, c201.x
add r11.y, r12.w, -r11.y
mul r11.x, r11.x, r11.y
rcp r12.w, r12.w
mul r11.x, r11.x, r12.w
//mul r11.x, r11.x, c250.x //TOGGLE, NOT WORKING
add r2.x, r2.x, r11.x
endif
endif
endif
endif
endif
mov o0.xy, r2.xy
mov o0.w, c0.x
mov o1, v1
mov o2.zw, c0.y
DX9SETTINGS:
[General]
overridemethod = 1
DumpAll = true
GetCurDirAtLoad = true
SkipSetScissorRect = false
DefVSConst1 = 250
PresetsKeysList = 1;
[KEY1]
Key = 48
Presets = 1;2;
Type = 1
[PRES1]
Const1 = 0x3f800000
[PRES2]
Const1 = 0x00000000
[VS9190C687]
CheckTexCRC = true
DefinedTexturesVS = B1C38411;
TexCounterReg = 251
ValForDefined = 1
ValNotDefined = 0
UseDefinedOnly = false
SetSampler1ToReg = 259 //s2
[PS02C1513C]
GetSampler1FromReg = 3 //NOT WORKING
Rig: Intel i7-8700K @4.7GHz, 16Gb Ram, SSD, GTX 1080Ti, Win10x64, Asus VG278
Im curious if its not the dx9settings that isnt working but if you need to change the values instead of 250's.
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
Rig: Intel i7-8700K @4.7GHz, 16Gb Ram, SSD, GTX 1080Ti, Win10x64, Asus VG278
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
too bad the game won't render triple monitor resolutions...a no go for me.
epenny size =/= nerdiness
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
http://photos.3dvisionlive.com/chtiblue/album/530b52d4cb85770d6e000049/3Dvision with 49" Philips 49PUS7100 interlieved 3D (3840x2160) overide mode, GTX 1080 GFA2 EXOC, core i5 @4.3GHz, 16Gb@2130, windows 7&10 64bit, Dolby Atmos 5.1.4 Marantz 6010 AVR
https://forums.geforce.com/default/topic/503584/3d-vision/complete-replacement-set-of-lasersights-for-all-33-red-dot-holographic-sniper-crosshair-etc-/
Well, that's awful XD
Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate
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
Using this breaks my screen brightness. I can no longer adjust it or it won't revert back to normal after closing this game.
Same thing that happens when you have 3D vision on and then go into hibernation mode (unrelated to this) and then return from it. I have to do a full restart.
Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate
Wait wait wait;)) I will get there eventually and I will provide a fix for Surround like I did with Resident Evil 6 (which I need to update again with the patch:)) )
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)
Not perfect yet..Since the amount of time invested was very short but here it is:)
Best Regards,
Helifax
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)
epenny size =/= nerdiness