Jump to content

TheKenji2221

Members
  • Posts

    9
  • Joined

  • Last visited

About TheKenji2221

  • Birthday 12/23/1995

Personal Information

  • Flight Simulators
    DCS
    Falcon 4 BMS
    Flight Simulator 2004
  • Location
    France
  • Interests
    Jet fighters, tanks, etc..
  1. Yeah I know. But the Mirage HSI is special and, in my point of view, doesn't work like the other HSI already present on Ikarus. For now all I could do is animating the heading of the HSI. Other than that I've already finished placing and animating the gauges (I wanted) of the plane.
  2. Oki I see ! The cockpit is advancing so far but as you may know, since there's no gauges for the Mirage I have to use whatever I can find ^^' Sometimes it works pretty well like the ASI. Sometimes less well like the ADI (which needed some tricks) And sometimes the gauge I need doesn't exist on Ikarus. Which is the case for the HSI. Is there any way I can make my own HSI for the Mirage ? That would be neat
  3. Yep it was the solution :D Talking about that, other than the lamps, what is the point of the xml files ? Cause I never had to use the F-15C's one :huh: (I saw all the IDs and all, but other than that ?)
  4. Hi ! I fixed the ball axis like that and now it works perfectly with the Viggen ball ! :smartass: ExportScript.Tools.SendData(316, string.format("%.4f", (mainPanelDevice:get_argument_value(318) * -1))) -- Heading ExportScript.Tools.SendData(317, string.format("%.4f", (mainPanelDevice:get_argument_value(316) / 2))) -- Pitch ExportScript.Tools.SendData(318, string.format("%.4f", (mainPanelDevice:get_argument_value(317) * -1))) -- Banking Yeah but my problem is on Ikarus side. When I create a new lamp I can't do anything with it. I can't click on Details (the window doesn't open) or manually assign a function. I created the Mirage profile from scratch. I'll try to redo it from an another plane profile to check if it does the same. I'll keep that in mind. Thanks for the tip UPDATE : I duplicated the F-15C profile and renamed it M-2000C. It does exactly the same. I can't edit the lights on Ikarus
  5. Hi again, In the end I've been able to fix the ball. But I have an another problem now. I can not assign any light. And that really bothers me. I create a light, but I can't click on Details or assign any function... And I have the DCS ID for the lights I want. Is there any way to fix it ?
  6. Hi ! I chatted with H-J-P so he could help me with the creation of a Mirage 2000C profile on Ikarus. Thanks to him I've got a file with lot of DCS IDs (that I have to understand to know what goes where) But I have a lil trouble. The ADI of the Mirage is a ball. So I took the one of the Viggen. And even tho it moves smoothly, the angles are all wrong. Of course the solution would be to modify something in the export file but how do I do it ? I've tried something but it didn't work Here is the export file I made if you wanna have a look at it M-2000C.lua
  7. Thanks but... I said I already have that :cry: What I want is that (taken from the related post of the thread)
  8. Yo everyone ! I follow this forum for quite a while now but I recently decided to create that account to post my question here : So, I want to build a pit for the Razbam’s Mirage 2000C module (I love that plane :bounce::bounce::bounce:). And since I don’t have much space for now, it will be a simple second screen for the panel under the game’s one. (madame doesn’t want a Mirage in the living room :music_whistling:) But before starting straight to make the “cockpit”, I wanted to check how to get the datas of the plane like ADI, etc… I’ve been able to export on the second viewport some basic stuff like the VTB and the RWR. The main problem is the gauges. I first wanted to use Helios but I lately found the lil soft Ikarus which seemed more interesting for my usage. Sadly like I said, I don’t know how to export the gauges :cry: Well I know you have to use an export.lua file with inside parameters like ADI, AOA, etc… . And I’ve seen on the A-10C, MiG-21, P-51D and the F-86F that they’re in the mainpanel_init.lua file. But the Mirage is the ONLY plane which doesn’t do that ! I’ve also found the device.lua but I think it’s mainly for the UHF (right ?) I’ve been looking around in the files of the plane and on the internet (on multiple forums, including that one) and I can’t find anything about it. Does anyone know how to create the export.lua file for the Mirage ? It would help me a lot !
×
×
  • Create New...