Skip to content

Commit

Permalink
Rename models and model path
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalBlue1 committed Dec 14, 2023
1 parent 43d3056 commit 134dc3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Northstar.Custom/mod/scripts/vscripts/_event_models.gnut
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ void function EventModelsInit()

if( ( ( month == 12 ) && ( day >= 18 ) ) || ( ( month == 1 ) && ( day <= 6 ) ) )
{
PrecacheModel( $"models/northstar/desertlands_holiday_tree.mdl" )
PrecacheModel( $"models/northstar/floor.mdl" )
PrecacheModel( $"models/northstartee/winter_holiday_tree.mdl" )
PrecacheModel( $"models/northstartree/winter_holiday_floor.mdl" )

CreatePropDynamic( $"models/northstar/desertlands_holiday_tree.mdl", < -60, 740, 30 >, < 0, 0, 0 >, SOLID_VPHYSICS, 1000 )
CreatePropDynamic( $"models/northstar/floor.mdl", < -60, 740, 30 >, < 0, 0, 0 >, SOLID_VPHYSICS, 1000 )
CreatePropDynamic( $"models/northstartree/winter_holiday_tree.mdl", < -60, 740, 30 >, < 0, 0, 0 >, SOLID_VPHYSICS, 1000 )
CreatePropDynamic( $"models/northstartree/winter_holiday_floor.mdl", < -60, 740, 30 >, < 0, 0, 0 >, SOLID_VPHYSICS, 1000 )
}
}

0 comments on commit 134dc3f

Please sign in to comment.