Mac 10/SKR-7 ammo clip texture or model replace

Hello, well...i wanted to ask this long time ago..but i wanted to find the texture/model of the ammo clip from the MAC 10 in the mag...but didnt find anything...can someone help me? i have an image of the ammo clip of the SKR-7 or MAC 10
20200102050220_1.jpg
 
which tool can be used for that file?
You need to replace the p_skr9_mag (or whatever it's called) in mac-10 section of the weapons.xtbl (just ctrl f mac-10 then ctrl f clip), repackage it then define the .peg and .smesh (incl g_ variants) in the .preload file.

Don't be surprised if it doesn't work though (ctds, crashes at load etc) since gotr pushes preload and table limits pretty far to the brink of imploding, so you'd be better off just using the skr9 mag. Worth a shot though.
 
so i kinda rename p_skr-9_mag on the mac-10 section in the weapon file? cuz got a little confused...and idk if is this one here..
upload_2020-1-3_16-21-28.png
 
Yes, change it to this

Code:
<Clip_Mesh>
            <Filename>p_mac_10mag.SMESHX</Filename>
            <Preload>true</Preload>
            </Clip_Mesh>
        <Reload_Clip_Mesh>
            <Filename>p_mac_10mag.SMESHX</Filename>
            <Preload>true</Preload>
            </Reload_Clip_Mesh>
 
  • Like
Reactions: F13
Back
Top