You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
# package type: 'script' (normal package), 'game-mode' (unique package - can only load one at a time), 'library' (doesn't start a Lua VM) or 'loading-screen' (special package for loading screen)
type = "game-mode"
# whether to force the custom map script to do not load
force_no_map_script = false
# auto destroy all entities spawned by this package when it unloads
auto_cleanup = true
# packages requirements
packages_requirements = [
]
# asset packs requirements
assets_requirements = [
]
# compatible maps - maps to be highlighted when starting a new game through main menu