Jump to content

Raimir

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Raimir

  1. And what i on the right? Maybe PVI point. Switch PVI computer to wayp. mode and then try enable Skhval.
  2. I think its excelent idea. It opens another dimension of the sim.
  3. Thanks :thumbup:
  4. That's not good idea. If you have x52 stick use SST programing software. Play games not in full screen mode, select some lower resolution and edit your profile while playing (using alt+tab) and chose it in tray icon to activate it after editing. It will have influence in game immediately. ;)
  5. Thank you :book::pilotfly::book::pilotfly:
  6. You don't know which forum you are on? You get lost on internet? :megalol::megalol:
  7. Yap, true.
  8. I had problem with x52 SST programing software. When i wanted create profile for LOMAC, key shortcut RWin+I (change the radar pulse) is for me impossible to enter. It opens some windows menu and put SSt into background. Solution was remap in lomac to different key combination (Ctrl+N is free) and then use it in SST. Second probelm is: I use version from CD which i've got with x52. When i install newest one, i can't use my current profiles created on old one. That's terrible from SAITEK. :doh:
  9. Great, this everything is possible, unbelievable :book:.
  10. Read manual page 81, the panel on the right with blue buttons. There are many autopilot modes. Try some translator, ti shouldn't be so difficult
  11. Yes i agree, but i think they will not rewrite manual and we would like to have it as fast as possible :D. And probably it will be not so bad. Lot of other procedures and guides will be created by community, Lock On is the proof.
  12. There is a maximum? If it works like the Lock On, there is no maximum, its configurable. Default 40km in Lock On
  13. That's nice to hear that. Because i thought how to connect radio in BS with Team Speak. It could be possible with TeamSpeak SDK, but export.lua seems to be not exporting radio selected frequency and pressed buttons. On the other hand, i have read the key configuration and i don't see any free key press combination. On bigger missions we use lot of channels in TeamSpeak.
  14. Hi, I don't know why you use direct input functions but anyway i have found this API function, it works keybd_event (VK_H, 0, 0, 0); press H keybd_event (VK_H, 0, KEYEVENTF_KEYUP, 0) release H i used it send ctrl+m command to lock on like this (btw LOMAC must be the window at the top) keybd_event (VK_CONTROL, 0, 0, 0); press control keybd_event (77, 0, 0, 0); press M key in ASCII keybd_event (77, 0, KEYEVENTF_KEYUP, 0); release M keybd_event (VK_CONTROL, 0, KEYEVENTF_KEYUP, 0); release Control if you stil solve some programming problems for your application let me know. I'm programming small utility in C++ for LOMAC server which write some info about mission into a chat window. It can be seen for example on AVIASIBIR HL server. cheers :thumbup:
  15. I know, this shouldn't be a big problem. Run recorded track is step 5, and i'm not able to create track .phtrk which is step 3 with this utility. It should be possible without server. I tried both - record track via server and offline. I got no result.
  16. Hello, does anybody use or has experience with this utility for acrobatics training. http://forum.lockon.ru/showthread.php?t=13321&highlight=phantom+control In third step file .phtrk wasn't created and i don't know what else i have to try. I tried use both lomac versions 1.1 and 1.12, also i tried play track, mission, edit track, record track while TRACE checkbox was checked, the others not. Also i looked in lua scripts and other files. I found no way to continue without .phtrk file. Thanks for any help Or if you have some other tool to train acrobatics, let me know. Thanks.
×
×
  • Create New...