-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.ini
88 lines (75 loc) · 1.15 KB
/
config.ini
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[ball]
movement_speed=3.5
jukejuice_speed=4.5
speed_tile_speed=5.5
max_movement_speed=7.5
jump_speed=6.5
jump_max_v=5
jump_max_v_2=0.5
damping=0.5
angular_damping=0.5
density=1.0
restitution=0.25
friction=0.3
radius=0.47
pop_radius=10
pop_force=100
respawn_time=120
grab_invincibility_time=15
[spike]
radius=0.5
[bomb]
radius=0.5
respawn_time=600
explosion_radius=10.0
explosion_force=1000.0
[toggle]
radius=0.5
[booster]
radius=0.5
respawn_time=600
force=8.5
max_v_to_fire=17
[powerup]
radius=0.5
respawn_time=600
lasting_time=1200
[rolling_bomb]
exp_radius=10
exp_force=800
[flag]
radius=0.5
[portal]
radius=0.5
respawn_time=180
[color]
tile=d4d4d4
wall=787878
[gui]
initial_window_width=800
initial_window_height=600
movement_speed_div=4.0
texture=corallight
antialiasing=0
poly_extrude=0
[world]
framerate=60
velo_iterations=8
pos_iterations=3
[server]
lobby_port=5000
games=8
game_port_start=5001
ballsync_every=10
maps=maps/Center_Flag.json
maps/Constriction.2.json
maps/EMERALD.json
maps/Smirk.json
maps/The_Holy_See.json
maps/Transilio.json
maps/Wormy.json
maps/Boombox.json
[game]
max_length=43200
max_points=3
max_players=8