diff options
Diffstat (limited to 'VP-map.lua')
-rw-r--r-- | VP-map.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,7 @@ VP_maintypes = { "GFX", "MAIN", "GAME", + "MISC", } VP_map = { } @@ -93,6 +94,8 @@ VP_map = { [2173] = { dir = "MISC/GFX", ext = "agx", ftype = "arcgfx", }, + [2294] = { dir = "MISC/SCRIPT", ext = "script", ftype = "cscript", }, + -- -- Videos -- |