Well I have the ini setup and calls=1.. I will look in different folders..
What makes you say I have wierd permission problems?? I should be on an admin account?? Should I share the folders or just set permissions??
I can not skip Win 10 as I bought a new PC and I can not use Win 7 anymore.. I can however try and get a older PC and use that but will take some time to do that so for now I am on Win 10..
Well I have the ini setup and calls=1.. I will look in different folders..
What makes you say I have wierd permission problems?? I should be on an admin account?? Should I share the folders or just set permissions??
I can not skip Win 10 as I bought a new PC and I can not use Win 7 anymore.. I can however try and get a older PC and use that but will take some time to do that so for now I am on Win 10..
[quote="The_Nephilim"]Well I have the ini setup and calls=1.. I will look in different folders..
What makes you say I have wierd permission problems?? I should be on an admin account?? Should I share the folders or just set permissions??
I can not skip Win 10 as I bought a new PC and I can not use Win 7 anymore.. I can however try and get a older PC and use that but will take some time to do that so for now I am on Win 10..[/quote]In a different thread, you spoke of being unable to run the uninstall.bat, even as admin.
If you don't have write access to the game folder, no log will be created.
The_Nephilim said:Well I have the ini setup and calls=1.. I will look in different folders..
What makes you say I have wierd permission problems?? I should be on an admin account?? Should I share the folders or just set permissions??
I can not skip Win 10 as I bought a new PC and I can not use Win 7 anymore.. I can however try and get a older PC and use that but will take some time to do that so for now I am on Win 10..
In a different thread, you spoke of being unable to run the uninstall.bat, even as admin.
If you don't have write access to the game folder, no log will be created.
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
Well on an unrelated issue I had to reinstall Windows 10.. so I am DL DCS World now and will check after I am done..
The issue with not being able to uninstall the fix has since been resolved but I will double check it again to be sure..
If this does not work I am not sure what to do..
Well it appears the two thing I was going to fix are the same shader and setting the one breaks the other. it looks as if this fix is good enough for now..
So basically all that for nothing but at least I know how to get a game that might not work in Win 10 to work with the run as admin trick..
Well it appears the two thing I was going to fix are the same shader and setting the one breaks the other. it looks as if this fix is good enough for now..
So basically all that for nothing but at least I know how to get a game that might not work in Win 10 to work with the run as admin trick..
OK I am back with this one I noticed the UI is not in 3D either so I tried to set that in 3D but when I do the chat box words are shifted to the left and the first word in the one eye is cur off.. I have a screenshot..
I am unsure if I could shift the text to the right in the box.. But I think it looks better in 3D the UI box and such even if just a little bit in stereo.. I think it looks better then being in 2D..
So basically is it possible to shift the text of the UI Message to the right so the first letters are not cut off??
// UI chat box
// ---- Created with 3Dmigoto v1.2.35 on Mon May 01 21:31:18 2017
o0.x = o0.x * 1.09; //stretch skybox
I did note in another fix 4everawake used this to push the skybox down a bit..
Now I think this could be something but would it shift the entire box or just the text like I need it too..
I tried a few variations of this code but it made the screen blank??
Will continue testing with the above code..
Well I did try a few more variations this time with the stereo code.. I did move the text but the wrong way. I tried negative numbers it still didn't move them properly..
I also noticed that the main menu backround image is black when I have this shader in the shaderfixes folder that is wierd so I guess this is not gonna work well..
I did however get the other markers that put a mark arounf the objects in the cockpit that you need to press..
So at least that is fixed now. I also found the proper number to fix the Skybox that had an adjustment on it too kill the awfull darker blue in the sky on the hroizon..
So far not much added to the original fix as that still works real good.. I may just use the mod for myself as not much was added to it..
But If I can figure out the UI to get that fixed I miught do an update..
Well I did try a few more variations this time with the stereo code.. I did move the text but the wrong way. I tried negative numbers it still didn't move them properly..
I also noticed that the main menu backround image is black when I have this shader in the shaderfixes folder that is wierd so I guess this is not gonna work well..
I did however get the other markers that put a mark arounf the objects in the cockpit that you need to press..
So at least that is fixed now. I also found the proper number to fix the Skybox that had an adjustment on it too kill the awfull darker blue in the sky on the hroizon..
So far not much added to the original fix as that still works real good.. I may just use the mod for myself as not much was added to it..
But If I can figure out the UI to get that fixed I miught do an update..
Well I finally got it too be set where it is acceptable.. the Shift text was tough but this is as good as I can get it.. At least the text is in 3D now.. I will double check to see if the main menu screen is working right but I think it was..
Here is the code I settled on:
[code] o0.x = o0.x * 1.01; //stretch chatbox Text
float4 stereo = StereoParams.Load(0);
float seperation = stereo.x;
float convergence = stereo.y;
o0.x += seperation * .15;
[/code]
So I also have the label markers that go around like a button to be pushed in the cockpit. It is aligned a bit better but may need to be set by the user.. These are onlt in Training missions but having them in 3D is much better..
So as long as the main menu is still shoung the picture I mat do a re-release of this mod that Lufenste did and he really did a good job on it.. I will also try and explain the modifications you can make to differnt aspects of the game with what he set ..
Well I finally got it too be set where it is acceptable.. the Shift text was tough but this is as good as I can get it.. At least the text is in 3D now.. I will double check to see if the main menu screen is working right but I think it was..
So I also have the label markers that go around like a button to be pushed in the cockpit. It is aligned a bit better but may need to be set by the user.. These are onlt in Training missions but having them in 3D is much better..
So as long as the main menu is still shoung the picture I mat do a re-release of this mod that Lufenste did and he really did a good job on it.. I will also try and explain the modifications you can make to differnt aspects of the game with what he set ..
OK I had a stroke of luck. When I went into the game the main menu picture and a few of the UI was not there. I remmed out a line in that shader and the main menu came back and it made the entire UI main menu and all in 3D.. Small victroy for me..
I do have 1 final thing there are alot of Constants in this game and I am not too familiar with what other constant I can use.. here is what is being used now:
[code] ; ------------------------------------------------------------------------------------------------------
; Default constants to pass directly to shaders as IniParams
; ------------------------------------------------------------------------------------------------------
[Constants]
x = 1.0 ;flag for labels depth, not to be modified
y = 1.0 ;flag for increasing of hud + MFD depth, not to be modified
z = 1.0 ;flag for texture id, not to be modified
w = 0.0 ;flag for texture filtering on/off, not to be modified
y2 = -0.64 ;variable for depth filtering, not to be modified
x3 = 0.0 ;used for Xsize of screen, not to be modified,
y3 = 0.0 ;used for Ysize of screen, not to be modified,
[/code]
I would like to add 2 more Constants so I can put them on a cycle to have a few options to cycle the depth in the UI and Markers..
I tried adding some random constants but it did not work.. I was wondering what are the constants available to us to use currently in migoto??
OK I had a stroke of luck. When I went into the game the main menu picture and a few of the UI was not there. I remmed out a line in that shader and the main menu came back and it made the entire UI main menu and all in 3D.. Small victroy for me..
I do have 1 final thing there are alot of Constants in this game and I am not too familiar with what other constant I can use.. here is what is being used now:
; ------------------------------------------------------------------------------------------------------
; Default constants to pass directly to shaders as IniParams
; ------------------------------------------------------------------------------------------------------
[Constants]
x = 1.0 ;flag for labels depth, not to be modified
y = 1.0 ;flag for increasing of hud + MFD depth, not to be modified
z = 1.0 ;flag for texture id, not to be modified
w = 0.0 ;flag for texture filtering on/off, not to be modified
y2 = -0.64 ;variable for depth filtering, not to be modified
x3 = 0.0 ;used for Xsize of screen, not to be modified,
y3 = 0.0 ;used for Ysize of screen, not to be modified,
I would like to add 2 more Constants so I can put them on a cycle to have a few options to cycle the depth in the UI and Markers..
I tried adding some random constants but it did not work.. I was wondering what are the constants available to us to use currently in migoto??
here are a few more I think he used:
[code] [Constants]
x = 1.0 ;flag for labels depth, not to be modified
y = 1.0 ;flag for increasing of hud + MFD depth, not to be modified
z = 1.0 ;flag for texture id, not to be modified
w = 0.0 ;flag for texture filtering on/off, not to be modified
y2 = -0.64 ;variable for depth filtering, not to be modified
x3 = 0.0 ;used for Xsize of screen, not to be modified,
y3 = 0.0 ;used for Ysize of screen, not to be modified,
;value for sep = 90 and conv = 0.15
;modify here the value to add for HUD separation
x1 = 0.15
;modify here the value for label separation
y1 = 1.1
;modify here the value to add for SUN/HDR separation
z1 = 0
;modify here the value to move SUN vs HDR (mul factor, higher number will increase sun separation)
z2 = 0
;modify here the shift down on sky texture on horizon to remove the dark blue line. The higher number, the higher shifting down.
x4 = .05
;modify here the scale factor for the HUD of the gazelle
z3 = 0.300
; value for sep = 50 and
[/code]
[Constants]
x = 1.0 ;flag for labels depth, not to be modified
y = 1.0 ;flag for increasing of hud + MFD depth, not to be modified
z = 1.0 ;flag for texture id, not to be modified
w = 0.0 ;flag for texture filtering on/off, not to be modified
y2 = -0.64 ;variable for depth filtering, not to be modified
x3 = 0.0 ;used for Xsize of screen, not to be modified,
y3 = 0.0 ;used for Ysize of screen, not to be modified,
;value for sep = 90 and conv = 0.15
;modify here the value to add for HUD separation
x1 = 0.15
;modify here the value for label separation
y1 = 1.1
;modify here the value to add for SUN/HDR separation
z1 = 0
;modify here the value to move SUN vs HDR (mul factor, higher number will increase sun separation)
z2 = 0
;modify here the shift down on sky texture on horizon to remove the dark blue line. The higher number, the higher shifting down.
x4 = .05
;modify here the scale factor for the HUD of the gazelle
z3 = 0.300
; value for sep = 50 and
Well I think I found out what was wrong and how many constants there are..
I looked up and I think there are quite a few.. I was just setting it to the wron param vairable I beleive..
Either way I dont think I am going to go that route and just have the user define it.. so far this is going good and may have an update to DCS World..
OK I added the modded version to HelixMod site..
I only slight ly added to the Awesome Fix by Lefuneste so hopefully this adds to the already great mod..
Thank you Lefuneste..
Well if you are still out there Lefuneste we need you to fix 2.0 as your current fix is not working with 2.0..
I am currently trying to patch somethning together this is a real challengs..
Know I am finding out why you did what you did with the constants and all the keypresses to control the Shkval and Huds..
Well today I spent about 2 hours trying to get the HUD and Shkval TV Image working.. I managed to get the HUD to work but when I try to get the Shkval TV Screen working the right eye has no image..
But when I zoom into look at it it is fine..
I have a screenshot the Shkval is the little TV to the right of the HUD with all the green Text on it.. here is the code for it. It also moves when moving my head around with the trackir..
//Shkval TV Images..
// ---- Created with 3Dmigoto v1.2.57 on Wed May 10 18:34:02 2017
What makes you say I have wierd permission problems?? I should be on an admin account?? Should I share the folders or just set permissions??
I can not skip Win 10 as I bought a new PC and I can not use Win 7 anymore.. I can however try and get a older PC and use that but will take some time to do that so for now I am on Win 10..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
If you don't have write access to the game folder, no log will be created.
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
The issue with not being able to uninstall the fix has since been resolved but I will double check it again to be sure..
If this does not work I am not sure what to do..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
So basically all that for nothing but at least I know how to get a game that might not work in Win 10 to work with the run as admin trick..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
I am unsure if I could shift the text to the right in the box.. But I think it looks better in 3D the UI box and such even if just a little bit in stereo.. I think it looks better then being in 2D..
So basically is it possible to shift the text of the UI Message to the right so the first letters are not cut off??
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
I did note in another fix 4everawake used this to push the skybox down a bit..
Now I think this could be something but would it shift the entire box or just the text like I need it too..
I tried a few variations of this code but it made the screen blank??
Will continue testing with the above code..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
I also noticed that the main menu backround image is black when I have this shader in the shaderfixes folder that is wierd so I guess this is not gonna work well..
I did however get the other markers that put a mark arounf the objects in the cockpit that you need to press..
So at least that is fixed now. I also found the proper number to fix the Skybox that had an adjustment on it too kill the awfull darker blue in the sky on the hroizon..
So far not much added to the original fix as that still works real good.. I may just use the mod for myself as not much was added to it..
But If I can figure out the UI to get that fixed I miught do an update..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
Here is the code I settled on:
So I also have the label markers that go around like a button to be pushed in the cockpit. It is aligned a bit better but may need to be set by the user.. These are onlt in Training missions but having them in 3D is much better..
So as long as the main menu is still shoung the picture I mat do a re-release of this mod that Lufenste did and he really did a good job on it.. I will also try and explain the modifications you can make to differnt aspects of the game with what he set ..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
I do have 1 final thing there are alot of Constants in this game and I am not too familiar with what other constant I can use.. here is what is being used now:
I would like to add 2 more Constants so I can put them on a cycle to have a few options to cycle the depth in the UI and Markers..
I tried adding some random constants but it did not work.. I was wondering what are the constants available to us to use currently in migoto??
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
I looked up and I think there are quite a few.. I was just setting it to the wron param vairable I beleive..
Either way I dont think I am going to go that route and just have the user define it.. so far this is going good and may have an update to DCS World..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
I only slight ly added to the Awesome Fix by Lefuneste so hopefully this adds to the already great mod..
Thank you Lefuneste..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
I am currently trying to patch somethning together this is a real challengs..
Know I am finding out why you did what you did with the constants and all the keypresses to control the Shkval and Huds..
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit
But when I zoom into look at it it is fine..
I have a screenshot the Shkval is the little TV to the right of the HUD with all the green Text on it.. here is the code for it. It also moves when moving my head around with the trackir..
The screenshot just shows in one position but If I move my head around the image blanks out and comes into view, it is really wierd..
Now If I dont stereoise the image the Text on the Shkval looks funky as they are 2 different shaders and both need to be stereoized..
What can I do to have the image not blank out like this??
Intel i5 7600K @ 4.8ghz / MSI Z270 SLI / Asus 1080GTX - 416.16 / Optoma HD142x Projector / 1 4'x10' Curved Screen PVC / TrackIR / HOTAS Cougar / Cougar MFD's / Track IR / NVidia 3D Vision / Win 10 64bit