From 672c5193782e15b03090480235b49b897d26b2d7 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Fri, 7 Aug 2015 18:04:35 +0200 Subject: [PATCH] Gamedata: Move more CS classes not linked an entity to /others.games --- .../cstrike/offsets-csound.txt | 0 .../cstrike/offsets-cunifiedsignals.txt | 0 .../cstrike/offsets-cvoicegamemgr.txt | 0 support/PackageScript | 12 ++++++++++-- 4 files changed, 10 insertions(+), 2 deletions(-) rename gamedata/common.games/{entities.games => others.games}/cstrike/offsets-csound.txt (100%) rename gamedata/common.games/{entities.games => others.games}/cstrike/offsets-cunifiedsignals.txt (100%) rename gamedata/common.games/{entities.games => others.games}/cstrike/offsets-cvoicegamemgr.txt (100%) diff --git a/gamedata/common.games/entities.games/cstrike/offsets-csound.txt b/gamedata/common.games/others.games/cstrike/offsets-csound.txt similarity index 100% rename from gamedata/common.games/entities.games/cstrike/offsets-csound.txt rename to gamedata/common.games/others.games/cstrike/offsets-csound.txt diff --git a/gamedata/common.games/entities.games/cstrike/offsets-cunifiedsignals.txt b/gamedata/common.games/others.games/cstrike/offsets-cunifiedsignals.txt similarity index 100% rename from gamedata/common.games/entities.games/cstrike/offsets-cunifiedsignals.txt rename to gamedata/common.games/others.games/cstrike/offsets-cunifiedsignals.txt diff --git a/gamedata/common.games/entities.games/cstrike/offsets-cvoicegamemgr.txt b/gamedata/common.games/others.games/cstrike/offsets-cvoicegamemgr.txt similarity index 100% rename from gamedata/common.games/entities.games/cstrike/offsets-cvoicegamemgr.txt rename to gamedata/common.games/others.games/cstrike/offsets-cvoicegamemgr.txt diff --git a/support/PackageScript b/support/PackageScript index ef473b0a..129912af 100644 --- a/support/PackageScript +++ b/support/PackageScript @@ -23,6 +23,8 @@ folder_list = [ 'base/addons/amxmodx/data/gamedata/common.games/entities.games/cstrike', 'base/addons/amxmodx/data/gamedata/common.games/hostages.games', 'base/addons/amxmodx/data/gamedata/common.games/hostages.games/cstrike', + 'base/addons/amxmodx/data/gamedata/common.games/others.games', + 'base/addons/amxmodx/data/gamedata/common.games/others.games/cstrike', 'base/addons/amxmodx/data/gamedata/modules.games', 'base/addons/amxmodx/data/lang', 'base/addons/amxmodx/dlls', @@ -407,6 +409,14 @@ CopyFiles('gamedata/common.games/hostages.games/cstrike', 'base/addons/amxmodx/d ] ) +CopyFiles('gamedata/common.games/others.games/cstrike', 'base/addons/amxmodx/data/gamedata/common.games/others.games/cstrike', + [ + 'offsets-csound.txt', + 'offsets-cunifiedsignals.txt', + 'offsets-cvoicegamemgr.txt', + ] +) + CopyFiles('gamedata/common.games/entities.games/cstrike', 'base/addons/amxmodx/data/gamedata/common.games/entities.games/cstrike', [ 'offsets-cairtank.txt', @@ -419,7 +429,6 @@ CopyFiles('gamedata/common.games/entities.games/cstrike', 'base/addons/amxmodx/d 'offsets-cmultisource.txt', 'offsets-cenvglobal.txt', 'offsets-cbaseentity.txt', - 'offsets-cunifiedsignals.txt', 'offsets-csound.txt', 'offsets-cgib.txt', 'offsets-cmomentarydoor.txt', @@ -514,7 +523,6 @@ CopyFiles('gamedata/common.games/entities.games/cstrike', 'base/addons/amxmodx/d 'offsets-cfamas.txt', 'offsets-cgalil.txt', 'offsets-cxm1014.txt', - 'offsets-cvoicegamemgr.txt', 'offsets-chostage.txt', ] )