Build scripts for building SPT-Aki Server and client modules.
Also has daily actions built. See Actions.
- PowerShell
- Node 18
- Git
- Git lfs
Parameter | Required? | Description |
---|---|---|
-Branch |
no | The branch to build on |
-Commit |
no | The exact commit to build, doesn't matter which branch it is |
-Overwrite |
no | If present, will delete existing source folder without asking |
Build the default branch (aka master or main)
pwsh ./build_server.ps1
Build the 0.13.5.0
branch
pwsh ./build_server.ps1 -Branch 0.13.5.0
Build an exact commit
pwsh ./build_server.ps1 -Commit fbb1d7eb2f6b7847fc1d6bfb2f36dd794f3b1301
You can also find the tags on SPT-Aki's server source webpage. Tags Values here are for easy reference and copy paste.
Version | Tag Name | Short Hash | Commit Hash (Full) |
---|---|---|---|
3.7.1 | 3.7.1 |
fbb1d7eb2f |
fbb1d7eb2f6b7847fc1d6bfb2f36dd794f3b1301 |