~starkingdoms/starkingdoms

ref: 90fa20b5a97fffd3f5f3bb6c9d8c6586d2ec9692 starkingdoms/crates/unified/assets/config/world.wc.toml -rw-r--r-- 415 bytes
90fa20b5ghostly_zsh netcode: interpolation is less dumb and stupid; also some ntp left over just in case 4 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[world]
#gravity = 0.005
gravity = 500.0
gravity_iterations = 8
spawn_parts_at = "Earth"
spawn_parts_interval_secs = 1000
orbit_scale_factor = 4.0

[part]
default_height = 50
default_width = 50
default_mass = 100
joint_point_compliance = 0.00002
joint_angle_compliance = 0.000000002
joint_distance_damping = 360.0
#joint_linear_damping = 0.0
joint_angular_damping = 2.0

[hearty]
thrust = 500000
spawn_at = "Earth"