mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 10:15:41 +02:00
24 lines
666 B
Markdown
24 lines
666 B
Markdown
# Factorio
|
|
|
|
> Crea e inicia un servidor Factorio sin interfaz gráfica.
|
|
> Más información: <https://wiki.factorio.com/Multiplayer>.
|
|
|
|
- Crea un nuevo archivo de guardado:
|
|
|
|
`{{ruta/a/factorio}} --create {{ruta/al/archivo_guardado.zip}}`
|
|
|
|
- Inicia un servidor de Factorio:
|
|
|
|
`{{ruta/a/factorio}} --start-server {{ruta/al/archivo_guardado.zip}}`
|
|
|
|
- Crea un nuevo archivo de guardado con ajustes específicos:
|
|
|
|
`{{ruta/a/factorio}} --create {{ruta/para/guardar.zip}} --map-gen-settings {{ruta/a/map-gen-settings.json}} --map-settings {{ruta/a/map-settings.json}}`
|
|
|
|
- Cierra el servidor correctamente:
|
|
|
|
`/quit`
|
|
|
|
- Muestra la ayuda:
|
|
|
|
`{{ruta/a/factorio}} {{[-h|--help]}}`
|