Skip to content

Commit

Permalink
Default TOML File (#818)
Browse files Browse the repository at this point in the history
# Description

We've had the DeltaV TOML files for awhile now, and it's come up that we
very strongly need to update the defaults. Someone who actually knows
what they're doing(I'm not a server host, I'm just the guy who codes a
ton of random things), please let me know if I've gotten anything wrong
here.

---------

Signed-off-by: VMSolidus <[email protected]>
Co-authored-by: DEATHB4DEFEAT <[email protected]>
  • Loading branch information
VMSolidus and DEATHB4DEFEAT authored Sep 8, 2024
1 parent bc17a0d commit 0ab7da1
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 108 deletions.
21 changes: 0 additions & 21 deletions Resources/ConfigPresets/DeltaV/apoapsis.toml

This file was deleted.

48 changes: 0 additions & 48 deletions Resources/ConfigPresets/DeltaV/deltav.toml

This file was deleted.

17 changes: 0 additions & 17 deletions Resources/ConfigPresets/DeltaV/inclination.toml

This file was deleted.

22 changes: 0 additions & 22 deletions Resources/ConfigPresets/DeltaV/periapsis.toml

This file was deleted.

55 changes: 55 additions & 0 deletions Resources/ConfigPresets/EinsteinEngines/default.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
[admin]
see_own_notes = true
deadmin_on_join = true

[discord]
rich_main_icon_id = "einstein-engines"

[events]
ramping_average_end_time = 180.0
ramping_average_chaos = 4.5

[game]
hostname = "Einstein Engines (change this)"
desc = "An alternative upstream that favors content intended for RP servers. If you are reading this, please change it."
soft_max_players = 60
lobbyenabled = true
lobbyduration = 240

[hub]
tags = "lang:en-US,region:am_n_e,rp:med"
hub_urls = "https://hub.spacestation14.com/"

[ic]
flavor_text = true

[infolinks]
discord = "https://discord.gg/X4QEXxUrsJ"
github = "https://github.com/Simple-Station/Einstein-Engines"
website = "https://simplestation.org/"
bug_report = "https://github.com/Simple-Station/Einstein-Engines/issues/new/choose"

[net]
max_connections = 1024
tickrate = 30

[netres]
limit = 10.0

[build]
fork_id = "EinsteinEngines"

[server]
rules_file = "Rules.txt"
rules_header = "ui-rules-header"

[ooc]
enable_during_round = true

[vote]
restart_required_ratio = 0.7
preset_enabled = true
map_enabled = true

#[worldgen]
#enabled = true

0 comments on commit 0ab7da1

Please sign in to comment.