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

фиксы #163

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
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
10 changes: 0 additions & 10 deletions Resources/Locale/ru-RU/_LostParadise/GameRules/names.ftl

This file was deleted.

10 changes: 0 additions & 10 deletions Resources/Prototypes/_LostParadise/GameRules/roundstart.yml

This file was deleted.

24 changes: 0 additions & 24 deletions Resources/Prototypes/_LostParadise/game_presets.yml

This file was deleted.

8 changes: 0 additions & 8 deletions Resources/Prototypes/_LostParadise/sercret_weights.yml

This file was deleted.

57 changes: 28 additions & 29 deletions Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
alias:
- survival
name: survival-title
showInVote: false # secret # DeltaV - Me when the survival. Used for periapsis.
showInVote: true # secret # DeltaV - Me when the survival. Used for periapsis.
description: survival-description
rules:
- RampingStationEventScheduler
Expand All @@ -14,9 +14,9 @@
id: SurvivalHellshift
alias:
- hellshift
showInVote: false
name: pizdec-title
description: pizdec-description
showInVote: true
name: hellshift-title
description: hellshift-description
rules:
- HellshiftStationEventScheduler
- BasicRoundstartVariation
Expand Down Expand Up @@ -60,7 +60,7 @@
- extended
- shittersafari
name: extended-title
showInVote: false #2boring2vote # DeltaV - I'd like to disagree, used for periapsis.
showInVote: true #2boring2vote # DeltaV - I'd like to disagree, used for periapsis.
description: extended-description
rules:
- BasicStationEventScheduler
Expand All @@ -72,10 +72,9 @@
alias:
- greenshift
- shittersafarideluxeedition
name: calm-title
showInVote: true #4boring4vote
description: calm-description
maxPlayers: 30
name: greenshift-title
showInVote: false #4boring4vote
description: greenshift-description
rules:
- BasicRoundstartVariation

Expand All @@ -84,29 +83,29 @@
alias:
- secret
- sekrit
name: average-title
name: secret-title
showInVote: true
description: average-description
description: secret-description
rules:
- Secret

#- type: gamePreset
# id: SecretExtended #For Admin Use: Runs Extended but shows "Secret" in lobby.
# alias:
# - secretextended
# name: secret-title
# showInVote: false #Admin Use
# description: secret-description
# rules:
# - BasicStationEventScheduler
#
#- type: gamePreset
# id: SecretGreenshift #For Admin Use: Runs Greenshift but shows "Secret" in lobby.
# alias:
# - secretgreenshift
# name: secret-title
# showInVote: false #Admin Use
# description: secret-description
- type: gamePreset
id: SecretExtended #For Admin Use: Runs Extended but shows "Secret" in lobby.
alias:
- secretextended
name: secret-title
showInVote: false #Admin Use
description: secret-description
rules:
- BasicStationEventScheduler

- type: gamePreset
id: SecretGreenshift #For Admin Use: Runs Greenshift but shows "Secret" in lobby.
alias:
- secretgreenshift
name: secret-title
showInVote: false #Admin Use
description: secret-description

- type: gamePreset
id: Sandbox
Expand All @@ -125,7 +124,7 @@
- traitor
name: traitor-title
description: traitor-description
showInVote: false
showInVote: true
rules:
- Traitor
- SubGamemodesRule
Expand Down
9 changes: 5 additions & 4 deletions Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
- type: weightedRandom
id: Secret
weights:
Survival: 0.44
Nukeops: 0.14
Zombie: 0.03
Traitor: 0.39
#Survival: 0.44
Nukeops: 0.34
Zombie: 0.17
Traitor: 0.49
#Pirates: 0.15 #ahoy me bucko

Loading