-
Notifications
You must be signed in to change notification settings - Fork 4
Map settings
lopez edited this page Aug 3, 2022
·
2 revisions
Map settings are available from version 1.1.0.
Name | Type | Default value | Description |
---|---|---|---|
everything_is_free | bool | false | if true, everything in weapon shop is free |
no_weapon_shop | bool | false | if true, weapon shop is disabled |
no_weapon_drop | bool | false | if true, weapon drop is disabled |
Settings can be defined in map resource meta.xml file. For example, common settings used on aim maps:
<settings>
<setting name="#no_weapon_shop" value="[ true ]"></setting>
<setting name="#no_weapon_drop" value="[ true ]"></setting>
</settings>
See also: