You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-16Lines changed: 61 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
-
# Palworld Server
1
+
# Palworld Server
2
2
3
-
π Welcome to the ultimate Palworld Server Setup! π This GitHub repository is your go-to toolkit π οΈ for launching a Palworld server in a snap using Docker! Choose from preset worlds like 'casual' ποΈ, 'normal' π, or 'hard' π, or dive deep into customization with flexible settings ποΈ.
3
+
[](https://github.com/mbround18/game-server-management)
4
4
5
+
π Welcome to the ultimate Palworld Server Setup! π This GitHub repository is your go-to toolkit π οΈ for launching a Palworld server in a snap using Docker! Choose from preset worlds like 'casual' ποΈ, 'normal' π, or 'hard' π, or dive deep into customization with flexible settings ποΈ.
5
6
6
7
## !!Notice!! Bug with saves, developers of Palworld working hard to fix!
7
8
@@ -22,18 +23,61 @@ The server can be configured either through environment variables or by passing
22
23
-`normal`
23
24
-`hard`
24
25
25
-
Additionally, you can customize the following settings:
26
-
27
-
-`DAY_TIME_SPEED_RATE`: Control the speed of day time.
28
-
-`NIGHT_TIME_SPEED_RATE`: Control the speed of night time.
29
-
-`EXP_RATE`: Experience points rate.
30
-
- (And so on for each configurable option...)
26
+
### Environment Variables
27
+
28
+
Below is a list of available environment variables to customize your server:
29
+
30
+
#### General Server Settings
31
+
-`SERVER_NAME`: The name of your server.
32
+
-`SERVER_DESCRIPTION`: A short description of your server.
33
+
-`PUBLIC_IP`: Set the public IP of the server.
34
+
-`PUBLIC_PORT`: The public port for connections.
35
+
-`PORT`: The internal port of the game server.
36
+
-`ADMIN_PASSWORD`: The password for admin access.
37
+
-`SERVER_PASSWORD`: The password required to join the server.
38
+
-`REGION`: Define the serverβs region.
39
+
-`USE_AUTH`: Enable authentication (`true` or `false`).
40
+
41
+
#### Performance and Networking
42
+
-`MULTITHREADING`: Enable multithreading (`true` or `false`).
43
+
-`RCON_ENABLED`: Enable remote console (`true` or `false`).
44
+
-`RCON_PORT`: Port for RCON access.
45
+
-`RESTAPI_ENABLED`: Enable REST API (`true` or `false`).
46
+
-`RESTAPI_PORT`: Port for the REST API.
47
+
-`MAX_BUILDING_LIMIT_NUM`: Maximum number of buildings allowed.
48
+
49
+
#### Gameplay and Balance
50
+
-`EXP_RATE`: Modify experience rate multiplier.
51
+
-`PAL_CAPTURE_RATE`: Adjust the Pal capture success rate.
52
+
-`DAY_TIME_SPEED_RATE`: Adjust how fast daytime progresses.
53
+
-`NIGHT_TIME_SPEED_RATE`: Adjust how fast nighttime progresses.
54
+
-`DEATH_PENALTY`: Define what happens on player death.
55
+
-`ENABLE_FAST_TRAVEL`: Allow fast travel (`true` or `false`).
56
+
-`ENABLE_INVADER_ENEMY`: Enable invader enemies (`true` or `false`).
57
+
-`HARDCORE`: Enable hardcore mode (`true` or `false`).
58
+
-`PAL_LOST`: Determine if Pals are lost upon death (`true` or `false`).
0 commit comments