AIs there any way to easily change a line in a wordpad/notepad file to edit weapon settings for certain guns? Like change the ammo count, accuracy (what I want to do), damage it does etc...?
If anybody knows if it is possible, then what file and what line(s)?
Oh, and will it just crash the game if you edit files this fragile?
At the moment I am looking in this directory: Objects_client.zip\Weapons\Handheld\USLMG_M249SAW
in the file USLMG_M249SAW.tweak and i'm seeing lines like this:
ObjectTemplate.fire.roundsPerMinute 900
ObjectTemplate.weaponHud.disableOnSprint 1
ObjectTemplate.ammo.ammoType 1
ObjectTemplate.ammo.magSize 200
ObjectTemplate.ammo.reloadTime 6.666
Is it possible to edit these lines to change things permanently?
eg: change the "ObjectTemplate.weaponHud.disableOnSprint 1" line to:
ObjectTemplate.weaponHud.disableOnSprint 0?
Would that enable firing while sprinting?
I would try it myself but I am too scared in case it screws my game up... I want to get confirmation from someone first
Also I found this in the Objects_client.zip\Weapons\Handheld\USLMG_M249SAW\ ai
File: weapons.ai
rem *** Add Saw ***
weaponTemplate.create uslmg_m249sawAI
weaponTemplate.indirect 0
weaponTemplate.minRange 20.0
weaponTemplate.maxRange 80.0
weaponTemplate.optimalRangePercentage 80
weaponTemplate.setFiringPose Lying
weaponTemplate.setStrength Infantry 7.0
weaponTemplate.setStrength LightArmour 1.0
weaponTemplate.setStrength HeavyArmour 0.0
weaponTemplate.setStrength NavalArmour 0.0
weaponTemplate.setStrength Helicopter 1.0
weaponTemplate.setStrength AirPlane 0.5
weaponTemplate.setSoundSphereRadius 60.0
Could you edit all these to make it that for example the AI stand up when firing?
(weaponTemplate.setFiringPose Lying)
btw I've done a search and found some threads pertaining to this matter, but nothing that comes to a real conclusion.
If anybody knows if it is possible, then what file and what line(s)?
Oh, and will it just crash the game if you edit files this fragile?
At the moment I am looking in this directory: Objects_client.zip\Weapons\Handheld\USLMG_M249SAW
in the file USLMG_M249SAW.tweak and i'm seeing lines like this:
ObjectTemplate.fire.roundsPerMinute 900
ObjectTemplate.weaponHud.disableOnSprint 1
ObjectTemplate.ammo.ammoType 1
ObjectTemplate.ammo.magSize 200
ObjectTemplate.ammo.reloadTime 6.666
Is it possible to edit these lines to change things permanently?
eg: change the "ObjectTemplate.weaponHud.disableOnSprint 1" line to:
ObjectTemplate.weaponHud.disableOnSprint 0?
Would that enable firing while sprinting?
I would try it myself but I am too scared in case it screws my game up... I want to get confirmation from someone first
Also I found this in the Objects_client.zip\Weapons\Handheld\USLMG_M249SAW\ ai
File: weapons.ai
rem *** Add Saw ***
weaponTemplate.create uslmg_m249sawAI
weaponTemplate.indirect 0
weaponTemplate.minRange 20.0
weaponTemplate.maxRange 80.0
weaponTemplate.optimalRangePercentage 80
weaponTemplate.setFiringPose Lying
weaponTemplate.setStrength Infantry 7.0
weaponTemplate.setStrength LightArmour 1.0
weaponTemplate.setStrength HeavyArmour 0.0
weaponTemplate.setStrength NavalArmour 0.0
weaponTemplate.setStrength Helicopter 1.0
weaponTemplate.setStrength AirPlane 0.5
weaponTemplate.setSoundSphereRadius 60.0
Could you edit all these to make it that for example the AI stand up when firing?
(weaponTemplate.setFiringPose Lying)
btw I've done a search and found some threads pertaining to this matter, but nothing that comes to a real conclusion.

Help?
Comment