Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config preset update #1113

Merged
merged 4 commits into from
Dec 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions Resources/ConfigPresets/Impstation/impstation.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
[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

[server]
# rules_file = "ImpstationRuleset" # TODO
# TODO
# rules_file = "ImpstationRuleset"
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
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
Expand All @@ -32,8 +35,18 @@ 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]
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

[tips]
# this doesn't actually propagate to the client right now
login_dataset = "LoginTips"
Loading