McManus clip fix?

Yeee, im back again, but this time i dont know if there is a way to fix it, since the Mcmanus has the clip from the model from SR1, but it doesnt show up. so i kinda need help, or someone to fix it. a picture to show
20200115113349_1.jpg

a pic of the weapon file about the McManus...

upload_2020-1-15_11-47-38.png

If you want to know the location of this model of Mcmanus, is on the mall
 
Last edited:
I'll take a look once I get home.

Edit:

Right, so I had a look, I added the flag in weapons.xtbl:
Code:
<Flag>clip separate</Flag>

which crashed my game, so I added the magazine mesh to preload.tbl:
Code:
"p_McManusClip.smeshx"

but that was the SR2 clip:
ND0QVX7.jpg

So I looked for the mesh of the SR1 rifle in items_3d.xtbl and added that mesh to the McManus in weapons.xtbl:
Code:
<Clip_Mesh>
<Filename>p_snipermag.smeshx</Filename>

<Reload_Clip_Mesh>            
<Filename>p_snipermag.smeshx</Filename>

and preload.tbl:
Code:
"p_snipermag.smeshx"

But it still doesn't show up on the gun:
6muvZbB.jpg

It shows up during reload but it's misaligned with the hand:
UQXo5zb.jpg
 
Last edited:
Maybe this wont work, but i think there is a way to change the texture of the clip of the mcmanus, im not sure if the textures are in common.vpp but im pretty sure there is the texture of the vanilla mcmanus texture, maybe changing the textures might work with this codes on weapons.xtbl file.
 
Back
Top