-
Posts
791 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by txmtb
-
Try removing the input Keyboard.lua file from the x:\Users\xxxxxx\Saved Games\DCS\Config\Input\A10C\Keyboard, this will cause DCS to re-create it when you start the program. Read about issues with using older input files with the new program version. Re-start and give it a shot. Edit: <Sniped>
-
Delete them from the Saved Games/DCS/Config/Input/A10C/Joystick/yourfile.lua and it should get rid of the extra entries.
-
Try this with the version you are using, I've been playing around with it for the last week and have to where I use it daily to fly with. It's based on the opentrack-win32-portable-2.2-20140116.tar.xz which is the last one on the site and the one I think you were using. Should just be able to set up the camera part correctly and maybe some fine tuning. [tracker-pt] active-model-panel=0 camera-focal-length=1 camera-fps=120 camera-index=0 camera-pitch=-20 camera-res-height=240 camera-res-width=320 camera-roll=1 camera-yaw=0 cap-x=55 cap-y=65 cap-z=97 clip-by=70 clip-bz=80 clip-ty=40 clip-tz=30 dynamic-pose-resolution=true enable-pitch=true enable-roll=true enable-x=true enable-y=true enable-yaw=true enable-z=true m_01-x=0 m_01-y=40 m_01-z=-30 m_02-x=0 m_02-y=-70 m_02-z=-80 max-point-size=10 min-point-size=2 model-centroid-x=82 model-centroid-y=54 model-centroid-z=71 reset-time=2000 threshold-primary=56 threshold-secondary=53 video-widget=true [proto-freetrack] ezca-mode=false use-memory-hacks=false used-interfaces=0 [Accela] exponent=2 rotation-alpha=220 rotation-deadband=0.09 second-order-alpha=1.8 third-order-alpha=2 translation-alpha=170 translation-deadband=0.09 [opentrack-ui] compensate-translation=true compensate-translation-disable-z-axis=true filter-dll=Accela Filter Mk4 key-alt-center=false key-alt-toggle=false key-ctrl-center=true key-ctrl-toggle=false key-index-center=34 key-index-toggle=34 key-shift-center=false key-shift-toggle=true pitch-alt-axis-sign=true pitch-invert-axis=true pitch-zero-pos=0 protocol-dll=FreeTrack 2.0 roll-alt-axis-sign=false roll-invert-axis=false roll-zero-pos=0 tracker-dll=PointTracker 1.1 tracker2-dll= x-alt-axis-sign=false x-invert-axis=false x-zero-pos=0 y-alt-axis-sign=false y-invert-axis=false y-zero-pos=0 yaw-alt-axis-sign=false yaw-invert-axis=true yaw-zero-pos=0 z-alt-axis-sign=true z-invert-axis=false z-zero-pos=0 [Curves-rx] point-count=3 point-0-x=7.19999980926514 point-0-y=18.4390239715576 point-1-x=17.6914291381836 point-1-y=84.2926864624023 point-2-x=24.6857147216797 point-2-y=180 [Curves-ry] point-count=3 point-0-x=7.19999980926514 point-0-y=21.0731716156006 point-1-x=12.8571424484253 point-1-y=53.1219520568848 point-2-x=15.7371425628662 point-2-y=90 [Curves-rz] point-count=1 point-0-x=30.4457149505615 point-0-y=40.3902435302734 [Curves-tx] point-count=1 point-0-x=30.0571428571429 point-0-y=100 [Curves-ty] point-count=1 point-0-x=20 point-0-y=100 [Curves-tz] point-count=1 point-0-x=100 point-0-y=0 [Curves-tx_alt] point-count=0 [Curves-ty_alt] point-count=0 [Curves-tz_alt] point-count=1 point-0-x=20 point-0-y=100 [Curves-rx_alt] point-count=0 [Curves-ry_alt] point-count=3 point-0-x=6.68571424484253 point-0-y=20.1951217651367 point-1-x=15.3257141113281 point-1-y=57.5121955871582 point-2-x=19.8514289855957 point-2-y=90 [Curves-rz_alt] point-count=0 Hope it helps.
-
Saitek X55 - Wait (and read) before you buy
txmtb replied to Sharpe_95's topic in PC Hardware and Related Software
I cancelled too, kinda glad I did just to wait and see what comes after the bugs are squashed. -
Don't own one, yet, but the software looks similar to the old programming software. I use the mouse nipple on the X52 Pro by assigning it to bands in software, 0-15%, 15-85%, and 85-100%. Then assign the corresponding 0-15 or 85-100 band with the corresponding slew keystroke. Mouse X 0-15% = , = Slew Left Mouse X 85-100% = . = Slew Right Mouse Y 0-15% = ; = Slew Up Mouse Y 85-100% = . = Slew Down This equates to: Forward moves cursor right Back moves cursor left Up moves cursor up Down moves cursor down
-
AMD Mantle - Catalyst 14.1 Released.
txmtb replied to SkateZilla's topic in PC Hardware and Related Software
Yep, I see the same FPS loss as the other latest versions, put the 13.9 dll back and FPS went right back up. Damn I wish they would try and do something. -
You need to add the commands to the keyboard.lua, for the A10C it would be: C:\Users\xxxxx\Saved Games\DCS\Config\Input\A-10C\keyboard\Keyboard.lua Use Notepad++ to edit the lua and you see how to put them in, if in doubt, back up the original first. Below are my settings. {combos = {{key = "]"}}, down = 3001, cockpit_device_id = 100, value_down = 1, name = "Kneeboard Next Page", category = "Kneeboard"}, {combos = {{key = "K"}}, down = iCommandPlaneShowKneeboard, name = "Kneeboard ON/OFF", category = "Kneeboard"}, {combos = {{key = "["}}, down = 3002, cockpit_device_id = 100, value_down = 1, name = "Kneeboard Previous Page", category = "Kneeboard"}, {combos = {{key = "K", reformers = {"RCtrl"}}}, down = 3003, cockpit_device_id = 100, value_down = 1, name = "Kneeboard current position mark point", category = "Kneeboard"}, {combos = {{key = "K", reformers = {"RAlt"}}}, down = iCommandPlaneShowKneeboard, up = iCommandPlaneShowKneeboard, value_down = 1, value_up = -1, name = "Kneeboard glance view", category = "Kneeboard"},
-
That would explain why I had the issues with it plugged into the USB 3 port, have the same controller. Which is also why I had to use a USB 2 port I suppose.
-
Check the USB port you are using and make sure it's a USB 2 and not 3 port. I have had similar issues when trying to install on a USB 3 port.
-
WIP DCS A-10C and Teamspeak 3 Integration
txmtb replied to Headspace's topic in Utility/Program Mods for DCS World
I just created the config.lua with 2 lines in it: is_EDM = true EnableExportScript = true And removed that entry from the other config.lua. I would just stay with works for you, once working it's all good. -
WIP DCS A-10C and Teamspeak 3 Integration
txmtb replied to Headspace's topic in Utility/Program Mods for DCS World
Thanks mladen! I just did this by creating a config.lua in C:\Users\xxxx\Saved Games\DCS\Scripts, and removed the entry EnableExportScript = true from the config.lua that is in C:\Program Files\Eagle Dynamics\DCS World\Mods\aircrafts\A-10C\Cockpit\Scripts. TARS worked after I put the new file in place, and shouldn't be overwritten during an update as you stated. -
WIP DCS A-10C and Teamspeak 3 Integration
txmtb replied to Headspace's topic in Utility/Program Mods for DCS World
Glad that worked funkster, just remember it the next time an update comes out and it craps out! We spent about 2 hours chasing it down a few Tuesdays ago and pretty much trashed the flying that night. I still don't have a config.lua anywhere in the ../saved games/ so it's just FM that it works I guess. :drink: -
WIP DCS A-10C and Teamspeak 3 Integration
txmtb replied to Headspace's topic in Utility/Program Mods for DCS World
I just deleted the EnableExportScript = true from C:\Program Files\Eagle Dynamics\DCS World\Mods\aircrafts\A-10C\Cockpit\Scripts and TARs would not activate. Put it back in and TARS started right up. Is that post showing that $INSTALL_DIR/Config/Export/config.lua is the one that is no longer used? Different ones I think. -
WIP DCS A-10C and Teamspeak 3 Integration
txmtb replied to Headspace's topic in Utility/Program Mods for DCS World
Hmmm, interesting. When TARS quit running a while back after the updates I had to go add that in config.lua and it started working. I just checked and my network.cfg has that entry on line 15. The rest of the files align with what you showed. Teamspeak version is 3.0.12. -
WIP DCS A-10C and Teamspeak 3 Integration
txmtb replied to Headspace's topic in Utility/Program Mods for DCS World
My config.lua has: EnableExportScript = true Export.lua has: dofile(lfs.writedir().."Scripts\\TARSExport.lua") HTH -
Sorry took so long. I messed with that version for the last 2 hours and I cannot get it to run satisfactorily. Can get everything to work but it's just too jerky to be usable. It looks like the Accela filter settings were changed and nothing I changed seemed to make a difference. I'll let you know if I come up with anything else.
-
I'm betting we have different versions, I'm still using the 2.0.3b version. Which version are you running and I'll take a look at it? I did open/edit/save the file you sent so it's attached here. I have a feeling it probably just overwrites everything though. OT DCS.txt
-
Here's my profile if you would like to try it. But remember that you need to set up the model dimensions and camera settings under the pointtracker plugin. If you don't it makes it a pain to get everything else right, mine is on top of the headset so the center rotates the same as turning my head. I have it set so that basically the top corners of my monitor translate to 180 degrees in the pit. So its a fast translation. DCS Profile Model Setup The profile goes in x:\Program Files (x86)\opentrack\settings and name it whatever you want with .ini extension.
-
I put this in the other thread also: I noticed one thing, you are not using version 3.0.12 of TeamSpeak. AFAIK that is the last version of TS that is compatible with TARS and direct input.
-
WIP DCS A-10C and Teamspeak 3 Integration
txmtb replied to Headspace's topic in Utility/Program Mods for DCS World
I noticed one thing, you are not using version 3.0.12 of TeamSpeak. AFAIK that is the last version of TS that is compatible with TARS and direct input. -
I only apply the brakes when I have slowed to less than 70. Then I push both all the way down and hit NWS at that time. Then let up a little if I start turning. If it starts to turn right, let up on the right foot a little. A few practice runs and it becomes second nature. It is tricky keeping both feet pushed in sync with sliding the rudder left/right but it does work with practice.
-
Plugged into a USB 2 or USB 3 port? I have read of issues with them plugged in on USB 3 ports.
-
AMD Catalyst 13.30 beta (14.1?) available
txmtb replied to Mustang's topic in PC Hardware and Related Software
Quick and dirty test to see if/what the difference is. Averaged 90 seconds of data with 13.9 and 13.12 13.12 FPS 20 Avg CPU %72.31 *1 core AVG GPU %63.45 GPU Mem 701Mb 13.9 FPS 26 Avg CPU %68.34 *1 core AVG GPU %73.16 GPU Mem 707Mb Data captured with HWInfo64 logging. -
AMD Catalyst 13.30 beta (14.1?) available
txmtb replied to Mustang's topic in PC Hardware and Related Software
Thanks for the heads up! :beer: Just tried this out, appears to work really well. Cleaned out driver with Display Driver Uninstaller and did fresh install of 13.12. Tested FPS, still lower than 13.9 Put the 13.9 atiumd64.dll in /bin, tested and FPS was back up where it was under 13.9 -
I thought that at first too but the specs have it listed as 2 way. It's the "K" switch. It's a 2 way up/down switch. Still seems kind of awkward though.