diff --git a/gamedata/common.games/entities.games/cstrike/offsets-chostageimprov.txt b/gamedata/common.games/hostages.games/cstrike/offsets-chostageimprov.txt similarity index 100% rename from gamedata/common.games/entities.games/cstrike/offsets-chostageimprov.txt rename to gamedata/common.games/hostages.games/cstrike/offsets-chostageimprov.txt diff --git a/gamedata/common.games/entities.games/cstrike/offsets-chostagemanager.txt b/gamedata/common.games/hostages.games/cstrike/offsets-chostagemanager.txt similarity index 100% rename from gamedata/common.games/entities.games/cstrike/offsets-chostagemanager.txt rename to gamedata/common.games/hostages.games/cstrike/offsets-chostagemanager.txt diff --git a/gamedata/common.games/entities.games/cstrike/offsets-hostagefollowstate.txt b/gamedata/common.games/hostages.games/cstrike/offsets-hostagefollowstate.txt similarity index 100% rename from gamedata/common.games/entities.games/cstrike/offsets-hostagefollowstate.txt rename to gamedata/common.games/hostages.games/cstrike/offsets-hostagefollowstate.txt diff --git a/gamedata/common.games/entities.games/cstrike/offsets-simplestatemachine.txt b/gamedata/common.games/hostages.games/cstrike/offsets-simplestatemachine.txt similarity index 100% rename from gamedata/common.games/entities.games/cstrike/offsets-simplestatemachine.txt rename to gamedata/common.games/hostages.games/cstrike/offsets-simplestatemachine.txt diff --git a/support/PackageScript b/support/PackageScript index 92e6ad5c..ef473b0a 100644 --- a/support/PackageScript +++ b/support/PackageScript @@ -21,6 +21,8 @@ folder_list = [ 'base/addons/amxmodx/data/gamedata/common.games', 'base/addons/amxmodx/data/gamedata/common.games/entities.games', '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/modules.games', 'base/addons/amxmodx/data/lang', 'base/addons/amxmodx/dlls', @@ -388,6 +390,7 @@ CopyFiles('gamedata/modules.games', 'base/addons/amxmodx/data/gamedata/modules.g 'game.cstrike.txt', ] ) + CopyFiles('gamedata/common.games', 'base/addons/amxmodx/data/gamedata/common.games', [ 'master.games.txt', @@ -395,6 +398,15 @@ CopyFiles('gamedata/common.games', 'base/addons/amxmodx/data/gamedata/common.gam ] ) +CopyFiles('gamedata/common.games/hostages.games/cstrike', 'base/addons/amxmodx/data/gamedata/common.games/hostages.games/cstrike', + [ + 'offsets-chostageimprov.txt', + 'offsets-chostagemanager.txt', + 'offsets-hostagefollowstate.txt', + 'offsets-simplestatemachine.txt', + ] +) + CopyFiles('gamedata/common.games/entities.games/cstrike', 'base/addons/amxmodx/data/gamedata/common.games/entities.games/cstrike', [ 'offsets-cairtank.txt', @@ -409,8 +421,6 @@ CopyFiles('gamedata/common.games/entities.games/cstrike', 'base/addons/amxmodx/d 'offsets-cbaseentity.txt', 'offsets-cunifiedsignals.txt', 'offsets-csound.txt', - 'offsets-simplestatemachine.txt', - 'offsets-chostagemanager.txt', 'offsets-cgib.txt', 'offsets-cmomentarydoor.txt', 'offsets-cbasedoor.txt', @@ -505,9 +515,7 @@ CopyFiles('gamedata/common.games/entities.games/cstrike', 'base/addons/amxmodx/d 'offsets-cgalil.txt', 'offsets-cxm1014.txt', 'offsets-cvoicegamemgr.txt', - 'offsets-hostagefollowstate.txt', 'offsets-chostage.txt', - 'offsets-chostageimprov.txt', ] )