Jump to content

sikjar

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by sikjar

  1. Its actually easier than I thought, here's a workaround: 1. Open Simshaker for Aviators and Simshaker Sound Module 2. Open DCS 3. Use notepad to open the file user/savedGames/DCS(or openBeta)/Scripts/SimShaker.lua 4. Change the line elseif obj.Name == "MiG-29A" or obj.Name == "MiG-29G" or obj.Name == "MiG-29S" or obj.Name == "Su-25" or obj.Name == "Su-25T" or obj.Name == "Su-27" or obj.Name == "Su-33" or obj.Name == "F-15C" or obj.Name == "A-10A" or obj.Name == "A-4E-C" or obj.Name == "J-11A" then to elseif obj.Name == "MiG-29A" or obj.Name == "VSN_F104G" or obj.Name == "MiG-29G" or obj.Name == "MiG-29S" or obj.Name == "Su-25" or obj.Name == "Su-25T" or obj.Name == "Su-27" or obj.Name == "Su-33" or obj.Name == "F-15C" or obj.Name == "A-10A" or obj.Name == "A-4E-C" or obj.Name == "J-11A" then You have to edit it after opening DCS, because the program overwrites SimShaker.lua every time you open DCS. For the same reason you have to do this edit every time you have opened DCS. 5. Do a flight in the F-15C, so that Simshaker registers the current aircraft as an F-15C. 6. Then fly the VSN F-104G, with a little luck Simshaker thinks its the F-15C, and gives you feedback just like in the F-15C. You have to follow the above sequence, otherwise it doesn't work. Both Simshaker for Aviators and the demo version of Simshaker Sound Module are free, so you can try this without paying anything, if you have a Buttkicker or a similar device. Here's a video I made to show that it actually works, the graph on the right side shows that stall shaking is activated when I overpull the plane and the angle of attack is too high: https://youtu.be/_YNyK_XYA7M?t=35 As far as I can see, it works like the stick shaker that the real F-104 had, to warn the pilot before the plane stalls. Hopefully the developers of Simshaker can make a more permanent solution, it looks like it shouldn't be too difficult.
  2. I support that request, simshaker would be perfect for the F104 from VSN ( https://discord.gg/gEVWrSb4gQ / *NEW* F-104G/S Starfighter Mod(EFM): Install, Setup & All Weapons Guide | DCS WORLD - YouTube ) This is already a very popular mod, and think I a lot of us are looking for a way to emulate the stick shaker function that the real plane had to warn the pilot before a stall. The mod is based on the F15 from the FC3 module, and the F15 plane already has stall shaking in Simshaker, so hopefully adding support for this mod won't be too difficult.
  3. Installed version 1.6, and the problem at the horizon went away. I haven't noticed any other problems, everything seems to work great.
  4. Thanks a lot, this makes DCS much more playable on my Pimax 5K. Only problem I noticed is that when you activate the zoom, the area just around the horizon looks strange, as if the sea can be seen through the landscape. It's a bit difficult to explain, and doesn't bother me much, because usually the things I want to zoom in on aren't at the horizon anyway :) I mapped the 'Home' key to my joystick using Autohotkey and the below macro. One click on button two turns zoom on, the next click on button two turns it off. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. Joy2:: KeyWait, Joy2, D KeyWait, Joy2 Send {Home down} KeyWait, Joy2, D KeyWait, Joy2 Send {Home up} return
×
×
  • Create New...