summaryrefslogtreecommitdiff
path: root/gamemode/configure_me.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/configure_me.lua')
-rw-r--r--gamemode/configure_me.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua
index def6e00..4c007f7 100644
--- a/gamemode/configure_me.lua
+++ b/gamemode/configure_me.lua
@@ -5,6 +5,12 @@
Additional content by
Djarex, Scott, Apickx
+
+ Bits and peices for saveing:
+ GLON:Deco Da Man
+ vON:Alexandru-Mihai "Vercas" Maftei
+ pON:thelastpenguin™
+
*/
//Make sure that this is the gamemode folder name
@@ -69,3 +75,10 @@ GMS.AllowedStools = {
"colour",
"material",
}
+
+//Configuration for how data is saved
+//Can be: "GLON", "VON"(CURRENTLY BROKEN), "PON", "JSON"
+GAMEMODE.Compressor = "PON"
+
+//Can be: "File:Text", "File:Compressed"
+GAMEMODE.StorageMethod = "File:Compressed"