Skip to content

jbondhus/stationeers-utils

Repository files navigation

Stationeers Utility Web Application

A simple web application to provide administrative utilities for Stationeers world management.

Right now, it provides a basic world check function and a statistics function. Will be expanded later to integrate with dedicated servers via rcon.

Basic setup:

  • Make a copy of .env.example to .env
  • Configure database and email connection
  • Run composer install
php composer.phar install
  • Run database migrations
php artisan migrate
  • Install required NPM packages and compile css/javascript
npm ci && npm run prod
  • If necessary, update your server config to increase the upload limit size to an appropriate value - on large worlds, you will want to set this to around 100 MiB

Class structure

  • ThingSaveData
    • DynamicThingSaveData
      • AtmosphericItemSaveData
      • MotherboardSaveData
        • CircuitBoardSaveData
        • MultiMotherboardSaveData
      • StackableSaveData
      • EntitySaveData
  • StructureSaveData
    • DeviceImportSaveData
      • DeviceImportExportSaveData
        • SlotHandlerBaseSaveData
    • MachineSaveData
    • DeviceAtmosphericSaveData
      • DeviceInputOutputImportSaveData
        • DeviceInputOutputImportExportSaveData
    • RotatableDeviceSaveData
    • LogicBaseSaveData

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published