From dac0895bc9827fb1b68c55a83fb61f1be3476ba8 Mon Sep 17 00:00:00 2001 From: William Moodhe Date: Fri, 15 Mar 2019 02:30:37 -0400 Subject: [PATCH] Prep for final workshop update --- addon.json | 24 +++++++++++++++++++ .../zombiesurvival/gamemode/gmapex/client.lua | 1 + .../zombiesurvival/gamemode/gmapex/server.lua | 1 + 3 files changed, 26 insertions(+) create mode 100644 addon.json diff --git a/addon.json b/addon.json new file mode 100644 index 0000000..5df2b46 --- /dev/null +++ b/addon.json @@ -0,0 +1,24 @@ +{ + "title": "Zombie Survival", + "description": "A gamemode about surviving and killing zombies.", + "type": "gamemode", + "tags": + [ + "fun", + "build" + ], + "ignore": + [ + "*.js", + "*.bat", + "*.git*", + + "*readme.txt*", + "*workshop512.jpg*", + "LICENSE", + + "*Abandonned_Building.lua*", + "*Zm_Toxa_West_v2.lua*", + "*zm_FireWaLL_aftershock_v1b.lua*" + ] +} \ No newline at end of file diff --git a/gamemodes/zombiesurvival/gamemode/gmapex/client.lua b/gamemodes/zombiesurvival/gamemode/gmapex/client.lua index e69de29..7489acc 100644 --- a/gamemodes/zombiesurvival/gamemode/gmapex/client.lua +++ b/gamemodes/zombiesurvival/gamemode/gmapex/client.lua @@ -0,0 +1 @@ +-- \ No newline at end of file diff --git a/gamemodes/zombiesurvival/gamemode/gmapex/server.lua b/gamemodes/zombiesurvival/gamemode/gmapex/server.lua index e69de29..7489acc 100644 --- a/gamemodes/zombiesurvival/gamemode/gmapex/server.lua +++ b/gamemodes/zombiesurvival/gamemode/gmapex/server.lua @@ -0,0 +1 @@ +-- \ No newline at end of file