Jump to content
Sign in to follow this  
Need-To-Know

IXEG 737 Addons and X-Plane 11 B15 "fixes" from newbie to newbie

Recommended Posts

Disclaimer:
(I am only putting my opinions and not connected to anyone or company.
Not looking to debate and will ignore criticism and negativity.
Of course use at your own discretion.
Not everything I put will work for you. These are what have worked for me.Not looking for street creds or look at me = I am samrt.
 Just saving someone time to fly and not research. IF you have problems please direct them to the authors I am no specialist. )

IXEG Stuff Problems and great addons: Problems mainly focused on the XP11 Beta15 - IXEG 1.07

Some things I learned about the IXEG guys.
They all have full time jobs besides creating this plane. They do this part time.
So do not expect fast patches or fixes. Not everything in the plane is finished but it is still great and highly flyable.

Here is one of the greatest post from a developer ever:
http://forums.x-pilot.com/forums/topic/8526-things-that-are-not-going-to-be-in-v10/

For the APU in Cold and Dark: (If your APU will not start)

https://www.youtube.com/watch?v=dZmh6GOLNmM

For Parking moving around:

From Cold and Dark - You need to quickly power up, get ground to hook power and get the electric hydraulics working to keep from sliding. (works for me)

Several people have said different reasons for the sliding (Slope to wind)

For Friction/pushback:

No Solution I have found. I believe IXEG has their own ground friction model which does not work with XP11. But sounds like other planes are having this problem too.

Push back - This almost always is a rocky (pun intended) process. (Straight or to the side I still get bouncy)

I have not found a fix yet.

This also happens- the plane can just stop on the taxiway or runway and when you stand the throttles up to get it to move it goes backwards….? Not figured this out yet.

 

Cool addons for the IXEG:

Ground handling by JARDesign

This is kind of a GSX type thingy.

There are not voices (IE "pin is inserted")

Manual setup can be a bit frustrating to figure out but someone has already done the work for you (Link below).

http://handling.jardesign.org/

and get the planes file (ie already to go for the IXEG) from:

http://jardesign.org/forum/viewtopic.php?id=1942

Liveries:

http://jardesign.org/forum/viewforum.php?id=32

 

Haversine FMS:

This tool is awesome if you have an iPad!!!

http://air.ipobjects.com/airfmc

 

RemoteFlight:

Worth every cent!! This will let you set your radios, nav & comm as well as your transponder.

The gauges also work.

There is a moving map app too if you want that kinda thing.

BTW -it works in FSX too. Value for money!!!

https://remoteflight.net/

 

iGocConnect:

I personally have only lightly tested this as I use PFPX.

Works great to give you a better visual reference to setup your weights.

As for the flight planning. It can send your route to the FMC (One of the only ways to do this for now - Another program listed below)

(PFPX cannot send routes ….yet but sounds like they are working on it)

http://igoapp.ca/page10/igodispatchsaab.html

 

Route to FMC:
I actually use PFPX but to get the route to the FMC I found one option is:

Route to FMC: (A quick paste option)

http://forums.x-plane.org/index.php?/files/file/32688-route-to-ixeg-fmc/

I just use the Haversine FMS outlined above then just save my routes in sim.

 

X-RAAS2:

Easy to setup and loads of configurations. I am still amazed by the great X-Plane community with free addons like this.

http://forums.x-plane.org/index.php?/files/file/36360-x-raas-runway-awareness-and-advisory-system/

 

Vspeed callouts:

Vidal. For some reason the sounds from the default copilot for vspeeds are super low and I could not hear them. This plugin fixed that for me:

http://forums.x-plane.org/index.php?/files/file/33150-ixeg-b737-300-v-speed-call-outs/

 

Crew:

This works ok. It gives you crew announcements. It is a bit spotty from my experience and the callouts can be awkward sometimes. This probly has to due with my setup or a conflict somewhere and not the authors fault.

Still I would not go without it.

http://forums.x-plane.org/index.php?/files/file/35761-b733-crew-by-georgy-for-ixeg-737/

 

TugMaster:

Bouncy too but when it works right will be mint! Works great in XP10. IXEG has a default tug that works great but this one you an use your joystick.

http://store.x-plane.org/TugMaster-Deluxe_p_310.html

This would work great for if your plane sits overnight at a remote stand (pretending here) and needs to be tugged to the gate.

https://www.youtube.com/watch?v=UZelzO-OKIc

 

Nav Data: To update your FMC.

I use Navigraph (paid app) and direct it to the IXEG folder (it does support it). I also found it easier sometimes just to do a manual placement into the IXEG folder. This will get the FMC (CDU) to read up to date on the opening screen.

https://www.navigraph.com/fmsdatamanualinstall.aspx

 

GoFlight Interface Tool.

If you have GoFlight panels

See at bottom of post for description.

 

For the Sim: Not IXEG Stuff

A good free text editor:

Notepad++

I use this occasionally for my job and it is free. Maintains good formatting and can save "text" files in many different formats like .lua

It has no addware.

https://notepad-plus-plus.org/

 

For the environment: (Beta15 "fixes")

Banding around the moon band aide also (NVidia no stars or moon):

[known bug] Color Banding - XPD-6898 Jagged sky color transition:

http://forums.x-plane.org/index.php?/forums/topic/110111-known-bug-color-banding-xpd-6898-jagged-sky-color-transition/

How I kinda fixed:

http://forums.x-plane.org/index.php?/forums/topic/117560-x-plane-11-better-night/

Use the Notepad++ to create a blank file and paste this code then save (call whatever will help you remember). Then put it into or save it to your  FlyWithLua scripts folder. (Flywith lua discrb and link below)

Just fix the banding:

set("sim/private/controls/dome/kill_glares", 1)

set("sim/private/controls/lights/exponent_far", 0.47)

set("sim/private/controls/lights/exponent_near", 0.43)

 

The below script is what I use now and have not tested in conjunction with the banding script above.

Moon and starts: Hey there are stars and a moon AWESOME!

 dataref("Sun_Pitch", "sim/graphics/scenery/sun_pitch_degrees")

function Stars()

    if Sun_Pitch > 0 then

            set("sim/private/controls/caps/use_multilayer_fog", 1.0)

        else

            set("sim/private/controls/caps/use_multilayer_fog", 0.0)

    end

end

do_every_draw("Stars()")

 

Ground HDR Lights:

One of the things that bugs me in X-Plane is the ground seems always to be a black void expect where there are lights.

This does not fix the black ground at night but adjust lights on the ground for the US and Europe.

http://forums.x-plane.org/index.php?/files/file/36139-hdr-lighting-upgrade/

 

Blocky Shadows:

Maybe need a higher end system to keep from slowing down your FPS. I had no problem.

http://forums.x-plane.org/index.php?/forums/topic/117903-improved-cockpit-shadows/

Use the Notepad++ to create a blank file and paste this code then save (call whatever will help you remember). Then put it into or save it to your  FlyWithLua scripts folder. (Flywith lua discrb and link below

set("sim/private/controls/fbo/shadow_cam_size", 8192.0)

set("sim/private/controls/shadow/csm_split_exterior", 2.0)

set("sim/private/controls/shadow/last_3d_pass", 2.0)

 

Fix cockpit colors for sunset and sunrise:

This can fix that strange color in the cockpit at sunrise and sun set.

X-Plane pictures of what this problem is:

http://forums.x-plane.org/index.php?/forums/topic/113556-solved-sunrise-and-sunset-wrong-illumination-in-cockpit-very-annoying/

Solution By Murmur:

Ideas for other things to get:

1st How to's:

Addon Scenery:

You need to watch out for how things stack up in your scenery file. Wrong stacking and you may have one file over the top of another. ( ie you do not see your airport or something)

Edit your scenery file: (note use the free Notepad++ described above -not required but it was free. haha)

Not a must but good ones to get first:

XPUIPC - the FSUIPC for Xplane…..nuff said.

http://www.tosi-online.de/XPUIPC/XPUIPC.html

Flywithlua:

This ends up being a must for some addons. People get annoyed at the pop up that appears when you start xplane telling you to read the manual. As a civilian and not going to be a big developer I did not want to read the whole manual.

Basically install it by the instructions given then I removed all of the plugins in the Flywith lua plugin folder. And started putting the plugins I wanted in that folder. This got rid of the message.

But we owe huge thanks to this guy for creating this plugin!!

http://forums.x-plane.org/index.php?/files/file/35579-flywithlua-for-x-plane-11-and-10-windows-linux-mac-os-x-version/

 

There are about another baaaazzion other plugins: (here a a few I use)

X-Camera - #1 Tool - Kinda the EZDok/Chase camera for XPlane:

https://www.stickandrudderstudios.com/x-camera/

X-Life: (free)

Get a few planes flying and parked around the airport.

This is an alternative to World Traffic 2.

I am mixed on this. Not many airports supported and it moved the liveries from the proper gates for me.

I have not gone overly into configuring this yet.

I will buy World Traffic 3 when it becomes available.

http://jardesign.org/x-life/www/

 

For The Geek:

Openscenery -

Good library stuff required by some airports (ie PAJN) . Easy to install.

https://www.opensceneryx.com/

Autogate- Same reason to install as above:

http://forums.x-plane.org/index.php?/files/file/616-autogate-animated-jetway-and-docking-guidance-system-kit/

 

DataRef Editor - Once you get a bit more advanced. Good for "on the fly" type edits.

http://developer.x-plane.com/tools/datarefeditor/

 

Logbook - My geeky side keeps paper logbook but when I forget to log this has my back.

http://forums.x-plane.org/index.php?/files/file/36498-acelogbook/

 

Weather:

I have not gone the pay for weather yet. For me I need for beta things to settle a bit first and see what developers offer then. Or when REX arrives :)

NOAA plugin read more here:

http://forums.x-plane.org/index.php?/files/file/15453-xpgfs-noaa-gfs-weather-real-weather-for-x-plane/

 

GoFlight Interface Tool.

Setup those goflight panels in XPlane.

I have 7-GF panels and MCP.

Man o man I cursed this tool at first but once I got the hang of it, it works great. Just no good tuts on using it in XPlane. Rob has a good one for FSX/P3D but it works a little bit different in Xplane.

https://www.youtube.com/watch?v=5M2YrVHU2ew

It is actually easier to use in XPlane than how it works in FSX/P3d since it uses  "Datarefs".

I hope to do a write up on using the GIT tools in the future.

http://www.pollypotsoftware.org.uk/

BTW I tried several other tools for the GoFlight panels. Save yourself from gray hairs and just pay for this one.

 

Datarefs:

Learning to work with "Datarefs" This one was a bit confusing and frustrating at first but I had a good teacher:

http://forums.x-pilot.com/forums/topic/12717-how-to-access-custom-manipulator-datarefs/

 

Ok  I only hope this helps another newbie like me.

Then you can fly!!!

 

  • Upvote 3

Rob

"Life is 10% what happens to me and 90% of how I react to it"

Share this post


Link to post
Share on other sites

I generally hate a bunch of "pinned" threads clogging up the front page of a forum...but this should be pinned. Awesome information! Looking forward to checking it all out.

  • Upvote 1

Share this post


Link to post
Share on other sites

That is great!! Your post about the push back and the other gentleman that posted about being new to XPlane are the reason I spent the time to write it all out.

I will add one more but skip pinning a link. Jan, from IXEG, wrote that they are working on fixing the ground stick thing for the release of patch 1.1.  The patch is mainly focused on XPlane 10 but should help in 11 (though 11 is not fully supported in the patch). He stated that in the mean time try to stay above 5knts when taxiing. 

You made it all worth while and hope you find something you like......Mr Armstrong. haha


Rob

"Life is 10% what happens to me and 90% of how I react to it"

Share this post


Link to post
Share on other sites

Now this is a very helpful post!  Unfortunately, my problem is with this particular bird in XP11 is that I can't click anything in the VC.  The pointer responds when I hover and the sound is made when I click but, the sim does nothing. :angry:

  • Upvote 1

Share this post


Link to post
Share on other sites

Great post here Rob/NeedToKnow!

Thank You very much for all Your effort!

And yes - would be a good idea indeed to "pin" it here!

:smile:

  • Upvote 1

Share this post


Link to post
Share on other sites

Honestly you guys made my day!!

1 hour ago, Cjr60611 said:

Unfortunately, my problem is with this particular bird in XP11 is that I can't click anything in the VC.  The pointer responds when I hover and the sound is made when I click but, the sim does nothing.

I have not seen anything on this problem but will keep an eye out and let you know if I run across anything.

Thanks guys for the feedback!!!


Rob

"Life is 10% what happens to me and 90% of how I react to it"

Share this post


Link to post
Share on other sites

Thank you Rob. Great info and have bookmarked. It should be pinned too.

  • Upvote 1

System: MSFS2020-Premium Deluxe, ASUS Maximus XI Hero,  Intel i7-8086K o/c to 5.0GHz, Corsair AIO H115i Pro, Lian Li PC-O11D XL,MSI RTX 3080 SUPRIM 12Gb, Samsung 970 EVO M.2 SSD, 1Tb Samsung 860 EVO SSD, 32Gb Corsair Vengeance DDR4 3200Mhz RAM, Corsair R1000X Gold PSU,Win 11 ,LG 43UD79 43" 4K IPS Panel., Airbus TCA Full Kit, Stream Deck XL.

 

Share this post


Link to post
Share on other sites

This is a nice guide. Does anyone know how we can fix the crashes with the IXEG and XP11?


ASUS Maximus VIII Hero Alpha

Intel Core i7 6700K 4.5GHz

Corsair Vengeance Black LPX 32GB

Asus STRIX GTX 1080

Samsung 850 EVO 500GB SSD

Share this post


Link to post
Share on other sites

Great Topic, I moved this to the Tips and Tricks section for future reference

  • Upvote 1

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...