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
# package type: 'script' (normal package), 'game-mode' (unique package - can only load one at a time) or 'loading-screen' (special package loaded in loading screen)
12
-
type = "script"
13
-
# whether to force the custom map Script to do not load
14
-
force_no_map_script = false
8
+
version = "0.0.9"
9
+
10
+
# script configurations
11
+
[script]
12
+
# whether to force the custom map package to do not load
13
+
force_no_map_package = false
15
14
# auto destroy all entities spawned by this package when it unloads
16
-
auto_cleanup = true
15
+
auto_cleanup = true
16
+
# whether to load all level entities on client - only enable it if your package needs to use level static meshes entities
17
+
load_level_entities = false
18
+
# the game version (major.minor) at the time this package was created, for granting compatibility between breaking changes
0 commit comments