-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f96b6a5
commit 024a349
Showing
1 changed file
with
110 additions
and
0 deletions.
There are no files selected for viewing
110 changes: 110 additions & 0 deletions
110
Resources/ConfigPresets/SimpleStation14/Parkstation.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
[game] | ||
hostname = "[EN] 🌳 | Parkstation" | ||
desc = "An English MRP server focused on higher RP expectations and calmer rounds." | ||
maxplayers = 48 | ||
soft_max_players = 32 | ||
lobbyenabled = true | ||
lobbyduration = 180 | ||
role_timers = true | ||
fallbackpreset = "extended" | ||
map_pool = "ParkMapPool" | ||
panic_bunker.enabled = false | ||
admin_panic.enabled = false | ||
# loadouts_enabled = true | ||
# loadouts_points = 14 | ||
|
||
[npc] | ||
enabled = true | ||
pathfinding = true | ||
|
||
[server] | ||
rules_file = "SimpleStation14/ParkstationRules.txt" | ||
id = "parkstation" | ||
|
||
# [whitelist] | ||
# enabled = true | ||
# min_players = 24 | ||
|
||
# [queue] | ||
# enabled = true | ||
|
||
[rules] | ||
time = 120 | ||
|
||
# [events] | ||
# ramping_average_end_time = 120.0 | ||
# ramping_average_chaos = 7.0 | ||
|
||
[traitor] | ||
min_players = 2 | ||
players_per_traitor = 8 | ||
starting_balance = 16 | ||
|
||
[zombie] | ||
min_players = 9 | ||
players_per_infected = 5 | ||
|
||
|
||
[mapping] | ||
autosave_interval = 180.0 | ||
|
||
[atmos] | ||
space_wind = true | ||
space_wind_max_velocity = 22.0 | ||
|
||
[shuttle] | ||
emergency_early_launch_allowed = true | ||
emergency_dock_time = 260.0 | ||
emergency_transit_time_min = 120.0 | ||
emergency_transit_time_max = 240.0 | ||
recall_turning_point = 0.75 | ||
auto_call_time = 150 | ||
arrivals = false | ||
|
||
[biomass] | ||
easy_mode = false | ||
|
||
[explosion] | ||
tiles_per_tick = 128 | ||
incremental_tile = false | ||
|
||
[ic] | ||
restricted_names = false | ||
flavor_text = true | ||
|
||
[ooc] | ||
enable_during_round = true | ||
|
||
[vote] | ||
map_enabled = true | ||
restart_enabled = true | ||
restart_required_ratio = 0.75 | ||
restart_not_allowed_when_admin_online = true | ||
timermap = 45 | ||
|
||
|
||
[hub] | ||
tags = "rp:med,region:am_n_e,lang:en,no_tag_infer" | ||
|
||
[log] | ||
path = "logs" | ||
format = "log_%(date)s-%(time)s.txt" | ||
level = 1 | ||
enabled = true | ||
|
||
[net] | ||
tickrate = 30 | ||
log_late_msg = false | ||
|
||
|
||
[infolinks] | ||
discord = "https://discord.gg/49KeKwXc8g" | ||
github = "https://github.com/Simple-Station/Parkstation-Friendly-Chainsaw" | ||
patreon = "https://www.patreon.com/simple14" | ||
|
||
[admin] | ||
new_player_join_sound = true | ||
|
||
|
||
[build] | ||
fork_id = "Parkstation" |