grim_squeaker Posted January 10, 2003 Share 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 Link to comment Share on other sites More sharing options...
Kengo Posted January 10, 2003 Share 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. Link to comment Share on other sites More sharing options...
Wudan Posted January 10, 2003 Share 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. Link to comment Share on other sites More sharing options...
Commodus Posted January 11, 2003 Share 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... Link to comment Share on other sites More sharing options...
Higgi Posted January 17, 2003 Share Posted January 17, 2003 topic. Link to comment Share on other sites More sharing options...
Commodus Posted January 18, 2003 Share 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 ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.