bikbok Posted January 3, 2009 Share Posted January 3, 2009 Hai! I have edited the WeaponInfo.xml, so that the unarmed part looks like this: <weapon type="UNARMED"> <data slot="UNARMED" firetype="MELEE" damagetype="MELEE" group="PUNCH_KICK" targetrange="10.0" weaponrange="20.0"> <damage base="100000" networkplayermod="1.0" networkpedmod="1.0"/> <physics force="100000"/> <pickup regentime="0"/> <controller> <rumble duration="60" intensity="0.23"/> </controller> <flags> <flag>CAN_AIM</flag> <flag>ARMOUR_PENETRATING</flag> </flags> </data></weapon> But no matter how much I increase damage, force and range, it doesn't change anything in game. What else do I have to do? Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/ Share on other sites More sharing options...
ThePinkPanzer Posted January 3, 2009 Share Posted January 3, 2009 Hai! I have edited the WeaponInfo.xml, so that the unarmed part looks like this: <weapon type="UNARMED"> <data slot="UNARMED" firetype="MELEE" damagetype="MELEE" group="PUNCH_KICK" targetrange="10.0" weaponrange="20.0"> <damage base="100000" networkplayermod="1.0" networkpedmod="1.0"/> <physics force="100000"/> <pickup regentime="0"/> <controller> <rumble duration="60" intensity="0.23"/> </controller> <flags> <flag>CAN_AIM</flag> <flag>ARMOUR_PENETRATING</flag> </flags> </data></weapon> But no matter how much I increase damage, force and range, it doesn't change anything in game. What else do I have to do? edit the melee.dat file instead Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058842526 Share on other sites More sharing options...
Brayzie Posted January 3, 2009 Share Posted January 3, 2009 If I understand right you wanna make the peds "fly" when you hit(punch/kick) them, right? here's what I did: <weapon type="UNARMED"><data slot="UNARMED" firetype="MELEE" damagetype="MELEE" group="PUNCH_KICK" targetrange="10.0" weaponrange="1.6"><damage base="125" networkplayermod="1.0" networkpedmod="1.0"/><physics force="999.0"/><pickup regentime="0"/><controller><rumble duration="60" intensity="0.23"/></controller><flags><flag>GUN</flag> <flag>CAN_AIM</flag><flag>ARMOUR_PENETRATING</flag><flag>HIGHER_BREAK_FORCE</flag></flags></data></weapon> Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058842580 Share on other sites More sharing options...
bikbok Posted January 3, 2009 Author Share Posted January 3, 2009 That's right, but I also wanted to be able to do it from a distance. Like using "the force" or something I'll test your suggestion now Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058842592 Share on other sites More sharing options...
Brayzie Posted January 4, 2009 Share Posted January 4, 2009 So, did it work for you? but there is only one problem with it, that the peds won't be able to punch/kick you 'cause you flaged it as a gun.(but if they have a knife/bat/gun they still can shoot you) Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058842835 Share on other sites More sharing options...
bikbok Posted January 4, 2009 Author Share Posted January 4, 2009 yes it worked quite well, thank you :-) - although it would be cool to be able to do it from a distance (like the force as I mentioned). Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058843925 Share on other sites More sharing options...
TmM_Automan Posted January 27, 2009 Share Posted January 27, 2009 If you want to use "the force" for an air punch, try editing the radius data in the melee.dat file, I have not tried it for iv but this is how it could be done in previous versions of gta. you will see most of the radius settings are quite low (0.4) , if you set them to say 30 then you can kill at a distance with your bare hands but it is not targeted so all peds within that radius will get punched Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058917892 Share on other sites More sharing options...
.Crinkle Posted January 27, 2009 Share Posted January 27, 2009 If you want to use "the force" for an air punch, try editing the radius data in the melee.dat file, I have not tried it for iv but this is how it could be done in previous versions of gta. you will see most of the radius settings are quite low (0.4) , if you set them to say 30 then you can kill at a distance with your bare hands but it is not targeted so all peds within that radius will get punched reminds me of an RPG where you use your staff to make everyone around you fall to the floor. Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058918340 Share on other sites More sharing options...
Dhatz Posted January 27, 2009 Share Posted January 27, 2009 the radius for melee has no effect,because the physics has to compute the collision,and no collision=no damage. but i've seen some parameter like model based somewhere in the data folder. Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058918618 Share on other sites More sharing options...
TmM_Automan Posted January 29, 2009 Share Posted January 29, 2009 oh well , it used to work like that ,nvm ,maybe I should have tested before posting. gta-iv seems to have much more going on than the last 3 major titles which is making it mare challenging to mod but then there is so much more to play with, I love it ! (off topic ) eg. I just made a glock pistol that fires glock pistols! it's 100% futile Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058924110 Share on other sites More sharing options...
Pixelated Posted January 30, 2009 Share Posted January 30, 2009 So I wanted to try this but looking at my melee.dat it doesn't look anything like what you guys are describing. The file is located at "C:\Program Files\Rockstar Games\Grand Theft Auto IV\common\data" right? Thanks. Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058925224 Share on other sites More sharing options...
Ricksta Posted January 30, 2009 Share Posted January 30, 2009 I'm going to try the 'air punch', its a great idea. Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058925243 Share on other sites More sharing options...
TmM_Automan Posted January 31, 2009 Share Posted January 31, 2009 @ Pixelated , yes that's where the file is but Dhatz is correct, it will not work as some form of collision is needed also melee.dat seems to be the exactly the same file from san andreas and it doesn't look like it has any effect in gta-iv ( so why is it there ? ) I have tried some other ways to get a working air punch now using the weaponinfo file but other than my game hanging, the closest I got was punches and kicks making riccochet sounds and nobody fighting back. again im sorry if I got anyones hopes up but it is going to take some kind of e-ninja to work this one out... who dat ninja ? Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058929364 Share on other sites More sharing options...
Pixelated Posted January 31, 2009 Share Posted January 31, 2009 I see thanks. Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1058929550 Share on other sites More sharing options...
STWMarshall Posted October 1, 2010 Share Posted October 1, 2010 Any one know how to edit CS 1.6/CS Condition Zero weapon data what should i do? can i edit simple like Gta san andreas , Can i use notepad? thx Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1060146966 Share on other sites More sharing options...
FabioGNR Posted October 8, 2010 Share Posted October 8, 2010 Any one know how to edit CS 1.6/CS Condition Zero weapon data what should i do? can i edit simple like Gta san andreas , Can i use notepad? thx WTF, your asking this at gtaforums.com, in GTA IV, over CS??? WTF duDE Link to comment https://gtaforums.com/topic/389974-increase-weapon-damage/#findComment-1060155662 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