Skip to content

Commit

Permalink
HLC_WP_MG3
Browse files Browse the repository at this point in the history
==========

- Corrected file address for magazine proxies within CfgMagazines
- Corrected mistargeted parent in proxy model.cfg
  • Loading branch information
toadie2k committed Nov 27, 2019
1 parent 8bab784 commit 0dc2ac9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hlc_wp_mg3/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CfgPatches
units[] = { "HLC_MG3_ammobox", "HLC_MG42_ammobox", "Weapon_hlc_lmg_MG42", "Weapon_hlc_lmg_mg42_bakelite", "Weapon_hlc_lmg_MG42KWS_t","Weapon_hlc_lmg_MG42KWS_t", "Weapon_hlc_lmg_MG42KWS_g","Weapon_hlc_lmg_MG42KWS_b","Weapon_hlc_lmg_MG3","Weapon_hlc_lmg_MG3_optic","Weapon_hlc_lmg_MG3KWS_t","Weapon_hlc_lmg_MG3KWS_g","Weapon_hlc_lmg_MG3KWS_b" };
weapons[] = {"hlc_lmg_MG42","hlc_lmg_mg42_bakelite","hlc_lmg_MG42KWS_t","hlc_lmg_MG42KWS_g","hlc_lmg_MG42KWS_B","hlc_lmg_MG3","hlc_lmg_MG3_optic","hlc_lmg_MG3KWS","hlc_lmg_MG3KWS_b","hlc_lmg_MG3KWS_g"};
magazines[] = {};
version = "1.1";
version = "1.25";
author = "toadie";
};
};
Expand Down
Binary file modified hlc_wp_mg3/mesh/MG42/mg42_100rnd.p3d
Binary file not shown.
2 changes: 1 addition & 1 deletion hlc_wp_mg3/mesh/magazine/proxy/model.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CfgSkeletons
{
skeletonBones[]=
{
"magazine","feedtray",
"magazine","",
"Drumcover", "magazine",
"ammo_belt","magazine",
"ammo_belt_mid" , "ammo_belt",
Expand Down

0 comments on commit 0dc2ac9

Please sign in to comment.