Skip to content

RXP Installation Helpers Library for Microsoft Flight Simulator

License

Notifications You must be signed in to change notification settings

CptLucky8/realityxp-msfs-lib-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

realityxp-msfs-lib-install

RXP Installation Helpers Library for Microsoft Flight Simulator

Example:

Write-Host "Searching files..." -NoNewline

$AsoboUiPath = "fs-base\scenery\Global\Asobo_UI\Asobo_UI.BGL"
$path = Find-FsPackagePath $AsoboUiPath
if ($null -eq $path) {
    Write-Host "`nPackage not found: " $AsoboUiPath -ForegroundColor Red
    Exit
}
Write-Host "`n  $path" -NoNewline
Write-Host " ($(Get-FsStoreVersion))" -ForegroundColor DarkGray

Output:

  X:\MyCustomPathToFs2020\Official\OneStore\fs-base\scenery\Global\Asobo_UI\Asobo_UI.BGL (OneStore)

About

RXP Installation Helpers Library for Microsoft Flight Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published