Skip to content

Commit e3e44b0

Browse files
committed
doc: update files
1 parent 68eded0 commit e3e44b0

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

addons/amxmodx/configs/mappacks.ini

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
; Sprite doc:
2+
; All pics should be same size(512x512, 256x256, etc)
3+
; Zero frame - reserved for "unknown map" frame, you should add "unknown map" frame in each pack.
4+
; First frame - reserved for "extend map" frame, you should add "extend map" frame in each pack.
5+
; From second frame begin frames for maps.
6+
;
17
; Example
28
; <path to sprite> [sprite scale, def 0.1]
3-
; <2-nd frame map in sprite> [count, def 1]
9+
; <2-nd frame map in sprite> [count of pics with this map, def 1, for animation]
410
; <3-d frame map in sprite> [count]
511
; <4-th frame map in sprite> [count]
612
; <etc>
713
;
8-
; scale info
14+
; Sprite scale info
915
; 0.09 - for 512x512 sprites
1016
; 0.18 - for 256x256 sprites
1117
;

addons/amxmodx/configs/maps.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
; Doc for Map Manager maplist ini file
2+
;
3+
; Format:
4+
; <map name> [min players, def 0] [max players, def 32] [priority, def 100]
5+
;
6+
; map name - map name as is
7+
; min players - lower range for "Online sorter" addon, valid values from 0 to 32
8+
; max player - higher range for "Online sorter" addon, valid values from 0 to 32, should be bigger than min players
9+
; priority - value for "Priority" addon, valid values from 1 to 100;
10+
; with 1 map has 1% chance to be in vote list,
11+
; with 100 map has no limits in "Priority" addon but can be blocked with another addon
12+
;
13+
; Examples:
14+
; de_nuke
15+
; de_dust 0 10
16+
; de_dust2 5 32 70

0 commit comments

Comments
 (0)