aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/scripts/vscripts/northstar_custom_autoprecache.gnut
blob: 62d089f74d323e47992a70585d518778f1a7d24d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
untyped
global function NorthstarCustomAutoprecache

void function NorthstarCustomAutoprecache()
{
	PrecacheWeapon( "mp_weapon_peacekraber" )
	PrecacheWeapon( "melee_pilot_kunai" )
	
	if ( GAMETYPE == GAMEMODE_SBOX )
		PrecacheWeapon( "mp_weapon_toolgun" )
	
	// will include this as a custom asset when mod v2 is written
	//PrecacheModel( $"models/titans/buddy/titan_buddy.mdl" )
}