Jump to content

ClearDark

Members
  • Posts

    400
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ClearDark

  1. Make sure data export is enabled and you are running as Administrator :)
  2. Tyrix cp is ready to be usef out of the box. You dont need to change a thing :) You will never have to mess with the export.lua file what so ever. The code I sampled below was aimed at helping you in case yiu create your own CP and how to tie events in HT in general :)
  3. The caution panel lights are already being sent to HawgTouch (since version 1.3) What you need to do is tie the button you want lit with the corresponding export event. To do this you need to use the <DataImportID> property on the caution panel ClickButton controls. To see the full list of statuses exported click HERE Notice under STATUSES section, the statuses beginning with CP_ are caution panel items. Here's a quick code snippet, check the BOLD parts: <Button> <Name>ENG_STRT_CYC</Name> [b]<DataImportID>CP_ENG_STRT_CYC</DataImportID>[/b] <Clickable>false</Clickable> <PressedImage>\Images\Tyrix_CP\CP_EGS.png</PressedImage> <DepressedImage>\Images\Tyrix_CP\CP_EGS-off.png</DepressedImage> <Type>ClickButton</Type> <ID>1</ID> <X>80</X> <Y>24</Y> <KeyCommand></KeyCommand> </Button> <Button> <Name>L_HYD_PRS</Name> [b]<DataImportID>CP_L_HYD_PRS</DataImportID>[/b] <Clickable>false</Clickable> <PressedImage>\Images\Tyrix_CP\CP_LHYDP.png</PressedImage> <DepressedImage>\Images\Tyrix_CP\CP_LHYDP-off.png</DepressedImage> <Type>ClickButton</Type> <ID>2</ID> <X>147</X> <Y>24</Y> <KeyCommand></KeyCommand> </Button> This code was taken from Tyrix's Caution Panel which can be found here: http://forums.eagle.ru/showpost.php?p=1175554&postcount=170 If you got any more questions let me know :)
  4. Great looking setup! Good work! You can easily remove the control boxes on the top right by setting the <ShowTitleButtons>true</ShowTitleButtons> property to <ShowTitleButtons>false</ShowTitleButtons> Each panel has that property so make sure you disable them all! Enjoy HawgTouch :)
  5. Version 1.6 (next release) will be compatible with Steam. I've written several people around these boards requesting some help with the Steam release as I don't have that specific copy. I'm still waiting on some answers, I'll post updates soon :)
  6. Thanks, that's a bit weird tho. The TEWS could be exported perfectly in LoMac...I wonder what's been changed since DCS supports most of the "old" calls.
  7. I'm looking into that right now. The LoMAC export is a bit different than DCS. I'll see what I can whip up :) Thanks for the samples!
  8. I use it as Shift Shift + Mic Hat = TS (TARS) Shift + TRIM Hat Up/Down = Zoom In/Out etc etc
  9. Thanks for the feedback! Currently, there is no plans for Mobile OS's. As the development of HawgTouch progresses and continues to expand mainly on the PC's. Maybe in the far future :)
  10. A Steam compatible version is in the works.
  11. Work on gauges is almost done. It will take a couple of days to map all the keybindings in HT code. I would estimate a release within a week or so :) I do accept paypal donations. You can click the donate link in HawgTouch main window. It will take you to paypal :) Again, thanks for all the support and feedback!
  12. New version is in the works :D Including: Direct action assignments to in-game clickable switches. No need to define keybindings in game. Updated gauge pack including all oxygen indicators (3 gauges total) Fixed up many gauges: - Added fixed north line to HSI, adjusted circle accuracy - Altimeter now displays altitude correctly. - ADI now has turn needle and Glideslope needle And a few more fixes and control types!
  13. The lack of documentation and guides is slowing down HT for sure. Since I can't code, support and write guides at the same time I compensate by providing full support here on the forums :) Some guides are coming through tho! Thanks to Nu-NRG so expect these soon :)
  14. Check the NMSP buttons supplied with HawgTouch (1.5 Features.XML, first tab) These are expanded ClickButton controls that support 4 images. Pressed - Lit Pressed - Unlit Depressed - Lit Depressed - Unlit You'll need to create 4 images representing each state and assign these. Also, since the gear handle is not a button that "returns" to its original state after being pressed, you need to use the <IsToggle> property <IsToggle>true</IsToggle> Finally, use the GEAR_WRN event for the button. If you are having issues let me know I'll help you sort it out
  15. Wonderful work on this panel! Thanks! As shu77 mentioned. These indicators are already exported :)
  16. Flying and utilizing the Ka-50 to its full effectiveness is alot more difficult than the A-10C. I wouldn't hesitate to say that the Ka-50 systems and avionics are more difficult to grasp and manipulate.
  17. The TM Warthog is PERFECT for ALL the simulators I've ran it through which are: FC.20 Black Shark A-10C IL2 IL2 CoD F4 Its so much better than any stick out there by far. Every time you wrap your hand around the grip of the TM Warthog there's a smile that comes up that doesn't go away. Unless you have one you won't understand :) And no, TM Warthog is not only good for DCS-A10.
  18. Are you running the Steam version? It seems like Steam users might be having difficulties. I'm trying to investigate the issue and find a fix for it.
  19. Hmm..Interesting! What is your DCS system options? Full screen? I'll need to run your configuration to analyze that issue so please share as much info on your setup as possible! Thanks :)
  20. Please check the updated thread with a newer version here: http://forums.eagle.ru/showthread.php?t=71729
  21. The rest of the gauges are planned. More controls to work with (decoders). And switch updates from and to the game. Might even include a feature to run a local profile in "server" mode aswell.
  22. Right click the GaugePack DLL and click Properties -> Unlock Restart HawgTouch and you should be good to go.
  23. An instance of HawgTouch must be running if you get that error. Open up the Task Manager and see if there is an instance of HawgTouch.exe running and close it:)
×
×
  • Create New...