sam56 Posted January 23, 2007 Share Posted January 23, 2007 I have a slight problem. I HATE the brass knuckles. But I always have them, because for some reason I don't lose my weapons when busted or wasted. So I decided I would do something about it, and make them, well, Invisible. Well, almost. Maybe replacing them with a tiny non-noticeable dot. My question is- Would all I have to do is open up a modeling program, create a tiny cube, and use IMG tool to replace the model? Keep in mind that I have never attempted to mod SA on my own. I did mess around with a modeling program at school, so I have a little experience there. Thanks! Link to comment https://gtaforums.com/topic/265889-quick-question/ Share on other sites More sharing options...
ThugLord187 Posted January 23, 2007 Share Posted January 23, 2007 well hi there, if you were looking to replace the brass knuckles with a tiny cube, i will tell step by step: 1. Export the brass knucles .dff file found in the gta.img file, called brassknuckle or something. 2. Open it up with Zmodleler by importing it. 3. then delete the current model and replace with the tiny cube by creating one in its place. 4. Then export the file as the same name as a .dff file from the drop down menu and when you type the name, make sure you add .dff at the end. 5. find and delete the original in the gta.img and import the new one. hope this helps Link to comment https://gtaforums.com/topic/265889-quick-question/#findComment-4026039 Share on other sites More sharing options...
92F Posted January 23, 2007 Share Posted January 23, 2007 You do know that you'll still have the brass knuckles hud icon and still get the metal ching/clunk each time you hit someone. Link to comment https://gtaforums.com/topic/265889-quick-question/#findComment-4026044 Share on other sites More sharing options...
ThugLord187 Posted January 23, 2007 Share Posted January 23, 2007 true, but you could change the sound fx and the icon Link to comment https://gtaforums.com/topic/265889-quick-question/#findComment-4026055 Share on other sites More sharing options...
shindogg Posted February 15, 2008 Share Posted February 15, 2008 true, but you could change the sound fx and the icon or u could try the easier faster way and just use control console to remove the brass knuckles from your inventory. i would rather change the brass knuckles into double wielded claws like wolverine and maybe have the same effect as when u use the knife. Link to comment https://gtaforums.com/topic/265889-quick-question/#findComment-1057509006 Share on other sites More sharing options...
totem327 Posted February 15, 2008 Share Posted February 15, 2008 (edited) Heres an easier way: Export the texture in TXD workshop to a tga file. Open up the file in an image editing program and fill in the alpha channel with black. Import the file back and check "alpha is used". Edited February 15, 2008 by totem327 Link to comment https://gtaforums.com/topic/265889-quick-question/#findComment-1057509223 Share on other sites More sharing options...
gtaragemachine Posted February 15, 2008 Share Posted February 15, 2008 Or you could use a CLEO 3 script to clear all your weapons with a keypress combo: {$VERSION 3.1.0027}{$CLEO .cs}thread 'RemoveWeapons':RemoveWeapons0001: wait 0 ms00D6: if 00256: player $PLAYER_CHAR defined004D: jump_if_false @RemoveWeapons00D6: if 080DF: NOT actor $PLAYER_ACTOR driving004D: jump_if_false @RemoveWeapons00D6: if 100E1: key_pressed 0 1600E1: key_pressed 0 17004D: jump_if_false @RemoveWeapons048F: actor $PLAYER_ACTOR remove_weapons0002: jump @RemoveWeapons Link to comment https://gtaforums.com/topic/265889-quick-question/#findComment-1057509541 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now