Stationeers IC10 scripts are organized by system under src/.
See src/README.md for the category layout.
Run this from the repository root:
npm run buildCurrently, build runs the Slang compiler step. It compiles every active
.slang file below src/ using slang.exe -z. The category layout is mirrored
under compiled/, and each output is named <name>.compiled.ic10.
Archived scripts under src/archive/ are not compiled.
You can also run only this step directly:
npm run compile:slangIf PowerShell blocks npm.ps1 due execution policy, use:
npm.cmd run compile:slang