-
Posts
66 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Abnaxus
-
New version release! v1.3 Log: - Map / NVG / Autopilot panel - Wipers - Radar altimeter - Fuel Test - Fire Test * The grey areas are the contols that haven´t work jet. Sorry DCS UH 1H (Abnaxus) v1.3.zip
-
New version release! v1.2 Log: - Domelt switch - Intercom volume > You have change the controls: RCONTROL + RSHIFT + ] (Increase) RCONTROL + RSHIFT + [ (Decrease) - LOW RPM Audio switch - Lights Controls - Autopilot panel - NVG Controls * The grey areas are the contols that haven´t work jet. Sorry DCS UH 1H (Abnaxus) v1.2.zip
-
I would like to take this opportunity to apologize, as my work has not been allowed to proceed with this project. I'll try to continue it soon.
-
I think so. But i don´t know how do it.
-
I don´t understand your question.
-
It´s a good question...
-
I´m still working on it. Sorry
-
hi. Use the Ipad its a good idea, but note that my profile is configured for a secondary monitor at 1920x1080. For use with an iPad as a monitor, you will have to modify the size and/or layout of controls. bye
-
Have you solved? buff is a large question, and my english is quite bad. A picture is worth a thousand words! I'm not sure how to do it
-
? If you use helios on second monitor, you have to had your own "monitorsetup".lua, that is an archive with your monitors configuration. See this post about the monitor setup (.lua) http://forums.eagle.ru/showthread.php?t=89282 P.S. If you need, i attach my ".lua" MonitorSetupAbnaxus.lua
-
New version release! v1.1 How change the position of kneeboard. Based in this post: http://www.forum.lockon.ru/showthread.php?t=101278&highlight=Kneeboard ...DCS World\Config\MonitorSetup\"MonitorConfig".lua ED_Kneeboard = { x = 1451; y = 1090; width = 455; height = 682; } ...DCS World\Scripts\Aircrafts\_Common\Cockpit\KNEEBOARD\indicator\init.lua dofile(LockOn_Options.common_script_path.."devices_defs.lua") ---------- default Kneeboard start ----------- --dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") indicator_type = indicator_types.COMMON ---------------------- init_pageID = 1 --purposes = {100,render_purpose.HUD_ONLY_VIEW} --100 as guard to switch off general in cockpit rendering , cause purposes cannot be empty --subset ids -------------- default Kneeboard end ----------------- -------------------------------------------------------- -------------- Custom KNEEBOARD Start ----------------- -------------------------------------------------------- function set_full_viewport_coverage(viewport) dedicated_viewport = {viewport.x, viewport.y, viewport.width, viewport.height} dedicated_viewport_arcade = dedicated_viewport -- purposes: comment in/out to set when the KNEEBORD is visibile (removing/adding "--") purposes = { --render_purpose.HUD_ONLY_VIEW, --render_purpose.SCREENSPACE_INSIDE_COCKPIT, render_purpose.SCREENSPACE_OUTSIDE_COCKPIT } render_target_always = true end -- try to find assigned viewport function try_find_assigned_viewport(exactly_name,abstract_name) local multimonitor_setup_name = "Config/MonitorSetup/"..get_multimonitor_preset_name()..".lua" local f = loadfile(multimonitor_setup_name) if f then local env = {screen = LockOn_Options.screen} setfenv(f,env) pcall(f) local target_env = env[exactly_name] if not target_env and abstract_name then target_env = env[abstract_name] end if target_env then set_full_viewport_coverage(target_env) end end end try_find_assigned_viewport("ED_Kneeboard") -------------------------------------------------------- -------------- Custom KNEEBOARD end ------------------- -------------------------------------------------------- .. .. . DCS UH 1H (Abnaxus) v1.1.rar
-
Thanks, this is my intencion. But i dont like that the kneeboard appears in the middle of the two monitors.
-
ok. thanks
-
We have to edit the Export.lua (sim) and make settings in Helios also. Thanks for help, i need a lot.
-
Synchronized? no, sorry. The helios profile send keys to the sim, but the sim not send info to the helios. I configure the position of the swiches of the profile to coincide with the initial position on the sim when you enter in the chopper.
-
Is there anyone has the same problem?
-
For send info from sim to helios profile, you may edit the export.lua and you need a interface (.dll) for helios. I don´t know how to do at the moment. Thanks. Yes, the 1.0 is the current version.
-
hi. Is possible change the position and size of the Kneeboard ("k") ?? I use two monitors (with helios) and the Kneeboard appears in the middle of both.
-
I had solved the problem of the [ ] keys. thanks I know the problem with the "ligt panel" and "low rpm switch", and i don´t know how to solve it yet... :cry:
-
Do you know how to export the caution lights, don´t you ? I dont know. :cry:
-
The first version of profile. The grey areas are the contols that haven´t work jet. Sorry DCS UH 1H (Abnaxus) v1.0.rar
-
I have problems to send the characters "[" and "]" from Helios. Somebody knows something from it? example: Armament Selector Down: {RALT}] Armament Selector Up: {RALT}[
-
i think so. But i never try it.