Skip to content

Commit

Permalink
update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
smiley22 committed May 6, 2019
1 parent da6d6d4 commit 13a56ec
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion A320UE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ More specifically, it adds


### Download
You can get the latest version [here]().
You can get the latest version [here](https://github.com/smiley22/XPPlugins/releases/tag/A320UE).

### Installation
Simply extract the .zip archive into the *plugins* directory of your *FlightFactor A320 ultimate* installation, e.g. *X Plane 11\Aircraft\FlightFactor A320 ultimate\plugins*.
8 changes: 8 additions & 0 deletions BetterMouseYoke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ The absolute mouse position on the screen represents the deviation from center o

Additionally, a magenta text indicator is displayed in the upper-left corner of the screen when mouse yoke control is active.


### Download
You can get the latest version [here](https://github.com/smiley22/XPPlugins/releases/tag/BetterMouseYoke).

### Installation
Simply extract the .zip archive into the *plugins* directory of your *X Plane 11* installation, e.g. *X Plane 11\Resources\plugins*.


<p align="center">
<a href="image-1.jpg?raw=true" target="_blank">
<img title="Mouse yoke control" src="image-1.jpg?raw=true" width="860" height="503"/>
Expand Down
9 changes: 8 additions & 1 deletion CycleQuickLooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ The plugin adds two new commands that let you cycle through a plane's configured
* *CycleQuickLooks/Backward* cycles backward to the previous quick look


![alt text](image.jpg?raw=true)
### Download
You can get the latest version [here](https://github.com/smiley22/XPPlugins/releases/tag/CycleQuickLooks).

### Installation
Simply extract the .zip archive into the *plugins* directory of your *X Plane 11* installation, e.g. *X Plane 11\Resources\plugins*.


![alt text](image.jpg?raw=true)
9 changes: 8 additions & 1 deletion PluginLoader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ The loader looks for any dll files in its directory and attempts to load them as
The plugin also adds the command _Plugin/Reload_ to XP11 that unloads all loaded plugins from memory and then reloads them from their respective dll file from disk.


![alt text](image.jpg?raw=true)
### Download
You can get the latest version [here](https://github.com/smiley22/XPPlugins/releases/tag/PluginLoader).

### Installation
Simply extract the .zip archive into the *plugins* directory of your *X Plane 11* installation, e.g. *X Plane 11\Resources\plugins*.


![alt text](image.jpg?raw=true)
8 changes: 8 additions & 0 deletions ToggleMouseLook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@ The plugin adds two new commands that mimic the mouse look behaviour of Prepar3D

Please note this plugin is for the Windows version of X-Plane 11 only. It does **not** work with either MacOS or Linux versions.


### Download
You can get the latest version [here](https://github.com/smiley22/XPPlugins/releases/tag/ToggleMouseLook).

### Installation
Simply extract the .zip archive into the *plugins* directory of your *X Plane 11* installation, e.g. *X Plane 11\Resources\plugins*.


![alt text](image.jpg?raw=true)
1 change: 0 additions & 1 deletion package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function main($plugin, $version) {
}

function createArchive($plugin, [string] $version) {
$dir = "$PSScriptRoot\$plugin"
$zip = "$PSScriptRoot\${plugin}_v${version}.zip"
__using($fs = New-Object IO.FileStream $zip, 'Create') {
__using($ar = New-Object IO.Compression.ZipArchive $fs, 'Create') {
Expand Down

0 comments on commit 13a56ec

Please sign in to comment.