Hi 4everAwake THANKS!!!!!!!!!! :)))
The game runs perfect now!!! As you said I deleted all that stuff and "voilà" shadows are perfect!!!
And thanks to darkstarsword for his "manific" unity template.
I even fixed the crosshair and the text in the HUD!!!
Hi 4everAwake THANKS!!!!!!!!!! :)))
The game runs perfect now!!! As you said I deleted all that stuff and "voilà" shadows are perfect!!!
And thanks to darkstarsword for his "manific" unity template.
I even fixed the crosshair and the text in the HUD!!!
Hi, this shader is only rendering in one eye, they are a lot of trees far away, I can disable the shader but... it is possible to fix it and render it both eyes?
// ---- Created with 3Dmigoto v1.2.56 on Sat Feb 25 03:18:13 2017
Texture2D<float4> t0 : register(t0);
Since I have the game already, I downloaded it and I was able to duplicate the issue with the trees missing in the left eye. I think this is a driver bug since it happens even with no fix installed.
One temporary solution: Once you're in the game world, press "Alt-Enter" to switch to window mode. Then press "Alt-Enter" again to switch back to exclusive fullscreen. When I did that, the trees re-appeared in the left eye.
Let me know if this works for you.
(EDIT: I originally wrote Alt-Tab. It should be "Alt-Enter")
Since I have the game already, I downloaded it and I was able to duplicate the issue with the trees missing in the left eye. I think this is a driver bug since it happens even with no fix installed.
One temporary solution: Once you're in the game world, press "Alt-Enter" to switch to window mode. Then press "Alt-Enter" again to switch back to exclusive fullscreen. When I did that, the trees re-appeared in the left eye.
Let me know if this works for you.
(EDIT: I originally wrote Alt-Tab. It should be "Alt-Enter")
Hi again XD. [s]There's a game I want to disable all shadows[/s], the game is "How to survive" but this game uses an archive named "log.txt". Helixmod uses an archive with the same name so this game can't start with helixmod's debug mode because the game can't find its "log.txt". Is there any way we can change the name of the archive log.txt of helixmod? Thanks.
EDIT: I disabled the shadow... is was in a folder!!!
Hi again XD. There's a game I want to disable all shadows, the game is "How to survive" but this game uses an archive named "log.txt". Helixmod uses an archive with the same name so this game can't start with helixmod's debug mode because the game can't find its "log.txt". Is there any way we can change the name of the archive log.txt of helixmod? Thanks.
EDIT: I disabled the shadow... is was in a folder!!!
[quote="cicicleta"]Hi 4everAwake THANKS!!!!!!!!!! :)))
The game runs perfect now!!! As you said I deleted all that stuff and "voilà" shadows are perfect!!!
And thanks to darkstarsword for his "manific" unity template.
I even fixed the crosshair and the text in the HUD!!!
[/quote]
I would be happy to test your fix on the new updates of The LD.
cicicleta said:Hi 4everAwake THANKS!!!!!!!!!! :)))
The game runs perfect now!!! As you said I deleted all that stuff and "voilà" shadows are perfect!!!
And thanks to darkstarsword for his "manific" unity template.
I even fixed the crosshair and the text in the HUD!!!
I would be happy to test your fix on the new updates of The LD.
@mrorange55 here you are:[url]https://drive.google.com/open?id=0B7-C-G8Te2HbQ3FsODNUTzQyTkU[/url]
I added a key toggle for aiming and the inventary because the mouse depth can't be fixed
Key "o" and Key "."
[code][Key1]
Key = o
separation = 60.0
convergence = 0.72
; Toggle for inventary
[Key2]
Key = .
separation = 5.0, 60.0
convergence = 2.5, 0.72
type = toggle[/code]
Thanks to Darkstarsword (unity template) and 4everawake (he opened my eyes).
Hi. Is somebody knows how to fix HUD assembled with only PS 2.0 without any VS?
[code]
ps_2_0
dcl_pp t0.xy
dcl_2d s0
texld_pp r0, t0, s0
mov_pp oC0, r0
[/code]
Should I convert it to PS 3.0 to fix ?
[quote="neovad"]Hi. Is somebody knows how to fix HUD assembled with only PS 2.0 without any VS?
[code]
ps_2_0
dcl_pp t0.xy
dcl_2d s0
texld_pp r0, t0, s0
mov_pp oC0, r0
[/code]
Should I convert it to PS 3.0 to fix ?[/quote]
Hi neovad. See if you can find a matching vertex shader using the method documented here:
[url]http://wiki.bo3b.net/index.php?title=HelixMod_Feature_List#Shader_Hunting_a_Vertex_Shader_for_a_Given_Pixel_Shader_.28or_vice_versa.29[/url]
With some older games, newer Helixmod DLLs might not be able to find & dump some shaders. If that's the case, try using the older Helixmod DLLs instead.
If you still can't locate a VS for the HUD, you can try to make a VS using the method documented here:
[url]http://wiki.bo3b.net/index.php?title=HelixMod_Feature_List#Inserting_a_Missing_Vertex_Shader_Before_a_Pixel_Shader[/url]
Let me know if this helps or not.
With some older games, newer Helixmod DLLs might not be able to find & dump some shaders. If that's the case, try using the older Helixmod DLLs instead.
[quote="4everAwake"][quote="neovad"]Hi. Is somebody knows how to fix HUD assembled with only PS 2.0 without any VS?
[code]
ps_2_0
dcl_pp t0.xy
dcl_2d s0
texld_pp r0, t0, s0
mov_pp oC0, r0
[/code]
Should I convert it to PS 3.0 to fix ?[/quote]
Hi neovad. See if you can find a matching vertex shader using the method documented here:
[url]http://wiki.bo3b.net/index.php?title=HelixMod_Feature_List#Shader_Hunting_a_Vertex_Shader_for_a_Given_Pixel_Shader_.28or_vice_versa.29[/url]
With some older games, newer Helixmod DLLs might not be able to find & dump some shaders. If that's the case, try using the older Helixmod DLLs instead.
If you still can't locate a VS for the HUD, you can try to make a VS using the method documented here:
[url]http://wiki.bo3b.net/index.php?title=HelixMod_Feature_List#Inserting_a_Missing_Vertex_Shader_Before_a_Pixel_Shader[/url]
Let me know if this helps or not.[/quote]
It's strange, but when I cycling with pixel or vetex shaders numbers of their pairs changes very rarely. There are many VS 2.0 and PS 2.0 in the game and it's seem to me that helix dll finds pairs when version of PS and VS is 3.0. So the number of PS which VertexPair I want to find is 60, but when I cycle on it helix's string becomes "VS:0 PS:60 bla-bla-bla VertexPair 0 PixelPair 0"
With some older games, newer Helixmod DLLs might not be able to find & dump some shaders. If that's the case, try using the older Helixmod DLLs instead.
It's strange, but when I cycling with pixel or vetex shaders numbers of their pairs changes very rarely. There are many VS 2.0 and PS 2.0 in the game and it's seem to me that helix dll finds pairs when version of PS and VS is 3.0. So the number of PS which VertexPair I want to find is 60, but when I cycle on it helix's string becomes "VS:0 PS:60 bla-bla-bla VertexPair 0 PixelPair 0"
[quote="neovad"]It's strange, but when I cycling with pixel or vetex shaders numbers of their pairs changes very rarely. There are many VS 2.0 and PS 2.0 in the game and it's seem to me that helix dll finds pairs when version of PS and VS is 3.0. So the number of PS which VertexPair I want to find is 60, but when I cycle on it helix's string becomes "VS:0 PS:60 bla-bla-bla VertexPair 0 PixelPair 0"[/quote]
That's strange. I'm not sure what could be causing that issue. What game are you fixing? If I have it in my library, I can check it out.
neovad said:It's strange, but when I cycling with pixel or vetex shaders numbers of their pairs changes very rarely. There are many VS 2.0 and PS 2.0 in the game and it's seem to me that helix dll finds pairs when version of PS and VS is 3.0. So the number of PS which VertexPair I want to find is 60, but when I cycle on it helix's string becomes "VS:0 PS:60 bla-bla-bla VertexPair 0 PixelPair 0"
That's strange. I'm not sure what could be causing that issue. What game are you fixing? If I have it in my library, I can check it out.
The game runs perfect now!!! As you said I deleted all that stuff and "voilà" shadows are perfect!!!
And thanks to darkstarsword for his "manific" unity template.
I even fixed the crosshair and the text in the HUD!!!
Dual boot Win 7 x64 & Win 10 (1809) | Geforce Drivers 417.35
Thanks
One temporary solution: Once you're in the game world, press "Alt-Enter" to switch to window mode. Then press "Alt-Enter" again to switch back to exclusive fullscreen. When I did that, the trees re-appeared in the left eye.
Let me know if this works for you.
(EDIT: I originally wrote Alt-Tab. It should be "Alt-Enter")
Dual boot Win 7 x64 & Win 10 (1809) | Geforce Drivers 417.35
There's a game I want to disable all shadows, the game is "How to survive" but this game uses an archive named "log.txt". Helixmod uses an archive with the same name so this game can't start with helixmod's debug mode because the game can't find its "log.txt". Is there any way we can change the name of the archive log.txt of helixmod? Thanks.EDIT: I disabled the shadow... is was in a folder!!!
I would be happy to test your fix on the new updates of The LD.
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 added a key toggle for aiming and the inventary because the mouse depth can't be fixed
Key "o" and Key "."
Thanks to Darkstarsword (unity template) and 4everawake (he opened my eyes).
Should I convert it to PS 3.0 to fix ?
Hi neovad. See if you can find a matching vertex shader using the method documented here:
http://wiki.bo3b.net/index.php?title=HelixMod_Feature_List#Shader_Hunting_a_Vertex_Shader_for_a_Given_Pixel_Shader_.28or_vice_versa.29
With some older games, newer Helixmod DLLs might not be able to find & dump some shaders. If that's the case, try using the older Helixmod DLLs instead.
If you still can't locate a VS for the HUD, you can try to make a VS using the method documented here:
http://wiki.bo3b.net/index.php?title=HelixMod_Feature_List#Inserting_a_Missing_Vertex_Shader_Before_a_Pixel_Shader
Let me know if this helps or not.
Dual boot Win 7 x64 & Win 10 (1809) | Geforce Drivers 417.35
It's strange, but when I cycling with pixel or vetex shaders numbers of their pairs changes very rarely. There are many VS 2.0 and PS 2.0 in the game and it's seem to me that helix dll finds pairs when version of PS and VS is 3.0. So the number of PS which VertexPair I want to find is 60, but when I cycle on it helix's string becomes "VS:0 PS:60 bla-bla-bla VertexPair 0 PixelPair 0"
That's strange. I'm not sure what could be causing that issue. What game are you fixing? If I have it in my library, I can check it out.
Dual boot Win 7 x64 & Win 10 (1809) | Geforce Drivers 417.35
Dual boot Win 7 x64 & Win 10 (1809) | Geforce Drivers 417.35