http://store.steampowered.com/app/636450/Rez_Infinite/
$20 during launch week, followed by an increase to $25.
I did have the opportunity to play this game in PSVR when a friend brought theirs over. Area X in VR was probably the greatest experience I had in playing a video game in years.
According to the product page, it is running DX11, so 3DMigoto should be workable.
I attempted:
[.]No changes to my setup[/.]
[.]Putting the 3DMigoto DLL in the root of the game folder[/.]
[.]Adding Rez to the profile for the 3D Hub player[/.]
Anyone else have any luck at least getting 3D to engage?
$20 during launch week, followed by an increase to $25.
I did have the opportunity to play this game in PSVR when a friend brought theirs over. Area X in VR was probably the greatest experience I had in playing a video game in years.
According to the product page, it is running DX11, so 3DMigoto should be workable.
I attempted:
No changes to my setup
Putting the 3DMigoto DLL in the root of the game folder
Adding Rez to the profile for the 3D Hub player
Anyone else have any luck at least getting 3D to engage?
OOh nice I didn't know they released it on PC.
I'd love it if it were somehow possible to run it in 3D stereo.
I opened a thread on the steam forums to request 3D Vision support :
http://steamcommunity.com/app/636450/discussions/0/1471967615867796495/
I bought this game when it first came out for Dreamcast, then again for PS2, and will get it again for PC since it's one of my all time favorite games.
I previously attempted to add 3D support the Dreamcast version running it on a emulator, but i could never get the reticle to display properly and the game's resolution was to low for me to want to continue messing around with it.
I'll take a look at it this weekend. The game is playable in VR so i suspect it shouldn't be to difficult to fix for 3D Vision.
I bought this game when it first came out for Dreamcast, then again for PS2, and will get it again for PC since it's one of my all time favorite games.
I previously attempted to add 3D support the Dreamcast version running it on a emulator, but i could never get the reticle to display properly and the game's resolution was to low for me to want to continue messing around with it.
I'll take a look at it this weekend. The game is playable in VR so i suspect it shouldn't be to difficult to fix for 3D Vision.
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
[quote="sgsrules"]I bought this game when it first came out for Dreamcast, then again for PS2, and will get it again for PC since it's one of my all time favorite games.
I previously attempted to add 3D support the Dreamcast version running it on a emulator, but i could never get the reticle to display properly and the game's resolution was to low for me to want to continue messing around with it.
I'll take a look at it this weekend. The game is playable in VR so i suspect it shouldn't be to difficult to fix for 3D Vision.[/quote]
thanks! ve never played this and am a huge fan of this type of game. will gladly wait a bit more for 3d
sgsrules said:I bought this game when it first came out for Dreamcast, then again for PS2, and will get it again for PC since it's one of my all time favorite games.
I previously attempted to add 3D support the Dreamcast version running it on a emulator, but i could never get the reticle to display properly and the game's resolution was to low for me to want to continue messing around with it.
I'll take a look at it this weekend. The game is playable in VR so i suspect it shouldn't be to difficult to fix for 3D Vision.
thanks! ve never played this and am a huge fan of this type of game. will gladly wait a bit more for 3d
This is a game you simply cannot miss (unless you have serious hearing prolems).
It's a pity it's not properly remade, it's 60Hz in VR mode, which means a huge flaw.
Seems like 3D Vision should be the way to go.
1. Big screen, sit close.
2. Turn up the volume, make the bass strong enough for you to feel it with your whole body
3. Use a joypad with vibrations
4. If you like, drink a beer or something to intesify the experience.
5. Prepare to be amazed.
If some good soul adds 3D Vision for to this, the game experience score will escape 10/10 for many. :D
This is a game you simply cannot miss (unless you have serious hearing prolems).
It's a pity it's not properly remade, it's 60Hz in VR mode, which means a huge flaw.
Seems like 3D Vision should be the way to go.
1. Big screen, sit close.
2. Turn up the volume, make the bass strong enough for you to feel it with your whole body
3. Use a joypad with vibrations
4. If you like, drink a beer or something to intesify the experience.
5. Prepare to be amazed.
If some good soul adds 3D Vision for to this, the game experience score will escape 10/10 for many. :D
First thing i noticed is that the game has three executables:
\\Rez Infinite\Rez.infinite.exe - This is the main launcher
\\Rez Infinite\Rez\Rez.exe - Original rez game
\\Rez Infinite\AX\REZAX.exe - New Area Zero
The main launcher will take you to the main menu where you chose between the original rez and the new area zero content. From there it will actually execute each different exe.
The original game (Rez.exe) was built with it's own custom engine and runs on d3d11. I'm going to attempt to fix this first since it's almost 3DVision ready.
Area zero (REZAX.exe) was built using Unreal Engine 4.15. I haven't tested this out yet.
I was able to get 3D to kick in for the original game by installing 3DMigoto to \\Rez Infinite\Rez\ folder. I set full_screen=1, force_stereo=1 in the ini and added rez.exe to the 3dhubplayer profile (changing the profile might not have been necessary).
The game is almost 3dVision ready as is. The convergence is really low, you can increase it as much as you want and things look great but unfortunately the targeting reticle is already set to a really high convergence. So when you increase the convergence it pops out the reticle so far that it's off the sides of the screen. This is the same issue i had when running it on the Dreamcast and PS2 emulators. Ideally the reticle should be rendered at screen depth or manually adjusted in the .ini. The game only has 5 pixel shaders and 2 vertex shaders. None of these are specific to the reticle. The reticle and almost all, if not all the object in the scene are rendered with the same pixel and vertex shader combination. They are more than likely simple shaders that emulate the d3d9 fixed function pipeline.
If the reticle get's fixed then the game should be 3DVision ready. Unfortunately I don't know how to do this. I suspect it will require some sort of Texture Override? I did a frame analysis of the game and it outputed a total of 26 images. The reticle was drawn on #24 named:
If someone could explain how to fix this type of issue I would greatly appreciate it. I'm pretty knowledgeable when it comes to writing shaders and coding but when it comes to doing these actual "hacks" I'm a bit lost.
Cheers!
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
After doing a bit of digging around through the forum threads I found out that i can dump all the textures and then use the texture hash to override it. I found a dds for what i believe is the reticle: "000037-ps-t0=47506d44-vs=d0a7ee0f3b90a1b5-ps=9edde9c794f229a7.dds" I then added
[code]
[TextureOverride1]
Hash=47506d44
// What goes here
[/code]
I'm guessing that i need to create a custom version of the shader and add it under Hash=xxxxx so that it uses that shader instead. I've seen some people add stuff like [code]filter_index=2[/code] but i have no idea what that means.
*Edit* Nevermind I figured it out. I seem to answer my own questions shortly after i post them :/
After doing a bit of digging around through the forum threads I found out that i can dump all the textures and then use the texture hash to override it. I found a dds for what i believe is the reticle: "000037-ps-t0=47506d44-vs=d0a7ee0f3b90a1b5-ps=9edde9c794f229a7.dds" I then added
[TextureOverride1]
Hash=47506d44
// What goes here
I'm guessing that i need to create a custom version of the shader and add it under Hash=xxxxx so that it uses that shader instead. I've seen some people add stuff like
filter_index=2
but i have no idea what that means.
*Edit* Nevermind I figured it out. I seem to answer my own questions shortly after i post them :/
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
I fixed a lot of the broken effects and broken HUD elements. The game doesn't use a lot of shaders but I'm having to create a lot of texture filters to fix it. So far I've added 36 TextureOverrides. There are a few things that are still broken, like the short lock on animation and a few explosions but it's definitely playable. It was impossible to play before because the aiming reticle was completely off.
Here's the WIP:
[url]https://s3.amazonaws.com/sgsrules3dfixes/REZInfiniteWIPv05.zip[/url]
Copy the contents of the zip to \\Rez Infinite\Rez\ where Rez.exe is located. If 3D fails to kick in add Rez.exe to the 3Dhubplayer profile.
If anyone wants to give me a hand with this or improve what i've done, please do!
Also note that this only fixes the main Rez game. I haven't even looked at Area Zero so that's probably really broken since it's running on UE4.15
Cheers!
I fixed a lot of the broken effects and broken HUD elements. The game doesn't use a lot of shaders but I'm having to create a lot of texture filters to fix it. So far I've added 36 TextureOverrides. There are a few things that are still broken, like the short lock on animation and a few explosions but it's definitely playable. It was impossible to play before because the aiming reticle was completely off.
[quote="sgsrules"]I fixed a lot of the broken effects and broken HUD elements. The game doesn't use a lot of shaders but I'm having to create a lot of texture filters to fix it. So far I've added 36 TextureOverrides. There are a few things that are still broken, like the short lock on animation and a few explosions but it's definitely playable. It was impossible to play before because the aiming reticle was completely off.
Here's the WIP:
[url]https://s3.amazonaws.com/sgsrules3dfixes/REZInfiniteWIPv05.zip[/url]
Copy the contents of the zip to \\Rez Infinite\Rez\ where Rez.exe is located. If 3D fails to kick in add Rez.exe to the 3Dhubplayer profile.
If anyone wants to give me a hand with this or improve what i've done, please do!
Also note that this only fixes the main Rez game. I haven't even looked at Area Zero so that's probably really broken since it's running on UE4.15
Cheers![/quote]
did you fix the reticle? i used the fix but the reticle is on the sides of the screen making the game unplayable with much convergence
edit: now i cant get 3d vision to activate. I had to change the profile to 3dhubplayer to get it to work the first time, launching it a second time and 3d vision no longer loads
sgsrules said:I fixed a lot of the broken effects and broken HUD elements. The game doesn't use a lot of shaders but I'm having to create a lot of texture filters to fix it. So far I've added 36 TextureOverrides. There are a few things that are still broken, like the short lock on animation and a few explosions but it's definitely playable. It was impossible to play before because the aiming reticle was completely off.
Copy the contents of the zip to \\Rez Infinite\Rez\ where Rez.exe is located. If 3D fails to kick in add Rez.exe to the 3Dhubplayer profile.
If anyone wants to give me a hand with this or improve what i've done, please do!
Also note that this only fixes the main Rez game. I haven't even looked at Area Zero so that's probably really broken since it's running on UE4.15
Cheers!
did you fix the reticle? i used the fix but the reticle is on the sides of the screen making the game unplayable with much convergence
edit: now i cant get 3d vision to activate. I had to change the profile to 3dhubplayer to get it to work the first time, launching it a second time and 3d vision no longer loads
hmmm... it might be using a different texture hash.
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.
hmmm... it might be using a different texture hash.
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
[quote="castlemadeofsand"]
edit: now i cant get 3d vision to activate. I had to change the profile to 3dhubplayer to get it to work the first time, launching it a second time and 3d vision no longer loads[/quote]
I had a similar issue and ended up fixing it by switching the game to windowed mode (I know it's counter intuitive). This made the game crash during initial load but after i closed the crashed window it would continue load fine.
castlemadeofsand said:
edit: now i cant get 3d vision to activate. I had to change the profile to 3dhubplayer to get it to work the first time, launching it a second time and 3d vision no longer loads
I had a similar issue and ended up fixing it by switching the game to windowed mode (I know it's counter intuitive). This made the game crash during initial load but after i closed the crashed window it would continue load fine.
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
[quote="sgsrules"]hmmm... it might be using a different texture hash.
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.[/quote]
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
sgsrules said:hmmm... it might be using a different texture hash.
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
[quote="sgsrules"]hmmm... it might be using a different texture hash.
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.[/quote]
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
sgsrules said:hmmm... it might be using a different texture hash.
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
[quote="sgsrules"]hmmm... it might be using a different texture hash.
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.[/quote]
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
sgsrules said:hmmm... it might be using a different texture hash.
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
$20 during launch week, followed by an increase to $25.
I did have the opportunity to play this game in PSVR when a friend brought theirs over. Area X in VR was probably the greatest experience I had in playing a video game in years.
According to the product page, it is running DX11, so 3DMigoto should be workable.
I attempted:
Anyone else have any luck at least getting 3D to engage?
I'd love it if it were somehow possible to run it in 3D stereo.
I opened a thread on the steam forums to request 3D Vision support :
http://steamcommunity.com/app/636450/discussions/0/1471967615867796495/
Passive 3D forever
110" DIY dual-projection system
2x Epson EH-TW3500 (1080p) + Linear Polarizers (SPAR)
XtremScreen Daylight 2.0
VNS Geobox501 signal converter
I previously attempted to add 3D support the Dreamcast version running it on a emulator, but i could never get the reticle to display properly and the game's resolution was to low for me to want to continue messing around with it.
I'll take a look at it this weekend. The game is playable in VR so i suspect it shouldn't be to difficult to fix for 3D Vision.
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
thanks! ve never played this and am a huge fan of this type of game. will gladly wait a bit more for 3d
Gigabyte Gtx 1070
i5 4690k
16 gb ram
It's a pity it's not properly remade, it's 60Hz in VR mode, which means a huge flaw.
Seems like 3D Vision should be the way to go.
1. Big screen, sit close.
2. Turn up the volume, make the bass strong enough for you to feel it with your whole body
3. Use a joypad with vibrations
4. If you like, drink a beer or something to intesify the experience.
5. Prepare to be amazed.
If some good soul adds 3D Vision for to this, the game experience score will escape 10/10 for many. :D
First thing i noticed is that the game has three executables:
\\Rez Infinite\Rez.infinite.exe - This is the main launcher
\\Rez Infinite\Rez\Rez.exe - Original rez game
\\Rez Infinite\AX\REZAX.exe - New Area Zero
The main launcher will take you to the main menu where you chose between the original rez and the new area zero content. From there it will actually execute each different exe.
The original game (Rez.exe) was built with it's own custom engine and runs on d3d11. I'm going to attempt to fix this first since it's almost 3DVision ready.
Area zero (REZAX.exe) was built using Unreal Engine 4.15. I haven't tested this out yet.
I was able to get 3D to kick in for the original game by installing 3DMigoto to \\Rez Infinite\Rez\ folder. I set full_screen=1, force_stereo=1 in the ini and added rez.exe to the 3dhubplayer profile (changing the profile might not have been necessary).
The game is almost 3dVision ready as is. The convergence is really low, you can increase it as much as you want and things look great but unfortunately the targeting reticle is already set to a really high convergence. So when you increase the convergence it pops out the reticle so far that it's off the sides of the screen. This is the same issue i had when running it on the Dreamcast and PS2 emulators. Ideally the reticle should be rendered at screen depth or manually adjusted in the .ini. The game only has 5 pixel shaders and 2 vertex shaders. None of these are specific to the reticle. The reticle and almost all, if not all the object in the scene are rendered with the same pixel and vertex shader combination. They are more than likely simple shaders that emulate the d3d9 fixed function pipeline.
If the reticle get's fixed then the game should be 3DVision ready. Unfortunately I don't know how to do this. I suspect it will require some sort of Texture Override? I did a frame analysis of the game and it outputed a total of 26 images. The reticle was drawn on #24 named:
000024-o0=f8d32bfc-vs=d0a7ee0f3b90a1b5-ps=9edde9c794f229a7
About half of the other passes use the same vertex and pixel shader combo.
here's a copy of the ShaderUsage.txt:
If someone could explain how to fix this type of issue I would greatly appreciate it. I'm pretty knowledgeable when it comes to writing shaders and coding but when it comes to doing these actual "hacks" I'm a bit lost.
Cheers!
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
I'm guessing that i need to create a custom version of the shader and add it under Hash=xxxxx so that it uses that shader instead. I've seen some people add stuff like but i have no idea what that means.
*Edit* Nevermind I figured it out. I seem to answer my own questions shortly after i post them :/
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
Here's the WIP:
https://s3.amazonaws.com/sgsrules3dfixes/REZInfiniteWIPv05.zip
Copy the contents of the zip to \\Rez Infinite\Rez\ where Rez.exe is located. If 3D fails to kick in add Rez.exe to the 3Dhubplayer profile.
If anyone wants to give me a hand with this or improve what i've done, please do!
Also note that this only fixes the main Rez game. I haven't even looked at Area Zero so that's probably really broken since it's running on UE4.15
Cheers!
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
Gigabyte Gtx 1070
i5 4690k
16 gb ram
did you fix the reticle? i used the fix but the reticle is on the sides of the screen making the game unplayable with much convergence
edit: now i cant get 3d vision to activate. I had to change the profile to 3dhubplayer to get it to work the first time, launching it a second time and 3d vision no longer loads
Gigabyte Gtx 1070
i5 4690k
16 gb ram
What resolution are you playing at?
Could you try playing at 1280x720 just to test it out with? If it works at 720p then the game uses different hashes at different resolutions. if it's still broken then it changes the texture hashes at random an I'll have to figure something else out.
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
I had a similar issue and ended up fixing it by switching the game to windowed mode (I know it's counter intuitive). This made the game crash during initial load but after i closed the crashed window it would continue load fine.
Like my work? You can send a donation via Paypal to sgs.rules@gmail.com
Windows 7 Pro 64x - Nvidia Driver 398.82 - EVGA 980Ti SC - Optoma HD26 with Edid override - 3D Vision 2 - i7-8700K CPU at 5.0Ghz - ASROCK Z370 Ext 4 Motherboard - 32 GB RAM Corsair Vengeance - 512 GB Samsung SSD 850 Pro - Creative Sound Blaster Z
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
Gigabyte Gtx 1070
i5 4690k
16 gb ram
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
Gigabyte Gtx 1070
i5 4690k
16 gb ram
ok so im having a weird issue. before when i selected 720p in fullscreen the game will not load into fullscreen and instead give me a smaller box. I had to set my whole desktop to 720P and DSR to 1080p to get it to work in full screen. Widnowed mode made 3d vision activate like you said, but when i select 720P I get red text saying 3d vision doesnt work with 768p or something, which is the next setting up, even tho im selecting 720p and its showing 720p...so i dont know its weird. But maybe that did answer your question for you, im playing in 720P DSR drom 1080p and the reticle is at very high convergence from the start, so that to play with much 3d effect it makes it unplayable, when 3d vision loaded, it did say it was using your fix
Gigabyte Gtx 1070
i5 4690k
16 gb ram