mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-12-27 06:48:50 +01:00
Merge pull request #19 from slimit75/xp12
Some checks failed
ESLint / Run eslint scanning (push) Failing after 4m27s
Some checks failed
ESLint / Run eslint scanning (push) Failing after 4m27s
feat(docs): updated information for X-Plane 12
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -38,4 +38,4 @@ yarn-error.log*
|
|||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
# jetbrains idea
|
# jetbrains idea
|
||||||
./idea
|
/.idea
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,21 +2,14 @@ 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/product/desktop/)
|
||||||
|
|
||||||
|
|||||||
3
src/pages/xp12/_meta.json
Normal file
3
src/pages/xp12/_meta.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"index": "Introduction"
|
||||||
|
}
|
||||||
21
src/pages/xp12/index.mdx
Normal file
21
src/pages/xp12/index.mdx
Normal 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.
|
||||||
Reference in New Issue
Block a user