From 6f25e16528f9f035c784055304b9f07c59f6782d Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 21 May 2016 19:29:52 -0400 Subject: First pass at createing a databaseing system --- gamemode/configure_me.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gamemode/configure_me.lua') 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" -- cgit v1.2.3-70-g09d2