Skip to content

Commit e9f122d

Browse files
committed
Rewrote an outdated note in mess.config (template entity files can read directly from .zip files, the use of a custom extension (.mtb) for these zip files was dropped because it made sharing more complicated).
1 parent 29c78f5 commit e9f122d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/mess.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
template-maps-directory: {EXE_DIR}\template_maps
1111

1212
// MESS will look in the following directories for .ted (Template Entity Definition) files. The rewrite rules in these files will be applied when processing maps.
13-
// These directories can also contain .mtb (MESS Template Bundle) files, which are zip archives that can contain template map and .ted files.
14-
// An .mtb file can be used to share multiple template entities with a single file. If a file exists both inside and outside an .mtb file, then the one outside takes priority.
13+
// Any .zip files inside these directories will also be scanned for .ted files. This can make it easier to share custom template entities.
14+
// If a file exists both inside and outside a .zip file, then the one outside takes priority.
1515
//
1616
// A path can contain MScript expressions, and the following bindings are available:
1717
// EXE_DIR The directory where MESS.exe is located.

0 commit comments

Comments
 (0)