-
Notifications
You must be signed in to change notification settings - Fork 7
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
MetalSage
committed
Dec 11, 2024
1 parent
f0cf40c
commit a0833a5
Showing
6 changed files
with
102 additions
and
268 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
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
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,95 @@ | ||
# BASE STORIES CONFIG | ||
|
||
# [config] | ||
# presets = "Stories/stories" | ||
|
||
[game] | ||
desc = """ | ||
📕 𝗦𝗽𝗮𝗰𝗲 𝗦𝘁𝗼𝗿𝗶𝗲𝘀 - Сервер, который ценит Role Play, создавай свои истории у нас! 📘 | ||
•────────────────────────────────── ✧ ──────────────────────────────────• | ||
🌠 ⋮ Сервер со средним уровнем требований к ролевому отыгрышу. | ||
🩺 ⋮ Хирургия - уникальная механика повреждений органов и возможность их пересадки. | ||
🔐 ⋮ Космическая тюрьма - отдаленный объект в космосе, содержащий опасных преступников. | ||
🌑 ⋮ Тенеморф - полубог, боящийся света, порабощающий экипаж с целью захватить галактику. | ||
⚔️ ⋮ Страж Клинка - воин света, защищающий командование станции своими мечом и магией. | ||
🔥 ⋮ Инквизитор - воин тьмы, прибывший на станцию, чтобы уничтожить Стража Клинка. | ||
🦠 ⋮ S.P.A.F. - слизень, пожирающий членов экипажа ради продолжения своего рода. | ||
🔊 ⋮ TTS - 130 уникальных голосов, чтобы выразить уникальность ваших персонажей. | ||
🐌 ⋮ Ползание - уникальная механика, позволяющая вам упасть и ползти. | ||
👔 ⋮ Отзывчивая администрация, которая покажет, расскажет и поможет Вам освоится. | ||
•────────────────────────────────── ✧ ──────────────────────────────────• | ||
📚 Присоединяйтесь к нашему дружному сообществу 📚""" | ||
map_pool = "StoriesDefaultMapPool" | ||
lobbyduration = 210 | ||
maxcharacterslots = 2 | ||
round_restart_time = 120 | ||
contraband_examine = false | ||
|
||
[infolinks] | ||
bug_report = "https://github.com/MetalSage/space-stories-14/issues/new/choose" | ||
discord = "https://discord.gg/space-stories" | ||
forum = "https://forum.spacestories.club" | ||
github = "https://github.com/MetalSage/space-stories-14" | ||
patreon = "https://boosty.to/spacestories14" | ||
wiki = "https://spacestories.club" | ||
appeal = "https://discord.gg/space-stories" | ||
|
||
[server] | ||
rules_file = "StoriesRuleset" | ||
|
||
[shuttle] | ||
auto_call_time = 0 | ||
emergency_dock_time = 120 | ||
emergency_transit_time_min = 30 | ||
emergency_transit_time_max = 60 | ||
|
||
[net] | ||
tickrate = 30 | ||
max_connections = 1024 | ||
|
||
[vote] | ||
restart_enabled = true | ||
preset_enabled = false | ||
map_enabled = false | ||
restart_not_allowed_when_admin_online = true | ||
|
||
[netres] | ||
limit = 10 | ||
|
||
[admin] | ||
deadmin_on_join = true | ||
server_ban_hwid_ban_default = false | ||
|
||
[ahelp] | ||
admin_prefix = true | ||
admin_prefix_webhook = true | ||
|
||
[chat] | ||
rate_limit_period = 1.5 | ||
rate_limit_count = 1 | ||
rate_limit_announce_admins_delay = 10 | ||
max_message_length = 500 | ||
|
||
[atmos] | ||
max_explosion_range = 5 | ||
|
||
[rules] | ||
time = 180.0 | ||
|
||
[queue] | ||
enabled = true | ||
|
||
[biomass] | ||
easy_mode = false | ||
|
||
[ic] | ||
flavor_text = true | ||
|
||
[procgen] | ||
preload = false | ||
|
||
[gateway] | ||
generator_enabled = false | ||
|
||
[viewport] | ||
maximum_width = 26 |
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