obscure indie games
  8 / 12    
Here's one I found from a great reviewer: https://www.youtube.com/watch?v=g4SUYRhHC88 Puzzle Agent. Actually works fine in 3D without any fix. Tends to zoom in convergence for cutscenes, but is completely playable in 3D.
Here's one I found from a great reviewer:



Puzzle Agent. Actually works fine in 3D without any fix. Tends to zoom in convergence for cutscenes, but is completely playable in 3D.

Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers

Posted 11/12/2017 09:56 AM   
[b]Unforgiving - A Northern Hymn[/b] [img]http://cdn.edgecast.steamstatic.com/steam/apps/747340/header.jpg?t=1512144291[/img] Fix: [url]http://helixmod.blogspot.com/2017/12/unforgiving-northern-hymn-dx11.html[/url] Great indie game... is not that long, but very nice. This game is fixed 100% using ShaderRegex....not a single Shader was fixed manually. I also add a ShaderRegex for a Compute Shader responsable for a Lights Shafts & Glow....new shader, first time i see in a UE4 game.
Unforgiving - A Northern Hymn

Image

Fix:
http://helixmod.blogspot.com/2017/12/unforgiving-northern-hymn-dx11.html

Great indie game... is not that long, but very nice.

This game is fixed 100% using ShaderRegex....not a single Shader was fixed manually.
I also add a ShaderRegex for a Compute Shader responsable for a Lights Shafts & Glow....new shader, first time i see in a UE4 game.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 12/03/2017 07:41 PM   
Awesome, I'll add this to my Steam wish list. Thanks for fixing it and it's great to see how useful ShaderRegex is:) [quote="DHR"]This game is fixed 100% using ShaderRegex....not a single Shader was fixed manually. I also add a ShaderRegex for a Compute Shader responsable for a Lights Shafts & Glow....new shader, first time i see in a UE4 game. [/quote] Not a single shader fixed manually, that's insane!!
Awesome, I'll add this to my Steam wish list.

Thanks for fixing it and it's great to see how useful ShaderRegex is:)

DHR said:This game is fixed 100% using ShaderRegex....not a single Shader was fixed manually.
I also add a ShaderRegex for a Compute Shader responsable for a Lights Shafts & Glow....new shader, first time i see in a UE4 game.


Not a single shader fixed manually, that's insane!!

Posted 12/03/2017 08:31 PM   
hi DHR love your fixes! I bought unforgiving game but I'm having an issue with it.. maybe you can help.. in game resolution setting is on 3840x2160 but the game in practice is on 1440p.. no matter what resolution I choose it stuck on 1440p. although I can play in 1440p using TB I want to play in 4k.. are u expereincing the same thing? btw i can hear 3 beaps before game launches.. im not sure what it means..
hi DHR
love your fixes!
I bought unforgiving game but I'm having an issue with it.. maybe you can help..
in game resolution setting is on 3840x2160 but the game in practice is on 1440p.. no matter what resolution I choose it stuck on 1440p. although I can play in 1440p using TB I want to play in 4k..
are u expereincing the same thing?
btw i can hear 3 beaps before game launches.. im not sure what it means..

Posted 12/04/2017 10:05 AM   
Hi eitan8385! i'm playing at 1080p....so i don't have that issue. Very strange that you hear those 3 beaps....have you change some values in upscaling? or another value in the ini. I have 2 more indie horror games on hold!...i will look after Prey.
Hi eitan8385!

i'm playing at 1080p....so i don't have that issue.
Very strange that you hear those 3 beaps....have you change some values in upscaling? or another value in the ini.

I have 2 more indie horror games on hold!...i will look after Prey.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 12/04/2017 10:58 AM   
@eitan8385 I found what causing the beaps....is the new ShaderRegex for CS Volumentric Lights/Light Shafts i add. i miss 2 letters in the headers of the ShaderRegex. That particular fix won't work. I will update later. If you like you can change this line (line 869): [code][ShaderRegex_Lights_Shafts_Glow.Pattern][/code] For this: [code][ShaderRegex_CS_Lights_Shafts_Glow.Pattern][/code] BUT, this have nothing to do with the resolution settings issue.
@eitan8385
I found what causing the beaps....is the new ShaderRegex for CS Volumentric Lights/Light Shafts i add. i miss 2 letters in the headers of the ShaderRegex. That particular fix won't work. I will update later.

If you like you can change this line (line 869):
[ShaderRegex_Lights_Shafts_Glow.Pattern]


For this:
[ShaderRegex_CS_Lights_Shafts_Glow.Pattern]



BUT, this have nothing to do with the resolution settings issue.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 12/04/2017 11:53 AM   
Hey DHR, I just started playing Unforgiving and I'm pleasently surprised to see you have released a fix for it. I just gave it a go in 3D and it disables the Steam overlay which I need as I use a Steam controller. I seem to remember a simple .ini edit to fix the Steam overlay but can't find it at the moment. Anyway thanks for the fix, I'm gonna send you a small donation shortly.
Hey DHR, I just started playing Unforgiving and I'm pleasently surprised to see you have released a fix for it. I just gave it a go in 3D and it disables the Steam overlay which I need as I use a Steam controller. I seem to remember a simple .ini edit to fix the Steam overlay but can't find it at the moment.

Anyway thanks for the fix, I'm gonna send you a small donation shortly.

Posted 12/04/2017 11:54 AM   
I update the fix and correct those beaps. The d3dx.ini have already the "allow_create_device=2". You can try using "allow_create_device=1" or "allow_create_device=0". Or try add this "allow_dxgi1_2=2" with "allow_create_device=2"
I update the fix and correct those beaps.

The d3dx.ini have already the "allow_create_device=2". You can try using "allow_create_device=1" or "allow_create_device=0". Or try add this "allow_dxgi1_2=2" with "allow_create_device=2"

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 12/04/2017 12:05 PM   
Excellent yes that works a treat, thanks.
Excellent yes that works a treat, thanks.

Posted 12/04/2017 12:17 PM   
[quote="DHR"]@eitan8385 I found what causing the beaps....is the new ShaderRegex for CS Volumentric Lights/Light Shafts i add. i miss 2 letters in the headers of the ShaderRegex. That particular fix won't work. I will update later. If you like you can change this line (line 869): [code][ShaderRegex_Lights_Shafts_Glow.Pattern][/code] For this: [code][ShaderRegex_CS_Lights_Shafts_Glow.Pattern][/code] BUT, this have nothing to do with the resolution settings issue. [/quote] thanks DHR!
DHR said:@eitan8385
I found what causing the beaps....is the new ShaderRegex for CS Volumentric Lights/Light Shafts i add. i miss 2 letters in the headers of the ShaderRegex. That particular fix won't work. I will update later.

If you like you can change this line (line 869):
[ShaderRegex_Lights_Shafts_Glow.Pattern]


For this:
[ShaderRegex_CS_Lights_Shafts_Glow.Pattern]



BUT, this have nothing to do with the resolution settings issue.




thanks DHR!

Posted 12/04/2017 02:13 PM   
Another indie game [b]Hello Neighbor[/b] [url]http://helixmod.blogspot.com/2017/12/hello-neighbor-dx11.html[/url] [img]http://cdn.akamai.steamstatic.com/steam/apps/521890/header.jpg?t=1512841540[/img] Very challenging/hard game...almost hate Act 3...nice game. ShaderRegex do almost all the job, 3 shaders manually fixed :)
Another indie game

Hello Neighbor

http://helixmod.blogspot.com/2017/12/hello-neighbor-dx11.html

Image

Very challenging/hard game...almost hate Act 3...nice game.
ShaderRegex do almost all the job, 3 shaders manually fixed :)

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 12/19/2017 09:38 PM   
DHR strikes again ;) Thanks again !!!
DHR strikes again ;)

Thanks again !!!

http://photos.3dvisionlive.com/chtiblue/album/530b52d4cb85770d6e000049/3Dvision with 55" LG OLED EG920 interlieved 3D (3840x2160) overide mode, GTX 2080 Ti XC Ultra EVGA, core i5 @4.3GHz, 16Gb@2130, windows 7&10 64bit, Dolby Atmos 5.1.4 Marantz 6010 AVR

Posted 12/19/2017 10:46 PM   
I'm going to bankrupt because of DHR, I have to buy this one too. :) Thanks for the fix DHR, game looks fun.
I'm going to bankrupt because of DHR, I have to buy this one too. :) Thanks for the fix DHR, game looks fun.

Asus Deluxe Gen3, Core i7 2700k@4.5Ghz, GTX 1080Ti, 16 GB RAM, Win 7 64bit
Samsung Pro 250 GB SSD, 4 TB WD Black (games)
Benq XL2720Z

Posted 12/20/2017 04:16 PM   
Looks very funny indeed, THANKS DHR :)
Looks very funny indeed, THANKS DHR :)

Win7 64bit Pro
CPU: 4790K 4.8 GHZ
GPU: Asus Geforce RTX 2080 TI Rog Strix OC
Monitor: Asus PG278QR
And lots of ram and HD's ;)

Posted 12/20/2017 04:27 PM   
is a hard game, but nice! i uninstall the game before they release the 1.1.4 update (yesteday), so i don't test with that update. Probably all will be OK because the entire game is fixed on the fly with ShaderRegex. If there are issues i can install again and check.
is a hard game, but nice!

i uninstall the game before they release the 1.1.4 update (yesteday), so i don't test with that update. Probably all will be OK because the entire game is fixed on the fly with ShaderRegex. If there are issues i can install again and check.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 12/20/2017 05:05 PM   
  8 / 12    
Scroll To Top