Black ops 4 (T8) information…
Black Ops 4 is named T8 for Treyarch 8 (8th game)
The internal names of the mode are:
cp - Campaign, Career (cut)mp - Multiplayerzm - Zombieswz - Blackout (Warzone)The map scripts are in the files scripts/GAMEMODE/MAP_SCRIPT_NAME.[gc]sc
the GAMEMODE is the one described in the previous section and the MAP_SCRIPT_NAME is the script name, it can be found in the CASC database or in game using level.script.
The gametype scripts are in the files scripts/GAMEMODE/gametypes/GAMETYPE_SCRIPT_NAME.[gc]sc
the GAMEMODE is the one described in the previous section and the GAMETYPE_SCRIPT_NAME is the script name, using level.gametype.
scripts/killstreaks/mp/NAME.[gc]scscripts/abilities/gadgets/gadget_NAME.[gc]scscripts/abilities/mp/gadgets/gadget_NAME.[gc]scscripts/abilities/wz/gadgets/gadget_NAME.[gc]scscripts/weapons/NAME.[gc]scscripts/weapons/mp/NAME.[gc]scAll of the names starts with zm_
scripts/zm/ai/zm_ai_NAME.[gc]sc (archetype)scripts/zm/archetype/archetype_NAME.[gc]sc (archetype)scripts/zm/ai/zm_ai_NAME_interface.[gc]sc (archetype interface)scripts/zm/archetype/archetype_NAME_interface.[gc]sc (archetype interface)scripts/zm/perk/zm_perk_NAME.[gc]scscripts/zm_common/aats/zm_aat_NAME.[gc]scscripts/zm_common/bgbs/zm_bgb_NAME.[gc]scscripts/zm_common/talisman/zm_talisman_NAME.[gc]scscripts/zm_common/trials/zm_trial_(MAP_)?NAME.[gc]scthe MAP can be the zombies map, example zm_trial_mansion_billiards for zm_mansion (dotn)
scripts/zm/powerup/zm_powerup_NAME.[gc]scscripts/zm/weapons/zm_weap_NAME.[gc]sc