diff --git a/.gitignore b/.gitignore index d96e85e..0cc7234 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,4 @@ yarn-error.log* next-env.d.ts # jetbrains idea -./idea +/.idea diff --git a/src/pages/_meta.json b/src/pages/_meta.json index 65d1371..9a03c9e 100644 --- a/src/pages/_meta.json +++ b/src/pages/_meta.json @@ -7,5 +7,6 @@ "type": "page" }, "msfs": "Microsoft Flight Simulator 2020", - "xp11": "X-Plane 11" + "xp11": "X-Plane 11", + "xp12": "X-Plane 12" } diff --git a/src/pages/xp11/index.mdx b/src/pages/xp11/index.mdx index 360094c..8a949bc 100644 --- a/src/pages/xp11/index.mdx +++ b/src/pages/xp11/index.mdx @@ -2,23 +2,16 @@ import { Callout } from 'nextra/components'; # 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 -Windows. +X-Plane 11 is the previous generation simulator from Laminar Research. This simulator will run on Linux, as well as Mac +and Windows. ## 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 simulator: - - 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. - - - [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 diff --git a/src/pages/xp12/_meta.json b/src/pages/xp12/_meta.json new file mode 100644 index 0000000..d3673f1 --- /dev/null +++ b/src/pages/xp12/_meta.json @@ -0,0 +1,3 @@ +{ + "index": "Introduction" +} diff --git a/src/pages/xp12/index.mdx b/src/pages/xp12/index.mdx new file mode 100644 index 0000000..4b644e5 --- /dev/null +++ b/src/pages/xp12/index.mdx @@ -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. \ No newline at end of file