Jump to content

brianiscool

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by brianiscool

  1. Look at the API folder in the DCS root directory then you’ll find the EFM template visual studio solution.
  2. You can possibly use the dispatch_action() function takes takes (device_id, command_number, value) as parameters. Also, you could use: local dev = GetSelf() dev:performClickableAction(command_number, value, true/false) -- I think last parameter specifices if the switch bound to the command should be moved.
  3. Hey PeeJott, this is Immortality from Discord, devices must contain a ID in the device.lua script and be given a value within the devices table in the device_init.lua. For example, your script could be declared this way. -- devices.lua devices["MYDEVICE"] = 1 -- or counter() should you have this function defined -- device_init.lua devices[MYDEVICE] = {"avLuaDevice", LockOn_Options.script_path.."SYSTEMS/mydevice.lua"} Additionally make sure you have the following code in you entry.lua and mainaircraft.lua -- entry.lua make_flyable('Aircraft', current_mod_path..'/Cockpit/Scripts/', nil, current_mod_path..'/Scripts/Comm.lua') -- makeflyable(aircraft_name, script_path, nil (no efm), comm_script) -- main_aircraft.lua aircraft_table = { HumanCockpit = true, -- these need to be set HumanCockpitPath = current_mod_path..'/Cockpit/Scripts/', }
  4. Try editing CameraViewAngleLimits = { 30.0, 140.0 }, --Min FOV, Max FOV in DCS/Mods/aircraft/F14/Entry/Views.lua
  5. I know it's been a while, sorry for commenting on an old thread but have you had any luck?
  6. Will you make a discord server for this project?
  7. If it were to gain 3rd party status it would be very complementary to the exsisting multi crew trainers. Even then if it was free that would be even better for new players.
  8. Does this mean it will be paid or like the A-4? I think that's a cool decision.
  9. It looks amazing! I don't know that the wing tanks allow for sweep though.
  10. The link is broken I think, but I'd very much like to see what you're talking about.
  11. I think I already know the answer to this question but while the backseat work in multiplayer?
  12. Hey Cubanace the link no longer works :no_sad:
  13. Will we get the improvised and new ordnance like the Hawk and etc. in the IRAF Tomcats heatblur plan on doing?
  14. I imagine it just gives you a discount before early access releases this winter. If someone purchases after early access is released they will get early access but no discount.
×
×
  • Create New...