feat(docs): updated information for X-Plane 12

This commit is contained in:
Ian
2025-10-05 23:07:59 -04:00
parent f436462ee6
commit 85a651bd62
5 changed files with 30 additions and 12 deletions

2
.gitignore vendored
View File

@@ -38,4 +38,4 @@ yarn-error.log*
next-env.d.ts next-env.d.ts
# jetbrains idea # jetbrains idea
./idea /.idea

View File

@@ -7,5 +7,6 @@
"type": "page" "type": "page"
}, },
"msfs": "Microsoft Flight Simulator 2020", "msfs": "Microsoft Flight Simulator 2020",
"xp11": "X-Plane 11" "xp11": "X-Plane 11",
"xp12": "X-Plane 12"
} }

View File

@@ -2,23 +2,16 @@ import { Callout } from 'nextra/components';
# X-Plane 11 # X-Plane 11
X-Plane 11 is a last generation simulator from Laminar Research. This simulator will run on Linux, as well as Mac and X-Plane 11 is the previous generation simulator from Laminar Research. This simulator will run on Linux, as well as Mac
Windows. and Windows.
## Running X-Plane 11 ## Running X-Plane 11
This simulator should be able to run out of the box with minimal problems. There are two options when buying this This simulator should be able to run out of the box with minimal problems. There are two options when buying this
simulator: simulator:
<Callout type="warning" emoji="⚠️">
There is a newer version of X-Plane, X-Plane 12, keep in mind it may not be
worth it to buy X-Plane 11 as it will most likely reach the end of its life
with support from addon developers soon. This guide only has information for
X-Plane 11 as I do not have access to X-Plane 12.
</Callout>
- [Steam](https://store.steampowered.com/app/269950/XPlane_11/) - [Steam](https://store.steampowered.com/app/269950/XPlane_11/)
- [Official Website](https://www.x-plane.com/product/desktop/) - [Official Website](https://www.x-plane.com/desktop/buy-it/)
## Installing Addons ## Installing Addons

View File

@@ -0,0 +1,3 @@
{
"index": "Introduction"
}

21
src/pages/xp12/index.mdx Normal file
View File

@@ -0,0 +1,21 @@
# X-Plane 12
X-Plane 12 is the current generation simulator from Laminar Research. This simulator will run on Linux, as well as Mac
and Windows.
## Running X-Plane 12
This simulator should be able to run out of the box with minimal problems. There are two options when buying this simulator:
- [Steam](https://store.steampowered.com/app/2014780/XPlane_12/)
- [Official Website](https://www.x-plane.com/desktop/buy-it/)
## Installing Addons
Installing a lot of addons for X-Plane is quite simple as this game runs natively on Linux. A lot of the installation
is the same as Windows.
### Installing Windows only Addons
Previously on X-Plane 11, you could run the simulator through Wine/Proton which removed Vulkan support and forced the game
to run in OpenGL. X-Plane 12 drops OpenGL and forces Vulkan, leading to an error when you try to start the simulator.