Star Citizen helper scripts and stuff
- A Windows installation with StarCitizen installed.
- Git SCM or other git solution for Windows.
- Windows PowerShell
- Clone the repo to the directory of your choosing.
- Launch Windows PowerShell
- Update script execution policy to allow unsigned local scripts to be exectuted:
PS >Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force
- Start sc-util.ps1:
PS > cd /<path_of_your_choosing>
PS > ./sc-util.ps1