Skip to content

Commit

Permalink
Add model remapping for ep2 lamarr
Browse files Browse the repository at this point in the history
  • Loading branch information
ZehMatt committed Jul 29, 2024
1 parent ed1510d commit 739d81a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
Binary file added content/models/Lamarr_ep2.ani
Binary file not shown.
Binary file added content/models/Lamarr_ep2.dx80.vtx
Binary file not shown.
Binary file added content/models/Lamarr_ep2.dx90.vtx
Binary file not shown.
Binary file added content/models/Lamarr_ep2.mdl
Binary file not shown.
Binary file added content/models/Lamarr_ep2.phy
Binary file not shown.
Binary file added content/models/Lamarr_ep2.vvd
Binary file not shown.
3 changes: 2 additions & 1 deletion gamemode/gametypes/hl2ep2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ GAMETYPE.CampaignNames = {
}
GAMETYPE.Localisation = include("hl2ep2/cl_localisation.lua")
GAMETYPE.ModelRemapping = {
["models/advisor.mdl"] = "models/advisor_ep2.mdl"
["models/advisor.mdl"] = "models/advisor_ep2.mdl",
["models/lamarr.mdl"] = "models/lamarr_ep2.mdl",
}

function GAMETYPE:InitSettings()
Expand Down

0 comments on commit 739d81a

Please sign in to comment.