summaryrefslogtreecommitdiff
path: root/VP-map.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2012-10-26 09:06:13 -0700
committerPixel <pixel@nobis-crew.org>2012-10-26 09:06:13 -0700
commit6f37a8a7c34fbbfa62df139bfc904288e319d140 (patch)
tree2c2c0651e501ae0032210dcd2c8917539efe4cd9 /VP-map.lua
parentd17ccb1258c40fbd6767c4e2c98b6e2462cb8987 (diff)
And still more script types.
Diffstat (limited to 'VP-map.lua')
-rw-r--r--VP-map.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/VP-map.lua b/VP-map.lua
index f18249a..795e2e7 100644
--- a/VP-map.lua
+++ b/VP-map.lua
@@ -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
--