~starkingdoms/starkingdoms

ref: 2baac6a6fe52aa501c1c556ec0c019b57daf1ac8 starkingdoms/server/config.toml -rw-r--r-- 616 bytes
2baac6a6 — ghostlyzsh config put into res, some other things i dont remember 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[physics]
solver = "SmallstepPGS" # or "OldPGS"
dt = 0.05
min_ccd_dt = 0.000166666666667
erp = 0.8
damping_ratio = 0.25
joint_erp = 1.0
joint_damping_ratio = 0.25
allowed_linear_error = 0.001
max_penetration_correction = 0.5
prediction_distance = 0.002
num_solver_iterations = 4
num_additional_friction_iterations = 4
num_internal_pgs_iterations = 1
min_island_size = 128
max_ccd_substeps = 1

[world]
gravity = 0.0002
pixels_per_meter = 1.0

[security]
app_key = "abcd"
required_permission_level = 0

[server]
tick_time_ms = 1
world_fixed_timestep = 0.1666
bind = { ip = "0.0.0.0", port = 3000 }
max_free_parts = 50