Skip to content

Commit

Permalink
Precache commentary models
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpduck authored and shqke committed Nov 3, 2021
1 parent 3b562de commit 8796036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions root/scripts/vscripts/community/maps/c11m2_offices.nut
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PrecacheModel( "models/props_vehicles/van.mdl" );
PrecacheModel( "models/props_vehicles/van_glass.mdl" );
PrecacheModel( "models/props_misc/wrongway_sign01_optimized.mdl" );
PrecacheModel( "models/props_trainstation/pole_384connection001a.mdl" );
PrecacheModel( "models/props_crates/static_crate_40.mdl" );

function DoRoundFixes()
{
Expand Down
2 changes: 2 additions & 0 deletions root/scripts/vscripts/community/maps/c8m5_rooftop.nut
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ devchap( "ALL MODES" );
PrecacheModel( "models/props_rooftop/Gutter_Pipe_256.mdl" );
PrecacheModel( "models/props_pipes/PipeSet02d_512_001a.mdl" );
PrecacheModel( "models/props_pipes/PipeSet32d_256_001a.mdl" );
PrecacheModel( "models/props_pipes/pipeset32d_corner128r_001a.mdl" );
PrecacheModel( "models/props_crates/static_crate_40.mdl" );

function DoRoundFixes()
{
Expand Down

0 comments on commit 8796036

Please sign in to comment.