Jump to content

Ikarus for M-2000


Couby

Recommended Posts

Does anybody here has any experience using Ikarus with this M-2000C module ?

If yes, is it possible to share any profile used for that ?

 

Not tried it by myself, but I just saw that meanwhile a profile ist available:

https://github.com/s-d-a/Ikarus/blob/master/Ikarus/M-2000C.xml

(Main: https://github.com/s-d-a/Ikarus/tree/master/Ikarus)

 

Maybe worth a try?

Link to comment
Share on other sites

I took a look.

The xml file seems to be useless without the ikarus one :( (I'm a n00b regarding Ikarus...).

 

I see there are two Ikarus Github repositories : the SDA and the HJP one.

Both are maintained, HJP seems to be at the edge. Which should I refer too when working on a M-2000 profile ?

✈️Airman, ⚙️maker & digital explorer

My F-14 stick project

Retrieve me on Instagram or Twitter

Link to comment
Share on other sites

Hello Couby,

 

Unfortunately, the required information (ID and descriptions) are not stored in the corresponding files (devices.lua, mainpanel_init.lua, clickabledata.lua).

Therefore one would have to determine all ID with the help of the DCS Modelviewer and for it nobody would have had desire from us so far.

If you feel like it, you are welcome to collect all the data and write it down.

Then we would also create the corresponding gauges and the ExportScript.

 

Information on how to use the modelvieer can be found here in the forum.

Which data we need in which form can be found in the ExportScript documentation.

 

CU Micha

Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION"

  • DCS ExportScript
  • D.A.C. DCS to Arcaze Communicator
  • Ikarus a new Virtual Cockpit Software

Deutscher Forums Thread

English Forums Thread

 

Hard/Software: AMD Ryzen 7 1800X, 32 GiB RAM, extra SSD for Windows 10 and DCS World, AMD Vega Frontier Edition with 16 GiB VRAM

Link to comment
Share on other sites

I think we have found someone who will identify the IDs. He has already done that for the Harrier. Too bad that it does not come from developers .. I do not like such a thing ...

 

But we will do it for you!!!

 

We could use a few beta testers. Who wants ... PM me!


Edited by H-J-P

Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION"

https://github.com/s-d-a/DAC, https://github.com/H-J-P/Ikarus/releases/latest, https://github.com/s-d-a/DCS-ExportScripts, Deutsches Forum, English Forum

MSI Z270; INTEL Core i7-7700K, 4x 4,8GHz, Quad-Core "Kaby Lake", GeForce GTX 1080 Ti, TrackIR 5 Pro, TM HOTAS Warthog, MFG Crosswind, Win 10 x64 Pro, 3 x SSD

 

keep it simple ... the 1000 small things ...

Link to comment
Share on other sites

  • 1 month later...

Hi there,

 

I have just installed and tested the universal export script and ikarus with the M2000.

 

It's really great. I have also tested it with the F15.

 

A few comments / questions :

 

F15

ADI :The pitch and glide path informations are wrong. I have edited the FC_auxiliaryFunctions.lua to solve the problem :

 

lNavInfoPitch = lNavInfoPitch / (lRadToDCSsignd * -1)

lNavInfoRoll = lNavInfoRoll / lRadToDCSsignd

lPitch = lPitch / (lRadToDCSsignd / 2) --(lRadToDCSsignd / 1.5)

lBank = lBank / lRadToDCSsignd

 

M2000

AOA : the information is wrong (it should be 3 times higher)

M2K_HSI : it's impossible to find it in cockpit editor mode (it do not appear in the class menu) and the needle for the mode selector doesn't move (Cv nav, nav, TAC, VAD...)

I didn't found the variable on the M-2000C.lua file to solve that. (I am a beginner with lua... sorry)

 

Any idea ?


Edited by Chafer

Dome display

I7 6700k (HT deactivated), 16go drr4, GTX 1080 TI, SSD, 4*1080 display @50hz (resolution 7680*1080), warping software

Link to comment
Share on other sites

I will look at the bugs of the M-2000C. McMicha looks at the F-15C again. Thanks for the bug report.

Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION"

https://github.com/s-d-a/DAC, https://github.com/H-J-P/Ikarus/releases/latest, https://github.com/s-d-a/DCS-ExportScripts, Deutsches Forum, English Forum

MSI Z270; INTEL Core i7-7700K, 4x 4,8GHz, Quad-Core "Kaby Lake", GeForce GTX 1080 Ti, TrackIR 5 Pro, TM HOTAS Warthog, MFG Crosswind, Win 10 x64 Pro, 3 x SSD

 

keep it simple ... the 1000 small things ...

Link to comment
Share on other sites

Some pictures to illustrate the M2000 bug

 

DCS 3d cockpit rendering VS Ikarus deported monitor :

d7f4bbc94b5c37caba2189b74cf01266.png

3b5091005fe269b7537ee1a7bff7f901.png

On this gauge, there is a +10% error

 

5be2dcc7ea19b1226764c312cfef8b63.png

5fbc6de4bbc4c484086a62dc28231402.png

On this gauge, the lower needle for the nav selector (CVnav, nav, TAC...) doesn't move and the flag for the distance digit isn't display

Dome display

I7 6700k (HT deactivated), 16go drr4, GTX 1080 TI, SSD, 4*1080 display @50hz (resolution 7680*1080), warping software

Link to comment
Share on other sites

You should actually be a beta tester. Because you play with my development version.

Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION"

https://github.com/s-d-a/DAC, https://github.com/H-J-P/Ikarus/releases/latest, https://github.com/s-d-a/DCS-ExportScripts, Deutsches Forum, English Forum

MSI Z270; INTEL Core i7-7700K, 4x 4,8GHz, Quad-Core "Kaby Lake", GeForce GTX 1080 Ti, TrackIR 5 Pro, TM HOTAS Warthog, MFG Crosswind, Win 10 x64 Pro, 3 x SSD

 

keep it simple ... the 1000 small things ...

Link to comment
Share on other sites

I think I found all the bugs and IDs that were missing. It is very tricky to use something with a cockpit for RAZBAM. And it costs a lot of time.


Edited by H-J-P

Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION"

https://github.com/s-d-a/DAC, https://github.com/H-J-P/Ikarus/releases/latest, https://github.com/s-d-a/DCS-ExportScripts, Deutsches Forum, English Forum

MSI Z270; INTEL Core i7-7700K, 4x 4,8GHz, Quad-Core "Kaby Lake", GeForce GTX 1080 Ti, TrackIR 5 Pro, TM HOTAS Warthog, MFG Crosswind, Win 10 x64 Pro, 3 x SSD

 

keep it simple ... the 1000 small things ...

Link to comment
Share on other sites

...

F15

ADI :The pitch and glide path informations are wrong. I have edited the FC_auxiliaryFunctions.lua to solve the problem :

 

lNavInfoPitch = lNavInfoPitch / (lRadToDCSsignd * -1)

lNavInfoRoll = lNavInfoRoll / lRadToDCSsignd

lPitch = lPitch / (lRadToDCSsignd / 2) --(lRadToDCSsignd / 1.5)

lBank = lBank / lRadToDCSsignd

...

 

 

Hello Chafer,

 

 

thanks for helping...

and nice find....

 

 

CU Micha

Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION"

  • DCS ExportScript
  • D.A.C. DCS to Arcaze Communicator
  • Ikarus a new Virtual Cockpit Software

Deutscher Forums Thread

English Forums Thread

 

Hard/Software: AMD Ryzen 7 1800X, 32 GiB RAM, extra SSD for Windows 10 and DCS World, AMD Vega Frontier Edition with 16 GiB VRAM

Link to comment
Share on other sites

  • 2 years later...

Hello from France to all IKARUS guys!

 

First of all, thank you for your fantastic work that really help us for doing our homecockpits!!!

 

I'm currently making a complete M2000 cabin, and after several long WIP years, I'm reaching the target. My Cockpit is now existing.

800-to10.jpg

 

 

My first objective was to do a 2000-5, but without real well-simulated -5, it will be a "C" for a while!

You can follow my progress on:

http://www.aircockpit.com/viewtopic.php?f=157&t=187&start=580

 

The work is not finished. The next phase of this long work consists in finalizing the main panel (with IKARUS instruments), doing a large paysage screen and interfacing all buttons.

 

Now let's speak about Ikarus project on 2000C: A big improvement has recently been done on the RAZBAM product, and some things have changed ( flares, shafts, Radio, etc..). Do you foresee doing an update on your M2000C package? If you want, I can do a list of all things I will find during my WIP.

 

One more time, thanks a lot for your great work!

 

Patlog


Edited by Patlog
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...