drunkwinter / MSFS2020.ARPC

MSFS2020.ARPC is an open-source patch that fixes the sky colors in Microsoft Flight Simulator 2020 by replacing atmospheric coefficients, resulting in a more realistic sky rendering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSFS2020.ARPC

Warning

This project is deprecated and is no longer maintained.

The issue solved by this project has been fixed in SU14, released on December 5, 2023.

MSFS2020.ARPC is an open-source patch that fixes the sky colors in Microsoft Flight Simulator 2020 (MSFS2020) by replacing atmospheric coefficients, resulting in a more realistic sky rendering.

This tool patches the atmospheric coefficients in-memory, without modifying any game files. As a result, it prevents the patch from being overwritten with updates and offers a simpler installation and removal process.

This tool owes its existence to the discovery made by Biology2394/FarukEroglu2048. See credits.

Getting Started

  1. Download the latest release of MSFS2020.ARPC.zip.
  2. Drag and drop the dinput8.dll, MSFS2020.ARPC.asi and (optional) MSFS2020.ARPC.ini files from the archive into your MSFS installation directory.

The installation path containing FlightSimulator.exe may vary depending on where you obtained and installed MSFS:

MS Store

Steam

  • C:\Program Files (x86)\Steam\steamapps\common\MicrosoftFlightSimulator

Configuration

MSFS2020.ARPC.ini allows you to customize the patch.

; WARNING: Do not leave out the values; remove the entire line instead.
;          Entering invalid values may cause the game to crash.

[COEFFICIENTS]
RED = 0.002723
GREEN = 0.001831
BLUE = -0.000083096

; Enable the live editing functionality
; When enabled, changes to the coefficients reflect in-game when saved
LIVE_EDITING_ENABLED = false ; Set to 'true' to enable live editing


[TOGGLE]
; Enable the toggle functionality
ENABLED = false ; Set to 'true' to enable the toggle feature

; Key code for toggling (See https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes)
KEY_CODE = 0x2D ; INSERT

; Enable or disable key modifiers
HOLD_ALT = false ; Set to 'true' to use Alt as a modifier
HOLD_CTRL = true ; Set to 'false' to disable Ctrl as a modifier
HOLD_SHIFT = false ; Set to 'true' to use Shift as a modifier

Screenshots

Development

Prerequisites

Building

Run in terminal:

xmake

Note

The build files are located in build/

Credits

ARPC

GitHub Repository: https://github.com/FarukEroglu2048/ARPC

MSFS Forum: https://forums.flightsimulator.com/t/replace-the-atmosphere-parameters-with-more-accurate-ones-from-arpc/607603/1

Ultimate-ASI-Loader

.asi loader by ThirteenAG

GitHub Repository: https://github.com/ThirteenAG/Ultimate-ASI-Loader

About

MSFS2020.ARPC is an open-source patch that fixes the sky colors in Microsoft Flight Simulator 2020 by replacing atmospheric coefficients, resulting in a more realistic sky rendering.

License:MIT License


Languages

Language:C++ 93.2%Language:Lua 6.8%