Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The important part is to be careful and to add the line to every single category weapon inside every each file.
As you said, inside every files there are a lot of weapon. I`ve missed some first time, and after i fixed them all, went smooth.
Bless upon you, may the Z never catch you!
muzzle_flash_revolver = M625
muzzle_flash_revolver_long = Anaconda, Python, M29, etc.
muzzle_flash_revolver_short = M36
muzzle_flash_hunting_rifle = Remington M24, M788, etc.
muzzle_flash_assault_rifle02 = 7.62x51 weapons
muzzle_flash_assault_rifle = AR-type weapons, AKs, SKS, SMGs
muzzle_flash_shotgun_double_barrel = Self explanatory
muzzle_flash_shotgun_sawed_off = Also self explanatory
muzzle_flash_shotgun = Pump-action shotguns
muzzle_flash_handgun = M9/Glock 17/Colt Ace
muzzle_flash_handgun02 = Colt M1911/Delta
muzzle_flash_handgun03 = Desert Eagle
/***********************Handling***********************/
MuzzleFlashModelKey = muzzle_flash_assault_rifle,
MaxRange = 25,
MinRange = 0.61,
MinAngle = 0.97,
MinSightRange = 2,
MaxSightRange = 10,
It may be that each gun needs the right muzzle model and I got lucky guessing each of mine, so I'll list what I assigned for each gun in my next comment.
I copy paste here the example section of Handling of the Assault Rifle file to see if you find mistakes to correct:
The lines is added as @rubber Flubber recommended under of Handling, using a comma. This is the copy paste (not formatted)
I m posting here to help others too, please correct if you see any mistake, because is not working for me
/***********************Handling***********************/
MuzzleFlashModelKey = muzzle_flash_assault_rifle,
MaxRange = 25,
MinRange = 0.61,
MinAngle = 0.985,
MinSightRange = 2,
MaxSightRange = 10,
MinimumSwingTime = 0.5,
SwingAmountBeforeImpact = 0,
ProjectileCount = 1,
SwingTime = 0.5,
AimingPerkCritModifier = 15,
MaxHitCount = 1,
ToHitModifier = 1.5,
-----
From here go on and on but i can`t use more than 1k characters lenght comment
Thanks for your answer and to @MoltoInutile. (yes, im using FirearmBeta)
I`ve followed your istructions but sadly dind`t work.
ive added the command line to every txt file. I report them here for be more comprehensive:
AssultRifles
Deprecated Compat
Handguns
leverActionRifles
Revolvers
rifles
Shotguns
SMGs
Just to be sure, the lines need to be added only in the files that have as a name a category of weapon , yes? or to add to the txt file like ammo too ?
I don't believe it matters too much what muzzle flash you choose for each gun type, just that they have one.
MuzzleFlashModelKey = muzzle_flash_varmint_rifle
MuzzleFlashModelKey = muzzle_flash_revolver
MuzzleFlashModelKey = muzzle_flash_revolver_long
MuzzleFlashModelKey = muzzle_flash_revolver_short
MuzzleFlashModelKey = muzzle_flash_hunting_rifle
MuzzleFlashModelKey = muzzle_flash_assault_rifle02
MuzzleFlashModelKey = muzzle_flash_assault_rifle
MuzzleFlashModelKey = muzzle_flash_shotgun_double_barrel
MuzzleFlashModelKey = muzzle_flash_shotgun_sawed_off
MuzzleFlashModelKey = muzzle_flash_shotgun
MuzzleFlashModelKey = muzzle_flash_handgun
MuzzleFlashModelKey = muzzle_flash_handgun02
MuzzleFlashModelKey = muzzle_flash_handgun03