Please do not ask when mod authors will update their mods to 3.10 or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
This mod makes it so that the akm, akmn, akms and the akmsn will shoot at the fire rate of the colt m4a1.
if you want to support me you could buy me coffee
-
Version 1.0.0
- BubbaGMobile
- 948 Downloads
Netnikogo
Thx about your mod. Any idea how to change the song speed to match RPM ? for exemple if i put 2000 RPM i sound the same than 650 RPM ?
BubbaGMobile Author
no sry i dont how to change the song speed im not that great of mod dev.
Mr.cymrak
Simply the best, thanks for your creativity and help to the community!
BubbaGMobile Author
thank you for suggesting it so i could help people out that wanted this
Kiichi42
if i want to add the rd704 to this, what would i have to add in the .ts file??
BubbaGMobile Author
you basically copy the code of one of the already existing weapons and change the weapon id to the one of the rd704 (https://db.sp-tarkov.com/search) i use this website to look up the id's of items after that your change the names to the rd704
after this you can safe the file relaunch the game and you should be ready to go
I hope this helped
Mr.cymrak
You even added instructions to the mod itself, great. I've already adjusted all AK series for myself thanks to you.
BubbaGMobile Author
np im happy to help
Mr.cymrak
It turns out "ID" rd 704 will: 628a60ae6b1d481ff772e9c8
As a result, according to the template you will need to add:
const RD704 = tables.templates.items["628a60ae6b1d481ff772e9c8"]:
and below the template with other weapons:
//RD704 changes
RD704 ._props.bFirerate = 800;
Firerate -you can make any value as you like
Kiichi42
thanks guys for all your help