Sten Nailgun

bizzozeron

New member
Feb 14, 2023
4
23
3
twitter.com
bizzozeron submitted a new resource:

Sten Nailgun - A vague Sten ported ontop of the basic nailgun

This is my second Quake model! Comes with two versions, centered and uncentered. Feel free to use it for your own mods if you credit me! Also I know that holding a Sten this way is unsafe!

if you want the nailgun to fire properly
alter "launch_spikes" under W_FireSpikes in weapons.qc with

FOR CENTERED
launch_spike((self.origin + '0 0 16'), dir);

FOR SIDE OFFSET
launch_spike((self.origin + '0 0 16' + (v_right* 6)), dir);
...

Read more about this resource...
 
  • Like
Reactions: joão
This looks great, thank you. I'd interested in using this in a project if a world version does get made