Skip to content

Instantly share code, notes, and snippets.

@Gurkengewuerz
Created March 4, 2018 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gurkengewuerz/20f233527172b805ac8c9cce9cd2e43f to your computer and use it in GitHub Desktop.
Save Gurkengewuerz/20f233527172b805ac8c9cce9cd2e43f to your computer and use it in GitHub Desktop.
OpenGamePanel Factorio
<game_config>
<game_key>factorio_linux64</game_key>
<game_name>factorio</game_name>
<server_exec_name>factorio</server_exec_name>
<cli_template>%MAP% --bind %IP% --port %PORT% --server-settings ../../data/server-settings.json</cli_template>
<cli_params>
<cli_param id="GAME_TYPE" cli_string="" options="s" />
<cli_param id="IP" cli_string="" options="s" />
<cli_param id="PORT" cli_string="" options="s" />
<cli_param id="PLAYERS" cli_string="" options="s" />
<cli_param id="HOSTNAME" cli_string="" options="s" />
<cli_param id="PID_FILE" cli_string="" options="s" />
</cli_params>
<exe_location>factorio/bin/x64</exe_location>
<mods>
<mod key="factorio">
<name>none</name>
<installer_name>factorio</installer_name>
</mod>
</mods>
<server_params>
<param id="MAP" key="--start-server" type="text">
<default>my-save</default>
<caption>Map</caption>
<desc>Set the map the server will start.</desc>
</param>
</server_params>
</game_config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment