summaryrefslogtreecommitdiff
path: root/assets/scripts/custinfoparms.txt
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-05-04 01:18:52 +0300
committerMikko Tiusanen <ams@daug.net>2014-05-04 01:18:52 +0300
commit01beb9919b95479d8be040bec74abc5cc67a5e43 (patch)
tree65f0b79e793848491832756a4c3a32b23668fab3 /assets/scripts/custinfoparms.txt
parent191d731da136b7ee959a17e63111c9146219a768 (diff)
Initial import.
Diffstat (limited to 'assets/scripts/custinfoparms.txt')
-rw-r--r--assets/scripts/custinfoparms.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/scripts/custinfoparms.txt b/assets/scripts/custinfoparms.txt
new file mode 100644
index 0000000..3a7a63e
--- /dev/null
+++ b/assets/scripts/custinfoparms.txt
@@ -0,0 +1,15 @@
+//custom surfaceParms file
+
+//custom CONTENTS_ flags
+{
+ noalienbuild 0x1000
+ nohumanbuild 0x2000
+ nobuild 0x4000
+}
+
+//custom SURF_ flags
+{
+ noalienbuildsurface 0x80000
+ nohumanbuildsurface 0x100000
+ nobuildsurface 0x200000
+}