Banner
M4 SOPMOD II
Thumbnail
Downloads7,532
Views27,332
Publish Date6 years ago
Last Updated2 years ago
Version1.1
Members
Avatar

Can you make charms work with it?

EDIT: Did it myself. just add this in sop/hooks/weapontweakdata.lua
There's probably better ways to do this but I'm a peasant at modding

self:SetupAttachmentPoint( "soppo", {	
		name = "a_charm",
		base_a_obj = "a_fg",
		position = Vector3( -1.7, -5, 0),	
		rotation = RotationCAP( 180, 0, 0)
	})
55 1251