Jump to content

Panda_DCS

Members
  • Posts

    23
  • Joined

  • Last visited

Personal Information

  • Location
    Orange County, Ca USA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have SimShaker for aviators and the Sound module. I have been using it for a while and it was working fine until the last update 2.1.0.0. Since this update it loads when DCS is launched, but sometimes it doesn't do anything and sometimes it works normally. If it doesnt work after auto launching when DCS starts usually closing the program and relaunching gets it to work. I don't see any error messages in the log window in SSA but I am not sure if that is where to look or what to look for. The test feature of the sound module works without issue. I have uninstalled and installed from scratch and the issue persists. Looking for suggestions on how to get this working consistently again. Thanks
  2. Yes, I tried both with the same result. It seems like some kind of write issue. Like I mentioned I do not have a d3dx_user.ini file that I can find which I assume is created when you save your settings so possibly something is keeping it from writing the file.
  3. Just an FYI I am also having the issue where pressing ALT-F12 does not save settings. It merely makes the menu go away and the changes made revert back to default. No d3dx_user.ini exists in my install as far I can tell. I solved my problem by changing the default user_keymapping_setup.ini to reflect the settings I use. Thanks for your work on this mod.
  4. Thanks! I found the download on the 1st page of this thread and now it works...I appreciate your time and responses!
  5. I looked at github and am only getting the 2015 version. Can you help with a link to the newer version? I believe I found it...
  6. I did just notice your screenshot had a newer version...guess I will try that since nothing else has worked. Didn't even realize my version was so old.
  7. Thanks for your response. All the columns and rows were used on the original button box, I just stripped everything out and hooked up 1 button for this test once things were not working to simplify. I understand the matrix. I stress the button all show up in MMJOY just not in the windows game controller. I assumed it has something to do with assigning them in that box on the right, but I have tried switch and switch on and neither works. I know to save it down...as I mentioned I have used MMJOY several times before but only axis and not buttons. If I have a momentary button what setting is needed to get it to show up in game controller? If its a toggle switch?
  8. I have an issue I cannot seem to figure out. I have used MMJOY in the past with no issues, but mostly for axis. I am building a button box and am having an issue with the buttons working in windows. They work fine in mmjoy2, but when I use the windows game controller window to test the device no button registers. I have stripped it down to a single push button and still nothing registers when a button is pressed. The device shows up in windows. I couldn't seem to get a screen shot while the button was depressed, but it lit up button 16 in the mmjoy panel. Am I missing some reason why the button presses wouldn't show up in windows?
  9. I have a buddy who recently got the kneeboard plugin and has had some trouble getting things to work. I was trying to help him out and noticed that on the keyword editor page he shows 0 keywords. What would cause this? Is there a quick fix? We have tried re-importing a clean profile but still no keywords. Is this a sign of some other issue? Looking for suggestions before telling him to reinstall and start over. Thanks
  10. Ok. Thanks. My server is also having the issue with multicrew stats. If I can provide anything to help resolve the issue let me know.
  11. Couple of questions: 1. To install this on a server that already is running a previous version do you just overwrite the existing files? 2. Does this version include the fix for multi seat aircraft mentioned recently? Thanks, I look forward to testing.
  12. So I was able to get the result I want by making the following bat file @echo off rem restart every 4 hours (14400 seconds) :loop start "" "PATH TO DCS LAUNCHER" timeout /t 14400 taskkill /im dcs.exe /f timeout /t 20 "PATH TO PYTHON EXE" "PATH TO PYTHON SCRIPT" goto loop
  13. Unfortunately that doesn't work. When I run the dcs.exe directly dcs asks for serial numbers to all the terrains...which you should not need for the dedicated server...and then it crashes. When running DCS_updater.exe which is the executable it installed by default it starts right up. On the bright side when it crashed it did then run the batch file as desired, but obviously not starting is a problem.
  14. I am having issues getting this to work. I have tried several different combination using Start, call, and /wait but nothing has worked. Here is my base code. Launched both DCS and script simultaneously rem @echo off "H:\DCS WORLD Dedicated Server\DCS World OpenBeta Server\bin\DCS_updater.exe" "C:\Python38\python.exe" "H:\CODE\pythonScripts\stack-working.py" Same as above rem @echo off START "" "H:\DCS WORLD Dedicated Server\DCS World OpenBeta Server\bin\DCS_updater.exe" "C:\Python38\python.exe" "H:\CODE\pythonScripts\stack-working.py" Same as above rem @echo off START /wait "" "H:\DCS WORLD Dedicated Server\DCS World OpenBeta Server\bin\DCS_updater.exe" "C:\Python38\python.exe" "H:\CODE\pythonScripts\stack-working.py" Any suggestions appreciated.
×
×
  • Create New...