This commit is contained in:
Ed
2024-04-21 17:32:52 +03:00
parent ba03750394
commit 49b39e9535
2 changed files with 174 additions and 167 deletions

View File

@@ -18,8 +18,15 @@ entities:
- type: GridTree
- type: MovedGrids
- type: Broadphase
- type: MapLight
ambientLightColor: '#0a2136FF'
- type: BecomesStation
id: CaveArena
- type: Gravity
gravityShakeSound: !type:SoundPathSpecifier
path: /Audio/Effects/alert.ogg
inherent: True
enabled: True
- type: OccluderTree
- uid: 2
components:

View File

@@ -1,167 +1,167 @@
#- type: gamePreset
# id: Survival
# alias:
# - survival
# name: survival-title
# showInVote: false # secret
# description: survival-description
# rules:
# - RampingStationEventScheduler
# - BasicRoundstartVariation
#
#- type: gamePreset
# id: AllAtOnce
# name: all-at-once-title
# description: all-at-once-description
# showInVote: false
# rules:
# - Nukeops
# - Traitor
# - Revolutionary
# - Zombie
# - RampingStationEventScheduler
#
#- type: gamePreset
# id: Extended
# alias:
# - extended
# - shittersafari
# name: extended-title
# showInVote: false #2boring2vote
# description: extended-description
# rules:
# - BasicStationEventScheduler
# - BasicRoundstartVariation
#
#- type: gamePreset
# id: Greenshift
# alias:
# - greenshift
# - shittersafarideluxeedition
# name: greenshift-title
# showInVote: false #4boring4vote
# description: greenshift-description
# rules:
# - BasicRoundstartVariation
#
#- type: gamePreset
# id: Secret
# alias:
# - secret
# - sekrit
# name: secret-title
# showInVote: true
# 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: Sandbox
# alias:
# - sandbox
# name: sandbox-title
# description: sandbox-description
# showInVote: false # Not suitable for use without admin intervention, since entity spamming can quickly crash a server
# maxPlayers: 5
# rules:
# - Sandbox
#
#- type: gamePreset
# id: Traitor
# alias:
# - traitor
# name: traitor-title
# description: traitor-description
# showInVote: false
# rules:
# - Traitor
# - SubGamemodesRule
# - BasicStationEventScheduler
# - BasicRoundstartVariation
#
#- type: gamePreset
# id: Deathmatch
# alias:
# - deathmatch
# - dm
# name: death-match-title
# description: death-match-description
# maxPlayers: 15
# showInVote: true
# supportedMaps: DeathMatchMapPool
# rules:
# - DeathMatch31
#
#- type: gamePreset
# id: Nukeops
# alias:
# - nukeops
# name: nukeops-title
# description: nukeops-description
# showInVote: false
# rules:
# - Nukeops
# - SubGamemodesRule
# - BasicStationEventScheduler
# - BasicRoundstartVariation
#
#- type: gamePreset
# id: Revolutionary
# alias:
# - rev
# - revs
# - revolutionaries
# name: rev-title
# description: rev-description
# showInVote: false
# rules:
# - Revolutionary
# - SubGamemodesRule
# - BasicStationEventScheduler
# - BasicRoundstartVariation
#
#- type: gamePreset
# id: Zombie
# alias:
# - zombie
# - zombies
# - Zombies
# - zz14
# - zomber
# name: zombie-title
# description: zombie-description
# showInVote: false
# rules:
# - Zombie
# - BasicStationEventScheduler
# - BasicRoundstartVariation
#
#- type: gamePreset
# id: Pirates
# alias:
# - pirates
# name: pirates-title
# description: pirates-description
# showInVote: false
# rules:
# - Pirates
# - BasicStationEventScheduler
# - BasicRoundstartVariation
- type: gamePreset
id: Survival
alias:
- survival
name: survival-title
showInVote: false # secret
description: survival-description
rules:
- RampingStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: AllAtOnce
name: all-at-once-title
description: all-at-once-description
showInVote: false
rules:
- Nukeops
- Traitor
- Revolutionary
- Zombie
- RampingStationEventScheduler
- type: gamePreset
id: Extended
alias:
- extended
- shittersafari
name: extended-title
showInVote: false #2boring2vote
description: extended-description
rules:
- BasicStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: Greenshift
alias:
- greenshift
- shittersafarideluxeedition
name: greenshift-title
showInVote: false #4boring4vote
description: greenshift-description
rules:
- BasicRoundstartVariation
- type: gamePreset
id: Secret
alias:
- secret
- sekrit
name: secret-title
showInVote: false
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: Sandbox
alias:
- sandbox
name: sandbox-title
description: sandbox-description
showInVote: false # Not suitable for use without admin intervention, since entity spamming can quickly crash a server
maxPlayers: 5
rules:
- Sandbox
- type: gamePreset
id: Traitor
alias:
- traitor
name: traitor-title
description: traitor-description
showInVote: false
rules:
- Traitor
- SubGamemodesRule
- BasicStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: Deathmatch
alias:
- deathmatch
- dm
name: death-match-title
description: death-match-description
maxPlayers: 15
showInVote: false
supportedMaps: DeathMatchMapPool
rules:
- DeathMatch31
- type: gamePreset
id: Nukeops
alias:
- nukeops
name: nukeops-title
description: nukeops-description
showInVote: false
rules:
- Nukeops
- SubGamemodesRule
- BasicStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: Revolutionary
alias:
- rev
- revs
- revolutionaries
name: rev-title
description: rev-description
showInVote: false
rules:
- Revolutionary
- SubGamemodesRule
- BasicStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: Zombie
alias:
- zombie
- zombies
- Zombies
- zz14
- zomber
name: zombie-title
description: zombie-description
showInVote: false
rules:
- Zombie
- BasicStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: Pirates
alias:
- pirates
name: pirates-title
description: pirates-description
showInVote: false
rules:
- Pirates
- BasicStationEventScheduler
- BasicRoundstartVariation