grim_squeaker Posted January 10, 2003 Posted January 10, 2003 I would like to know how to make the Repeater Gun non-deflectable (or just a projectile like the rocket launcher, so it can be force pushed but not deflected by the saber). ratinblack@hotmail.com
Kengo Posted January 10, 2003 Posted January 10, 2003 Ello man Do you mean in SP or MP? Think it can be done in MP (not sure on details of how....) , not certain that's possible in SP as I think it would need editing of the SP source code which isn't avaliable, but I'm not totally sure.
Wudan Posted January 10, 2003 Posted January 10, 2003 I beleive it was artifex who mentioned that he had implemented something along these lines in his code. You might want to contact him.
Commodus Posted January 11, 2003 Posted January 11, 2003 Open up g_weapon.c, find the weapon firing function of the repeator and change the line which goes missile->clipmask = CONTENTS_SOLID | CONTENTS_LIGHTSABER; to missile->clipmask = CONTENTS_LIGHTSABER; As for making it pushable... I have no clue how to do that...
Commodus Posted January 18, 2003 Posted January 18, 2003 You need to download the code SDK and then if you install it to the default path it would be GameData/code/game ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.