From 024a349f14a647cc647eb6050e94dbb68529772e Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sat, 9 Mar 2024 21:54:23 -0800 Subject: [PATCH 1/4] port the config preset --- .../SimpleStation14/Parkstation.toml | 110 ++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 Resources/ConfigPresets/SimpleStation14/Parkstation.toml diff --git a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml new file mode 100644 index 0000000000..3d7132da4f --- /dev/null +++ b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml @@ -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" From 531b9b1db8ea746f8b16db47879e403dd10d0b81 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sat, 9 Mar 2024 22:09:22 -0800 Subject: [PATCH 2/4] remove panic bunker configs --- Resources/ConfigPresets/SimpleStation14/Parkstation.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml index 3d7132da4f..fe763d93cf 100644 --- a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml +++ b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml @@ -8,8 +8,6 @@ lobbyduration = 180 role_timers = true fallbackpreset = "extended" map_pool = "ParkMapPool" -panic_bunker.enabled = false -admin_panic.enabled = false # loadouts_enabled = true # loadouts_points = 14 From 978eeeb8bc90f1696571a3e6e7399487f0ad8e71 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sat, 9 Mar 2024 22:49:14 -0800 Subject: [PATCH 3/4] fix zombie error --- Resources/ConfigPresets/SimpleStation14/Parkstation.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml index fe763d93cf..c3fdbca998 100644 --- a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml +++ b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml @@ -39,8 +39,7 @@ players_per_traitor = 8 starting_balance = 16 [zombie] -min_players = 9 -players_per_infected = 5 +min_players = 10 [mapping] From cea5d08eb017af09fad7e8c0b9ba14629b7a6809 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sat, 9 Mar 2024 22:50:42 -0800 Subject: [PATCH 4/4] comment admin new player sound --- Resources/ConfigPresets/SimpleStation14/Parkstation.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml index c3fdbca998..4e3a243e72 100644 --- a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml +++ b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml @@ -99,8 +99,8 @@ 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 +# [admin] +# new_player_join_sound = true [build]