mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-29 18:58:15 +08:00
commit
17dccfcdf1
@ -13,7 +13,7 @@ The following variables are required to prevent the server to crash on startup :
|
|||||||
|
|
||||||
Astroneer required at least 700MiB to run. If more than one player will connect, 1GiB seems to be a minimum.
|
Astroneer required at least 700MiB to run. If more than one player will connect, 1GiB seems to be a minimum.
|
||||||
|
|
||||||
## Minumim Sorage warning
|
## Minimum Storage warning
|
||||||
|
|
||||||
Astroneer required at least 3GiB. The size may increase with larger save file.
|
Astroneer required at least 3GiB. The size may increase with larger save file.
|
||||||
|
|
||||||
@ -37,4 +37,4 @@ To be able to connect to the server you need to edit Engine.ini (located at %Loc
|
|||||||
```
|
```
|
||||||
[SystemSettings]
|
[SystemSettings]
|
||||||
net.AllowEncryption=False
|
net.AllowEncryption=False
|
||||||
```
|
```
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2022-12-10T14:40:39+01:00",
|
"exported_at": "2023-09-03T21:07:28+02:00",
|
||||||
"name": "Icarus-Dedicated",
|
"name": "Icarus-Dedicated",
|
||||||
"author": "bolverblitz@ebg.pw",
|
"author": "bolverblitz@ebg.pw",
|
||||||
"description": "Icarus is a survival game that with dedicated servers as a public beta",
|
"description": "Icarus is a survival game that with dedicated servers as a public beta",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"steam_disk_space"
|
"steam_disk_space"
|
||||||
],
|
],
|
||||||
"docker_images": {
|
"docker_images": {
|
||||||
"Wine Staging": "ghcr.io\/parkervcp\/yolks:wine_staging"
|
"Wine Staging": "ghcr.io\/parkervcp\/yolks:wine_latest"
|
||||||
},
|
},
|
||||||
"file_denylist": [],
|
"file_denylist": [],
|
||||||
"startup": "wine64 .\/Icarus\/Binaries\/Win64\/IcarusServer-Win64-Shipping.exe -Log -SteamServerName=${SERVER_NAME} -PORT=\"${SERVER_PORT}\" -QueryPort=\"${QUERY_PORT}\"",
|
"startup": "wine64 .\/Icarus\/Binaries\/Win64\/IcarusServer-Win64-Shipping.exe -Log -SteamServerName=${SERVER_NAME} -PORT=\"${SERVER_PORT}\" -QueryPort=\"${QUERY_PORT}\"",
|
||||||
@ -121,4 +121,4 @@
|
|||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user