From a7dc9b9e3c030a0a27b0935582b10158873cebcb Mon Sep 17 00:00:00 2001 From: imcb Date: Tue, 24 Dec 2024 10:53:56 +0000 Subject: [PATCH 1/4] Move comments --- Resources/ConfigPresets/Impstation/impstation.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Resources/ConfigPresets/Impstation/impstation.toml b/Resources/ConfigPresets/Impstation/impstation.toml index efce6c4418823a..c0611df9a51e3f 100644 --- a/Resources/ConfigPresets/Impstation/impstation.toml +++ b/Resources/ConfigPresets/Impstation/impstation.toml @@ -7,7 +7,8 @@ desc = "Unofficial server for fans of RTVS featuring custom content. Come and se lobbyduration = 300 [server] -# rules_file = "ImpstationRuleset" # TODO +# TODO +# rules_file = "ImpstationRuleset" uptime_restart_minutes = 240 [chat] @@ -16,7 +17,9 @@ motd = "Be sure to fill out the Impstation rules survey, found in the impstation [ic] flavor_text = true -restricted_names = false # allows for use of nonalphanumeric characters in names. immediately going off if people get stupid with it. +# allows for use of nonalphanumeric characters in names. +# immediately going off if people get stupid with it. +restricted_names = false [interaction] # defaults @@ -33,7 +36,9 @@ website = "https://impstation.gay" bug_report = "https://github.com/impstation/imp-station-14/issues" [shuttle] -emergency_early_launch_allowed = true # allows for early shuttle launch with approval of 3 heads +# allows for early shuttle launch with approval of 3 heads +emergency_early_launch_allowed = true [ghost] -role_time = 10 # sets time before ghost role buttons enable, so people hopefully Actually Read +# sets time before ghost role buttons enable, so people hopefully Actually Read +role_time = 10 From 84fce5309c69c056959d72b45935cb2a03592de3 Mon Sep 17 00:00:00 2001 From: imcb Date: Tue, 24 Dec 2024 10:55:02 +0000 Subject: [PATCH 2/4] Disable motd --- Resources/ConfigPresets/Impstation/impstation.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/ConfigPresets/Impstation/impstation.toml b/Resources/ConfigPresets/Impstation/impstation.toml index c0611df9a51e3f..fa45720522b336 100644 --- a/Resources/ConfigPresets/Impstation/impstation.toml +++ b/Resources/ConfigPresets/Impstation/impstation.toml @@ -13,7 +13,7 @@ uptime_restart_minutes = 240 [chat] # Message Of The Day -motd = "Be sure to fill out the Impstation rules survey, found in the impstation #status channel in the Discord server! Your feedback is appreciated!!" +# motd = "Be sure to fill out the Impstation rules survey, found in the impstation #status channel in the Discord server! Your feedback is appreciated!!" [ic] flavor_text = true From 4d8e72d1633eb84dbf2fb5b9c148da51d82b2fe8 Mon Sep 17 00:00:00 2001 From: imcb Date: Tue, 24 Dec 2024 10:55:34 +0000 Subject: [PATCH 3/4] Move this line --- Resources/ConfigPresets/Impstation/impstation.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/ConfigPresets/Impstation/impstation.toml b/Resources/ConfigPresets/Impstation/impstation.toml index fa45720522b336..8d6e2587cede40 100644 --- a/Resources/ConfigPresets/Impstation/impstation.toml +++ b/Resources/ConfigPresets/Impstation/impstation.toml @@ -1,7 +1,7 @@ [game] hostname = "[EN][MRP] Impstation" -soft_max_players = 80 desc = "Unofficial server for fans of RTVS featuring custom content. Come and see him." +soft_max_players = 80 # seconds # default 150 lobbyduration = 300 From 19dced4f518bfedc4e2b0e28622112558a7eef82 Mon Sep 17 00:00:00 2001 From: imcb Date: Tue, 24 Dec 2024 10:57:14 +0000 Subject: [PATCH 4/4] Move some more stuff into here from the server --- Resources/ConfigPresets/Impstation/impstation.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/ConfigPresets/Impstation/impstation.toml b/Resources/ConfigPresets/Impstation/impstation.toml index 8d6e2587cede40..69608bb119be59 100644 --- a/Resources/ConfigPresets/Impstation/impstation.toml +++ b/Resources/ConfigPresets/Impstation/impstation.toml @@ -35,6 +35,10 @@ website = "https://impstation.gay" # wiki = "" bug_report = "https://github.com/impstation/imp-station-14/issues" +[looc] +# people abused the privilege, so off it goes +# enabled_dead = true + [shuttle] # allows for early shuttle launch with approval of 3 heads emergency_early_launch_allowed = true @@ -42,3 +46,7 @@ emergency_early_launch_allowed = true [ghost] # sets time before ghost role buttons enable, so people hopefully Actually Read role_time = 10 + +[tips] +# this doesn't actually propagate to the client right now +login_dataset = "LoginTips"