Jump to content

cybervirus92

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by cybervirus92

  1. "Firing the M16 in automatic mode will cumulatively reduce the chance of a critical with each additional shot." Is this a new feature that we can mod/turn off? or is it just a natural occurrence with firing with fast weapons like it already seemed like when using modded weapons with bigger mags/custom fast fire rate set?
  2. I am also starting to think that custom attachments are currently bugged as I have been driven crazy lol. I'm trying to mash up some weapon mods for personal use and no matter what custom attachments are not moving at all in debug mode and also do not respond to coords set in the files. I can move muzzle flash and vanilla red dots etc just fine on custom weapons but any custom models for attachments say for example slings nothing happens, would love for someone to shed light on this or confirm if it is a bug.
  3. Hey, I found a decent enough workaround to the point where it sounds normal. sound FirearmDEShot { category = Item, is3D = false, clip { file = media/sound/DEshot.ogg, distanceMin = 0, distanceMax = 0, reverbMaxRange = 10, reverbFactor = 0, } } The is3d Line is key in getting rid of the weird ear to ear distortion, but then you can physically move around the gunshot sound ingame, the distance min/max 0 gets rid of that problem, finally the reverb factor is to get rid of the insane reverb on the menu and i think when its thunderstorming? might be a good idea to play around with all the values but I got sick of it and moved on to making a mili base loot mod. Not the perfect fix but found a way around and right now im happy with it, sounds just like it should and you would expect, try it and let me know what you think.
  4. Hey all, I'm trying to give the DE pistol its own firing sound as I think it should sound different and more powerful than the m9/m1911 If i just change the swing sound on the deagle in scripts/items_weapons.txt to point to a wav it works ingame but when I turn my camera or move the sound distorts as if I'm moving around the sound, even If i grab the default 9mmshot wav it does the same thing. If I try add a new sound to the game itself I'm obviously missing something, so far I've made a duplicate of the Firearm9mmShot in sounds_items.txt and renamed mine to FirearmDEshot but for this line underneath I'm unsure of what to do: event = Weapons/Firearm/9mmShot I've tried just having it point to the wav but im obviously missing something as ingame I can see my sound in the advanced sound menu but trying to play it I only get silence. If anyone could help that would be great as my only working way right now sounds terrible with the moving distortion. Also if anyone knows how to just make a import of the sounds_items.txt as right now Im just making a whole copy of the default one than just adding my sound, I have got a import working for just the items_weapons.txt just adding my deagle change. Cheers!
×
×
  • Create New...