Nybble Posted December 6, 2013 Posted December 6, 2013 Just a simple suggestion a friend and I came up with. Like many of you I rely on my TrackIR for view controls while playing DCS. Opening is the software up manually is no big deal, however I feel having it launch automatically could have its benefits. Here's a good example : The two of us are having a good DCS session on a server hosted by me, and are a few hours into a mission of some sort. Then out of the blue my computer crashes and I have to reboot. I log back in and in a hurry I start up DCS forgetting to launch TrackIR. I get the server up and running and we both load in good to go, or so it would seem. Once I unpause the server and realize that my TrackIR us not functioning and I have to kill the server and load the game again. Now as I said, not a huge deal, but it would be simple to add an option in the settings to check for TrackIR.exe on launch, and if it's not detected to show a warning and / or launch the software. So there's my idea, feedback appreciated :D DCS Multiplayer Highlights Reel -
sslechta Posted December 6, 2013 Posted December 6, 2013 I was thinking about that too. I could probably toss together a .BAT file tonight that could be launched as a desktop shortcut. In it would code something like: - Start Track IR - Wait 10 seconds (or whatever time) - Start DCS Multiplayer Track IR can also be started on Windows boot but we don't always need to fly when the PC is rebooted. Steve (Slick) ThrustMaster T.Flight Hotas X | TrackIR5 Pro | EVGA GTX 1070 | Win10 64-bit Professional | Dell Precision 7920 Workstation | 1 TB SSD | 128 GB Memory | Dual Intel Xeon Platinum 2.0 GHz 16 Core Processors (64 Total w/HT ON) | 24" Dell Monitor
HiJack Posted December 6, 2013 Posted December 6, 2013 My TrackIR is always ON, starts with Windows and idles without any problems.
MTFDarkEagle Posted December 6, 2013 Posted December 6, 2013 Or you can have your trackir to start at windows startup ;) Lukas - "TIN TIN" - 9th Shrek Air Strike Squadron TIN TIN's Cockpit thread
cichlidfan Posted December 6, 2013 Posted December 6, 2013 (edited) My TrackIR is always ON, starts with Windows and idles without any problems. Or you can have your trackir to start at windows startup ;) Why on earth would you have it set up any other way?!! My TIR has been running for at least two and half years (minus a week here and there). EDIT: In my case, 99% of the time I sit in front of the machine I am going to fly. Anything else gets done through Team Viewer. Edited December 6, 2013 by cichlidfan ASUS ROG Maximus VIII Hero, i7-6700K, Noctua NH-D14 Cooler, Crucial 32GB DDR4 2133, Samsung 950 Pro NVMe 256GB, Samsung EVO 250GB & 500GB SSD, 2TB Caviar Black, Zotac GTX 1080 AMP! Extreme 8GB, Corsair HX1000i, Phillips BDM4065UC 40" 4k monitor, VX2258 TouchScreen, TIR 5 w/ProClip, TM Warthog, VKB Gladiator Pro, Saitek X56, et. al., MFG Crosswind Pedals #1199, VolairSim Pit, Rift CV1 :thumbup:
sslechta Posted December 6, 2013 Posted December 6, 2013 HiJack/MTFDarkEagle - I'm a micro manager on my PC and can't stand having other processes running when I'm not using them... even if they take minimal resources.... :) So TrackIR startup with Windows doesn't work for me. Nybble, Here's the script I came up with between the dotted lines. You'll need to change the directories of your TrackIR and DCS if you have them in different locations than me. After testing, 5 seconds was about the lowest sleep delay that would allow TrackIR to load before DCS starts. Just put the code into a Notepad window and save the file as whatever name you want with a .bat on the end. You can then set a shortcut from that to your desktop or pin to start menu. ------------------------------------------------------- c: cd "C:\Program Files (x86)\Accessories\TrackIR5" start TrackIR5.exe sleep 5 cd "C:\Program Files\Eagle Dynamics\DCS World\bin\" start DCS.exe --net-mode gui exit ------------------------------------------------------- P.S. - If you receive an error that 'sleep' is not a recognized command, it's not on your PC. Hit the following link and download sleep.exe to your C:\Windows directory. For some reason newer versions of Windows don't include it by default. http://www.computerhope.com/dutil.htm Steve (Slick) ThrustMaster T.Flight Hotas X | TrackIR5 Pro | EVGA GTX 1070 | Win10 64-bit Professional | Dell Precision 7920 Workstation | 1 TB SSD | 128 GB Memory | Dual Intel Xeon Platinum 2.0 GHz 16 Core Processors (64 Total w/HT ON) | 24" Dell Monitor
Nybble Posted December 7, 2013 Author Posted December 7, 2013 Nice responses! I am also using a .bat at the moment, however I feel little features like this are what really make a solid game. For me I won't be having this issue anymore, It was more of a suggestion to help out others who don't access the forums as much. DCS Multiplayer Highlights Reel -
Recommended Posts