Laden...

Tweaks

Exclusive

4.86 STARS

22.3K+ Downloads

RXP XP12 Enhancer

This mod is improving visuals with a few settings changes from default, adding little enhancements to the X-Plane 12 visual experience, and it is particularly focusing on exposure, tonemapping, white balance, sky and atmosphere, volumetric clouds and night lighting. It is only changing...

Über

Now updated for XP12.09 with Auto-Save settings!

This script is enhancing the X-Plane 12 visual experience and provides a set of options which are carrefuly selected and adjusted for their direct and visible changes. The main goal is to achieve a more realistic rendition inside and out, while at the same time trying to correct some of the most glaring limitations of X-Plane 12 rendering engine. This script is only modifying a few datarefs at runtime in order to improve, among other things, the following: exposure, tone mapping, white balance, sky, atmosphere, volumetric clouds and night lighting. 

The script also handles mettering and auto-exposure in order to try reaching a better balance between brights and darks when in-cockpit, to get closer to the sunny 16 rule when outside, to maintain a consistent level of exposure whether zooming the view, or to maintain a natural change of exposure when looking from darker to brighter places. 

Note: The script requires XP12 v12.06+ and only changes private art datarefs. These datarefs are subject to change between versions and are meant primarily for the sole use of LR. This script might therefore not work entirely as expected with future XP12 versions.

Installation

1) Download and install the latest FlyWithLua


2) Copy the lua script to the FlyWithLua scripts folder:

XP12\Resources\plugins\FlyWithLua\Scripts\rxp-xp12-enhancer.lua

Configuration

The script offers a settings window which can show up automatically when the script loads, otherwise in using either this menu or command:

    Menu:    FlyWithLua > FlyWithLua Macros > RealityXP X-Plane 12 Enhancer...
    Command: 'RXP/Utility/Enhancer/toggle_window'

Extras

This mod also includes a set of XP12 loader background images shot in 4K.

This mod is released under the MIT license.

Special thanks to Q8Pilot for his review.

Special thanks to Furax84 for his review in French (with before/after comparisons)

 

Reviews and Showcases

How to Fix Dark Cockpits and Overexposed Sky in X-Plane 12 by X-Crafts

How to Fix the Dark Cockpit in X-Plane 12 | RXP XP12 Enhancer (video)

X-Plane 12 FlyJSim Q4XP KHVN — Night Flight with RXP XP12 Enhancement (video)

IXEG 737 | LIMF - LIEE | X-Plane 12 Time-lapse | RXP XP12 Enhancer (video)

XPD: No more Dark Cockpits in XP12 (video)

Х-plane 12 | Графічні налаштування X-plane 12 | Якісне зображення та високий фремрейт | FlyHomе (video)

[ Tuto X-Plane 12 ] Améliorez la lumière avec RXP XP12 Enhancer (video)

KFXE-MMUN landing AKD G550 XP12

 

Please make sure to read additional informations in the included readme.txt

Note: screenshots hosted on x-plane.to may appear darker. They're all included in the add-on package for off-line review.

clouds sky color enhancer rain shadows water oceans light exposure visuals presets lightning
Details
Kompatibilität
Kategorie
Tweaks
Erstveröffentlichung
May 23, 2023
Zuletzt aktualisiert
10 month(s) ago — 1.9.5

Version

1.9.5

Dateigröße

40.13 MB

Downloads

22,345

Diese Datei wurde auf Viren gescannt und ist sicher zum Download.

Datei Informationen

Abonnenten
183
Bewertung
4.86/5.0 — Hervorragend!
Status
Noch nicht heruntergeladen
Heutige Downloads
18
Video Preview
Watch

Hervorragend!
Basierend auf 29 Bewertungen
😢
1
traurig
😠
0
wütend
😮
2
schockiert
🙏
25
Dankbar
😂
1
amüsiert
😍
35
verliebt

Timeline

  • Aktualisiert auf Version 1.9.5

  • Aktualisiert auf Version 1.9.4

  • Aktualisiert auf Version 1.9.3

  • Aktualisiert auf Version 1.9.2

  • Aktualisiert auf Version 1.9.1

  • Aktualisiert auf Version 1.9.0

  • Initial File Release


Berechtigungen

Upload-Erlaubnis
Es ist unter keinen Umständen erlaubt, diese Datei auf andere Seiten hochzuladen.

Änderungserlaubnis
Sie dürfen meine Datei verändern oder verbessern, aber Sie müssen mich und meine ursprüngliche Arbeit ordnungsgemäß nennen.

Umwandlungserlaubnis
Sie dürfen diese Datei unter keinen Umständen konvertieren.

Asset-Nutzungserlaubnis
Es ist Ihnen unter keinen Umständen erlaubt, Assets aus meiner Datei zu verwenden.

© CptLucky - All rights reserved. Jeglicher Re-Upload oder Weitervertrieb dieser Datei ohne vorherige schriftliche Zustimmung des Autors ist untersagt. Diese Flight Simulator 2020 Mod wurde erstellt von CptLucky and shared in Utilities » Tweaks für X-Plane 12.


140 Kommentare
image

lazuward

11 month(s) ago

This addon just blows my mind. Once you try this, you'll never be able to fly without it. Kudos to the author for such brilliant work!

Is there a new update?

I have the X-plane 12 latest version it doesn't work. Is there any update for the latest version

After adding this rxp-xp12-enhancer.lua into FLywithLua, Script, When XP12 is open, the file goes to quarantine. Any fix for the XP12 updated?

after commenting the mentioned lines in the lua script, it starts without errors, but the window where there should be settings is empty. Is there a fix for that available?

I've uploaded a fixed version to my GitHub here: https://github.com/ColinM9991/XP12Enhancer/tree/main

I did upload this on the X-Plane forums and there was a bit of a misunderstanding which resulted in me receiving warning points (they've now been reverted) due to copyright violation. I just want to call out for any users here, or possibly admins of X-Plane.to, that the LUA script file explicitly states that it is under the MIT license which permits modification and distribution as long as the original copyright and license are preserved.

Hey folks here's a detailed fix for XP 12.1.1.

First, move the LUA file out of quarantine, back into the original scripts folder.

Second, open your favorite text editor, and search for the following strings. The numbers in parentheses are the exact line numbers where you'll find each of the strings, which may be easier for some of you.

  • xvar_spc_fsr_rcas_attenuation (691, 728, 1016)
  • new_clouds/shadow_blur_size (267)
  • new_clouds/shadow_kill_blur (268)
  • water/enable_refraction (211, 489)

Finally, comment out each of these 7 lines (using a double-hyphen, i.e. "--"), save your edits, and then reload X-Plane.

All credit goes to colinm9991, who already posted this info below - I'm just being a bit more precise in my answer here.

laminar research is no stranger to stopping script development.

They don't like anyone touching their creations...😉

Hello, Please update the file. Otherwise, it doesn't work with new update Xplane 12.1.1. Or you lost your Stars 😀

I was hoping to come on here and see this script updated to work with X Plane 12.1 but sadly not yet.

Please update the script!!!! Its a must have for Xp12!!!!

Please update 12.1 version.

The issue with this script and the latest X-Plane version is that some datarefs no longer exist or have been deprecated.

The dataref causing the failure is sim/private/controls/fsr/rcas_attenuation

This exists around like ~680 and is used elsehwere in the code.

I've removed this locally and tested that it now works. However, unfortunately there are some additional datarefs that no longer exist which may cause issues.

These are the additional missing datarefs, although they don't cause the script to be quarantined.

rxp_xp12_enhancer_lut: dataref not found new_clouds/shadow_blur_size

rxp_xp12_enhancer_lut: dataref not found new_clouds/shadow_kill_blur

rxp_xp12_enhancer_lut: dataref not found water/enable_refraction

Water has a horrible, unrealistic color without this script and a lot of other things that have gone wrong again. I really hope we will get the script updated. One of the best things for XP12. Simply must have! PS: Turquoise color of water was actually caused with Auto Control of Water Deep by Visual XP ))

How do we contact the developer? When is this going to be updated?

We really need an update for 12.10

When update? Best plugin dead?

In version 12.10 4 beta, the script is sent to quarantine.

I really hope it gets updated for 12.1.0 - its a MUST HAVE addon!

I am getting this errors:

"FlyWithLua Info: Start loading script file C:\X-Plane 12/Resources/plugins/FlyWithLua/Scripts/rxp-xp12-enhancer.lua

FlyWithLua Error: Wrong argument to function XPLMGetDataRefTypes, expecting a single userdata as a reference.

FlyWithLua Info: Finished loading script file C:\X-Plane 12/Resources/plugins/FlyWithLua/Scripts/rxp-xp12-enhancer.lua

FlyWithLua Error: The error seems to be inside of script file C:\X-Plane 12/Resources/plugins/FlyWithLua/Scripts/rxp-xp12-enhancer.lua

FlyWithLua Info: 2nd Moved Bad Script to C:\X-Plane 12/Resources/plugins/FlyWithLua/Scripts (Quarantine)/rxp-xp12-enhancer.lua

FlyWithLua Info: Load exit file.

rxp_xp12_enhancer stopped

"

Wait for 12.1 compatybility




Roadmap
Diese Artikel befinden sich derzeit auf der Liste und werden in Kürze bearbeitet!
Backlog
Vorschläge, Bugs und Ideen für die Zukunft.

  • Version 1.9.5 April 01, 2024

    - New: Celebrate the solar eclipse and experience the reduced luminosity while flying (see priv_override_eclipse_emulation)
    Start from KDFW or KSLK at 16h15z on April 8th and experience the effect!

  • Version 1.9.4 March 22, 2024

    - New: The FSR Sharpness and FXAA override settings are now persistent and saved in the .ini file.
    - Enhanced: Adjusted Global Illumination setting slightly.

  • Version 1.9.3 February 29, 2024

    - Fixed: The scripts fails to load when the companion file rxp-xp12-enhancer.ini is missing.
    - Enhanced: Corrected white balance adjustment.

  • Version 1.9.2 February 22, 2024

    - New: The settings persist between sessions (saved to companion file rxp-xp12-enhancer.ini).
    - New: Detailed information and explanations added to all of the settings tooltips.
    - Enhanced: few override values changes and adjustments.

  • Version 1.9.1 February 11, 2024

    - New: Added an option to configure the script whether using RXP or default 1000_lights_close.png (see: override_lights_sheet).
    - New: Added a splash reminder when the script is disabled.
    - Fixed: Compatibility when using other FWL scripts.
    - Fixed: Some datarefs where not properly overriden nor restored causing too bright/blue cockpits sometimes.

    NB: Make sure to also read the updated readme.txt for additional installation and configuration options.

  • Version 1.9.0 January 14, 2024

    - New: Compatible with XP12.09
    - New: Extend Cascaded Shadow Maps range with minimal fps loss, works best with XP12 Shadows HIGH or ULTRA (see: override_shadows).
    - Enhanced: 3D Rain drops and streaks on the windshield.

Häufig Gefragt

Fragen? Finden Sie hier Ihre Lösung.


Ziemlich leer hier drüben.

Spenden

Diese Benutzer haben gespendet an CptLucky damit er weiterhin fantastische Add-ons für jedermann herstellen kann.

Abhängigkeiten

These add-ons may be required or recommended to use.


Ziemlich leer hier drüben.