diff --git a/Central Economy Tool/cfgAreaFlags.xml b/Central Economy Tool/cfgAreaFlags.xml
new file mode 100644
index 0000000..0124e3f
--- /dev/null
+++ b/Central Economy Tool/cfgAreaFlags.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/Central Economy Tool/layers/tier1.tga b/Central Economy Tool/layers/tier1.tga
new file mode 100644
index 0000000..808b1ec
Binary files /dev/null and b/Central Economy Tool/layers/tier1.tga differ
diff --git a/Central Economy Tool/layers/tier2.tga b/Central Economy Tool/layers/tier2.tga
new file mode 100644
index 0000000..d1d0334
Binary files /dev/null and b/Central Economy Tool/layers/tier2.tga differ
diff --git a/Central Economy Tool/layers/tier3.tga b/Central Economy Tool/layers/tier3.tga
new file mode 100644
index 0000000..8b6fb34
Binary files /dev/null and b/Central Economy Tool/layers/tier3.tga differ
diff --git a/Central Economy Tool/layers/tier4.tga b/Central Economy Tool/layers/tier4.tga
new file mode 100644
index 0000000..04a4e29
Binary files /dev/null and b/Central Economy Tool/layers/tier4.tga differ
diff --git a/Central Economy Tool/namalsk.xml b/Central Economy Tool/namalsk.xml
new file mode 100644
index 0000000..ef6a8a3
--- /dev/null
+++ b/Central Economy Tool/namalsk.xml
@@ -0,0 +1,510 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Central Economy Tool/namalsk_background.bmp b/Central Economy Tool/namalsk_background.bmp
new file mode 100644
index 0000000..f841cb9
Binary files /dev/null and b/Central Economy Tool/namalsk_background.bmp differ
diff --git a/Keys/sumrak.bikey b/Keys/sumrak.bikey
new file mode 100644
index 0000000..c4d346e
Binary files /dev/null and b/Keys/sumrak.bikey differ
diff --git a/Server Config/serverNamalskCE.cfg b/Server Config/serverNamalskCE.cfg
new file mode 100644
index 0000000..c522fb9
--- /dev/null
+++ b/Server Config/serverNamalskCE.cfg
@@ -0,0 +1,35 @@
+// standard server params
+hostname = "Regular Namalsk Server";
+password = "";
+passwordAdmin = "";
+maxPlayers = 30;
+verifySignatures = 2;
+forceSameBuild = 1;
+disableVoN = 0;
+vonCodecQuality = 20;
+disable3rdPerson = 0;
+disableCrosshair = 0;
+guaranteedUpdates = 1;
+loginQueueConcurrentPlayers = 5;
+loginQueueMaxPlayers = 500;
+instanceId = 1;
+storageAutoFix = 1;
+
+// custom Namalsk edits
+serverTime = "2011/11/1/9/49";
+serverTimeAcceleration = 6;
+serverNightTimeAcceleration = 4;
+serverTimePersistent = 1;
+disablePersonalLight = 1;
+lightingConfig = 223;
+defaultVisibility = 2200;
+defaultObjectViewDistance = 2200;
+
+// the mission
+class Missions
+{
+ class DayZ
+ {
+ template="ce_rg.namalsk";
+ };
+};
\ No newline at end of file