Changelog
- Major Change: The config file is now generated automatically on the first start of the SPT server, this means you will have to start up the server with the server-mod once to be able to edit it.
- The config file now has options to set SPT's http settings so that these stay persistent
- Added hot-reloading of the config file
- Changed the naming of the 'dedicated' to 'headless'
- Improved headless profile generation, headless profiles are now created with an empty inventory
- Added an option to disable SPT's chatbots
- Added an option to allow anyone to press "Start Raid"
- Added an option that logs all the client mods in use to the server console
giftedItemsLoseFIR
has been renamed tosentItemsLoseFIR
- Refactored headless's server side implementation for faster handling and more clean code, adding back-end support for the drop-down
- Added an option to allow headless profiles to have an 'alias' set as their actual name
- When using a headless for hosting, the headless client's level will now by default be set to the average level of all players in the lobby
- Use SPT config setting to blacklist instead of delete non-standard profiles by @sgtlaggy in #102
- Server-side changes for automatic headless client restart by @trippyone in #118
- Revert removal of HttpRouter override by @zhliau in #120
- Added a /fika/headless/get route (Example below!)
Examples
Querying /fika/headless/get
CURL:
curl -k -X GET -H "responsecompressed: 0" https://your.server.ip.addr:6969/fika/headless/get
Note: The JSON data received from the request can be found here
Full Changelog: v2.3.6...2.4.0