It's easy to configure your Pingperfect Foundry Server. Just follow the steps below.
- Shutdown your server.
- Click the "Configuration Files" button in your control panel.
- Select the "Configuration Editor" option next to "app.cfg"
- Change the settings to configure your server to your desires.
- Click "Save & Exit" on the navigation bar.
- Start your server.
If you are unsure what a setting does, see the descriptions shown below.
server_world_name
Sets the server world name. This is the folder where the save files will be stored.
Example: server_world_name=MyFancyFactory
server_password
Sets the server password.
Example: server_password=only_friends
pause_server_when_empty
Will the server pause when nobody is connected.
Example: pause_server_when_empty=true
autosave_interval
Sets the autosave frequency in seconds.
Example: autosave_interval=300
server_is_public
Sets whether the server is listed on the Steam server browser.
Example: server_is_public=true
server_port
Sets the network port used by the game. Default is 3724.
Example: server_port=3724
server_query_port
Sets the network port used by the Steam server browser to query information about the game. This is only used if the server is set to public. Default is 27015.
Example: server_query_port=27015
mapseed
Sets the map seed used to generate the world.
Example: mapseed=42938743982
server_persistent_data_override_folder
Sets the absolute folder where things like logs and save files will be stored. This is mostly used by server providers so that they can run multiple dedicated servers on a single machine.
Example: server_persistent_data_override_folder=C:\Server01
server_name
This is the name of the server listed in the Steam server browser.
Example: server_name=HappyPlace
server_max_players
This sets the max amount of players on a server.
Example: server_max_players=32