Understand how your dedicated server works on PlayFlow, from configuration to automatic shutdown.
playflow.json
Config Fileplayflow.json
file in the root directory, right next to your server executable. This file contains essential information about the current session, allowing your server to configure itself dynamically.
Example playflow.json
:
custom_data
to tell the server which map to load or what game mode to run.
PlayFlowServerConfig.LoadConfig()
to get the data.Application.Quit()
at the end of a match. PlayFlow will handle the rest, ensuring you only pay for the time your server was actually running.