Jump to content

Sarge_DL

Members
  • Posts

    21
  • Joined

  • Last visited

About Sarge_DL

  • Birthday 06/30/1978

Personal Information

  • Flight Simulators
    DCS only
  • Location
    CYXH
  • Interests
    Sports

Recent Profile Visitors

405 profile views
  1. So, if you build a quick mission in editor to try it out, you have to drop the weather to force the case 2 or case 3 approach? If you leave the weather clear skies, it will be a case 1? Or is there something else to do to for the case 2 or case 3 approach to populate?
  2. Awesome. I love it. I’m really all about functionality. i could have saved myself a lot of hours keeping it simple. When I build my desk, I went for function. It is not pretty. But it really works. Everything is so easy to reach and use. One sheet of MDF. I'm on version 10 by now. Always changing it a little to make it as functional as possible. (Gross. I really need to do some cable management.)
  3. Thanks. I’m using plain old cardstock. I have four little pieces of two sided tape, one in each corner. It’s just enough adhesive to be able to pop it off and back on.
  4. Hello all. I've had the Winwing Orion for a while and just picked up the take off and combat panels. With these panels, the buttons on the throttle base are doubled. I may as well bind them to something else. Since I can't seam to remember what I bound the switches to, I decided to make an overlay to place on it. My wife has this machine called Cricut. It's a printer/cutter for making decals and crafting. I've never used it before but decided to give it a shot. Here is what I came up with: For not having a clue what I was doing when I first started, it turned out fairly decent. Yeah, there are a lot of trial and error prints in the recycling bin. Now that I have the template done, it'll be easy to make one for the F16 in the near future. I ended up finding a white gel pen at the craft store. I had to make a small mod for the printer to hold the pen properly. Seams to work well. The font does look a lot sharper to the eye than what my cell phone camera is picking up.
  5. With no scripts in my Export file: Clean: 66-67 FPS Winwing only: 62-64 FPS. iUFCExport only: 62-64 FPS. SimShaker only: 66-67 FPS. iUFCExport and SimShaker: 62-64 FPS. If I have all three, my system jams up and I'm locked at 31-33 FPS. I can basically run any two and not have a problem. If I run all three, it won't work. I have tried changing the order in which they are written in the Export.lua file, it doesn't make a difference. So, Winwing looses out. iUFCExport and SimShaker is all I will run.
  6. Tonight I'll try to see if I can get my SimShaker running without messing with my FPS. The update Andre put out yesterday was for the addition of the Mosquito and the Hind. DCS feels so wrong without the SimShaker running. Gotta have it.
  7. Ah, roger. Ok, I've attached my Export.lua file to the original post. I do have 3 items running in my script. Winwing, iUFCExport, and SimShaker script. Now, as soon as you mentioned to attach the file, I've gone in and removed my Export file completely just to test. And ya, I'm back to 65 FPS. I did just get an update from SimShaker. I guessing that is the cause.
  8. Strangest thing happened recently. My PC is a fairly new build. I've been running DCS on high settings for several months. I get about 60-68 FPS. I fired it up today and I'm stuck at 35-37 FPS. I checked all my settings, I don't see any changes. I switched over to the Low graphics settings, and same thing 35-37 FPS. Go back to high settings. No change. No difference if I'm at 35,000' or 100' through the valleys. No change in FPS. In the FA-18, mirrors on or off, no change. Any map, any aircraft, no change. I spent a lot of time going through all the Nvidia settings. I even tried a reset to factory to Nvidia 3D settings, no change. Solid 35-37 FPS. I went through all the BIOS. Changed a bunch of things, tried it, then reset to factory default, tried again. No change. I installed 4 different versions of Nvidia drivers. No change. 35-37 FPS no matter what I do. Is it my PC or is it DCS? Ryzen 5800x, ASUS B550 motherboard, 64 gig 3,600 G.Skill RAM, ASUS ROG Strix 3060. Running 1440p with GSync compatible on. (I turned off the Gsync as well, no change) The biggest thing that shocks me is that, I'm getting 35-37 FPS on both the High setting and the Low setting. Export.lua
  9. Yup. That worked. I have three commands in my Export.lua file now. Lines 1 & 2 are for my Winwing, Lines 3 & 4 are for iUFCExport, and lines 5 & 6 are for the SimShaker. I'm so happy to report all three items are running properly. Thank you!
  10. Do it! The SimShaker is one of the best pieces I have bought for my setup. If I ever forget to turn it on, it's horrible to fly without it. I need the feedback. It makes the sim so much better in my opinion.
  11. I have the same problem but with an IPad UFC app. When I enter the script for the UFC to my Export.lua, it causes the Winwing and SimShaker script to stop working. If I delete the two lines for the UFC, the Winwing and SimShaker work fine again.
  12. Hi. I've been using Simshaker with my buttkicker for a while. Works great. Andre's software is excellent. I'm wondering if you guys could help me out. I recently started using iUFCExport on my old iPad. I had to add two lines of script to my Export.lua file. I know next to nothing about scripts/programming. When I added the two lines for the iUFCExport install info, the iUFCExport works but the Simshaker doesn't. If I delete the two lines, put it back the way it was, the SimShaker works fine again. I'm convinced I just need to figure out how to write the Export.lua file to use both at the same time. This is what I have at the moment: local SimShakerlfs=require('lfs'); dofile(SimShakerlfs.writedir()..'Scripts/SimShaker.lua') dofile(SimShakerlfs.writedir()..[[Scripts\SimShaker-export-core\ExportCore.lua]]) local iUFClfs=require('lfs'); dofile(iUFClfs.writedir()..'Scripts/iUFCExport.lua') If I only have lines 1 and 2, the SimShaker works fine. If I have all four lines in, only the iUFCExport works. Thanks for the help.
  13. Hi. I'm loving this app. Thank you. I do need a little help. I don't know much about editing script. I do have an export file in my saved games folder. The only line in there is for my Simshaker. So, I've added the lines from your export.lua file to the bottom of what was already there. The iUFCExport app works great but my Simshaker won't work. They both work but I can only get one working at a time. I 100% convinced I have the info in the export.lua written wrong. This is what I have: local SimShakerlfs=require('lfs'); dofile(SimShakerlfs.writedir()..'Scripts/SimShaker.lua') dofile(SimShakerlfs.writedir()..[[Scripts\SimShaker-export-core\ExportCore.lua]]) local iUFClfs=require('lfs'); dofile(iUFClfs.writedir()..'Scripts/iUFCExport.lua') With these four lines, the iUFCExport works great but no joy on the SimShaker. And if I only have the first two lines in the file, the SimShaker works fine. Edit* - I'm now thinking that the script in my Export.lua is fine and the issue is something in the iUFCExport.lua that conflicts and causes the SimShaker to not work...
×
×
  • Create New...