Skip to content

Commit

Permalink
Added precache for sub models at c11m4
Browse files Browse the repository at this point in the history
  • Loading branch information
shqke committed Aug 29, 2021
1 parent 59b146c commit de2c777
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions root/scripts/vscripts/community/maps/c11m4_terminal.nut
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ devchap( "ALL MODES" );

PrecacheModel( "models/props_unique/zombiebreakwallexteriorairport01_main.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallhospitalexterior01_main.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalframe01_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart01_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart02_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart03_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart04_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart05_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart06_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart07_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart08_dm.mdl" );
PrecacheModel( "models/props_unique/zombiebreakwallexteriorhospitalpart09_dm.mdl" );
PrecacheModel( "models/props_unique/airportdeparturescreen01.mdl" );

function DoRoundFixes()
Expand Down

0 comments on commit de2c777

Please sign in to comment.