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
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).
Copy file name to clipboardExpand all lines: files/mess.config
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@
10
10
template-maps-directory: {EXE_DIR}\template_maps
11
11
12
12
// 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.
15
15
//
16
16
// A path can contain MScript expressions, and the following bindings are available:
17
17
// EXE_DIR The directory where MESS.exe is located.
0 commit comments