pez2k
Member-
Content Count
33 -
Joined
-
Last visited
-
Medals
Everything posted by pez2k
-
BAF L111A1 sound issue
pez2k replied to Militant1006's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
It's already been noted in the bug tracker, so BIS should be aware of the problem. There are a few related BAF weapon bugs, like a silent 40mm and 7.62x54 L7A2s, hopefully they'll be cleared up by the next patch. -
The default configs for the G36s are a bit messy, this error is normal.
-
One of the SLX mods lets you holster your pistol, but unfortunately it needs a menu action to do, rather than using the default lower weapon key. I'd definitely support the ability to lower and/or holster any weapon. The game suffers slightly from the inability to lower launchers too, something bulky like a Stinger blocks a lot of your view and the lower weapon key puts it away completely. It's awkward having to aim down then look up just to be able to scan the area for enemies. The binoculars would also benefit from ungluing your hands and eyes from them, it's much more natural to wander around with them in one hand by your side, raising them to your eyes when needed. You could basically have the current pose with them held to your eyes as an aimed animation, the binoculars held at chest height in both hands as a ready animation, then the unarmed animation set with binoculars in one hand for lowered / movement animations. Since they'd no longer be permanently aimed, it should also allow you to run with binoculars like other weapons.
-
Vehicle physics as a whole need a bit of a revamp. I'd like to see even basic physics settings like a torque curve and gear ratios introduced in the next game, so that vehicle performance can be based on some sort of real data rather than some abstract figures.
-
Update the Hand & Arm Animations
pez2k replied to Gunter Severloh's topic in ARMA 2 & OA - SUGGESTIONS
I was counting the M4A1, M4A1 ACOG, M4A1 Aimpoint, suppressed M4A1 etc. as one weapon since you'd handle them all identically, in the same way that GRAW2 handles a SCAR-L, SCAR-L ACOG, SCAR-L Aimpoint, suppressed SCAR-L etc. with the same animations. Basically, the actual guns in each rather than each individual setup, and sticking solely to guns since launchers are rather different with a lot not being reloadable in the first place. It is definitely just eyecandy. There are several other feature requests that are way more important, never mind bug reports, but you can't polish something too much. If it wasn't so trivial I'd even suggest BIS should try to make strings like magazine names more consistent, rather than 'G36 Mag..', '20Rnd STANAG', '.45 ACP' and so on. It's a case of making the game look more professional and finished. It's really just a reflection of BIS' approach to games development, we have a game that does a very wide range of things in quite accurate technical detail, but sacrifices some prettiness and polish to do it, in complete contrast to the likes of COD:MW2 where everything is shiny but you can basically only shoot and jump. Bottom line though, like has been brought up, is time and budget. It's not like a lack of fancy hand-waving would stop me buying the next BIS title, but it'd be nice to see. -
Update the Hand & Arm Animations
pez2k replied to Gunter Severloh's topic in ARMA 2 & OA - SUGGESTIONS
Arma 2 has roughly 30 guns, but you'd need nowhere near that amount of animations. The AK47, AKS, AK74, AKS74, AK107 and RPK-74 would all handle pretty much identically, so there's six guns catered for already with one set of animations. GRAW2 has about 18 guns, but all have unique animations. For the amount of effort that it took per gun, bear in mind that GRIN, the developers, added in the fully animated M1014 and the actual code to handle shotguns at all (loading round-by-round, multiple projectiles per shot, etc.) entirely as a free patch because some fans wanted a shotgun. It's not exactly profit-destroying, even for a small company like GRIN (although the stupidly bad reviews for Bionic Commando were). Also don't forget that I'm not arguing that BIS should spend hundreds of hours being as detailed as GRAW's animations. There's a huge gulf in detail between multiplayer-synced third person fire selector animations and having literally two reload animations for guns at all. I'd be happy if they just aimed anywhere in the middle of that area. It doesn't have to be motion captured even, I'm pretty sure they didn't get a guy into the studio and have him reload a PKM like you do in Arma 2. The GRAW mention was solely pointing out that it's feasible to do even entirely with full-skeleton animations. -
Update the Hand & Arm Animations
pez2k replied to Gunter Severloh's topic in ARMA 2 & OA - SUGGESTIONS
Yep, neither time nor effort are free. -
Update the Hand & Arm Animations
pez2k replied to Gunter Severloh's topic in ARMA 2 & OA - SUGGESTIONS
The two Ghost Recon: Advanced Warfighter games on PC also simply placed the camera in the third-person player model's eyes, including having collision models for weapons, but still had detailed full-body animations for every weapon to the point of having a fire selector flick on the Glock 18. It's not an impossibility, it's just a matter of time and effort. -
Update the Hand & Arm Animations
pez2k replied to Gunter Severloh's topic in ARMA 2 & OA - SUGGESTIONS
It doesn't necessarily have to be entirely accurate for every gun. Simply having more than one reload animation per weapon slot would be miles ahead of where we are now. A lot can be reused too, a simple mag out, mag in, right hand side charging handle animation will roughly fit any AK, the SG550 series, FAL, FNC / Ak 5 series, removable mag SKS, M14, G36, and so on. It could even be split, so there's a mag change animation then a charging handle. Mag changes are as simple as regular weapon or bullpup, with the option for niche cases like a Bizon or P90 if you want to get complicated. Then you have a left side bolt release, right side charging handle pull, left side pull. An AK would be regular mag change then right side pull, an L85 would have a bullpup change then a right side pull, an F2000 bullpup then left side pull, an M16 a regular change then a left side release... Suddenly you have less wafty animations, and a lot more variety, with a total of about five animations. LMGs could pretty much just replace the mag change with a left side belt swap and right side belt swap and they're covered too. A different pull for bolt-action weapons, and a fumble on the top right for fixed-magazine weapons and suddenly we're getting a lot of things covered. It doesn't have to be pixel-precise to be better than what's there now. A P90, Garand, PKM and M1014 all have the same reload animation and time, which is useless. Look at the classic Counter-Strike and its custom model releases for just how many weapons will fit decently on one set of animations, and a game developed by two people on their own time that still has a couple of dozen sets of arm animations. -
[SOUND] - Picking single gun sounds from big packages
pez2k replied to megagoth1702's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
In your case of the SCAR inheriting from M16_base, you're not modifying M16_base so all you need to say about it is that it exists. class M16_base; You can then inherit from it with class SCAR_base : M16_base { (code) }; just fine. -
Nuts & Bolts of recoil editing - Help!
pez2k replied to JB76239's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
http://tactical.nekromantix.com/wiki/doku.php?id=arma:config:cfgrecoil Useful site to bookmark, has a fair bit of information not on the BIS wiki, and vice versa unfortunately. -
What are the name of M240 and PKM tracer models?
pez2k replied to Mudkip's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
tracersEvery = 4; lastRoundsTracer = 4; Fairly self-explanatory, the first one is how frequently a tracer is fired, in this case after every four bullets, and the latter is how many bullets at the end of a magazine are tracers, in this case the last four. Note that these go in the magazine definition rather than the ammo. However, more pertinently for your question, this is the ammo definition for the PKM: class B_762x54_Ball : BulletBase { hit = 12; indirectHit = 0; indirectHitRange = 0; cartridge = "FxCartridge_762"; visibleFire = 22; audibleFire = 18; visibleFireTime = 3; cost = 1.2; airLock = 1; model = "\ca\Weapons\Data\bullettracer\tracer_green"; tracerScale = 1.2; tracerStartTime = 0.075; tracerEndTime = 1; airFriction = -0.00096; }; -
UKF do it by binding a script to a key combo that replaces your weapon with a working laser with the same model with a working flashlight. It has several drawbacks, not least that the weapon swap means your gun resets muzzles, firemodes and optics modes, and is reloaded.
-
Upgrade OA from dvd to Brittish Exp. on Steam?
pez2k replied to sigge88b's topic in ARMA 2 & OA - GENERAL
Yeah, Steam only allows you to buy the expansion if you own OA on Steam. I have a Steam Arma2 install with a DVD copy of OA merged in, but since OA isn't bought from Steam I can't buy BAF from it either. -
Australians At War - Combined Ops
pez2k replied to [xdf]kanga's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
If you have a look in the XML files in the YAS autoconfig in the first post, you can probably work out where to download the files from manually. I'm not going to be specific though, in respect of the AAW team's decision that people should use YAS to download the mod. -
Error message missing addon
pez2k replied to GalComT's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
You need a CfgAddOns class. class cfgAddOns { class preloadAddOns { class fcf_g36 { list[] = {"fcf_g36"}; }; }; }; It's not something that's really documented anywhere, so most mods lack it. Also, your CfgWeapons can be stripped down somewhat: class CfgWeapons { class Default; class RifleCore : Default {}; class Rifle : RifleCore {}; class G36C : Rifle {}; class FCF_G36k_eo_s : G36C { model = "\fcf_g36\G36k_EO_s"; picture = "\fcf_g36\i\w_G36K_eo_s_ca.paa"; irDistance = 100; displayName = "G36k EO S"; handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons_E\SCAR\Data\Anim\SCAR.rtm"}; modes[] = {"Single", "FullAuto"}; }; }; I wouldn't add anything to the default G36C class unless you really do want to change it. You also don't need to declare the firemodes in it unless you're going to extend them in your subclass, ie. class Single : Single { reloadTime = 0.075; }; I'd also say that it's probably worth just stating class G36c; without its whole inheritance tree. It'll produce an error of Updating base class ->Rifle, by ca\weapons\config.bin/cfgWeapons/G36c/ in your .RPT, but most mods do and it's more of a notification that the tree has changed than a problem. It's just saying that G36C is now a subclass of Rifle, rather than nothing, which is how it is anyway. It's also a good idea to make sure that cases match, ie. "FullAuto" vs "Fullauto", and to wrap strings like displayName in quotes, but neither of those are major, just good practise. -
The Lost Brothers Mod Official Release thread for ArmA2/OA
pez2k replied to miles teg's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Don't worry, there aren't actually too many mods that use it, and next to no information on BIS' wiki about it. -
RH Hk416 pack 1.2 for OA / CO
pez2k replied to roberthammer's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
They both use the same hand animations, and looking at your third-person screenshot the guy with the SCAR has his eyes in line with the sight while the guy with the TAR is looking way over the top of it, like the first-person images. Arma just has a weird field of view when it comes to holding guns, so anything not held high and forward seems as if you're hip-firing it in any stance. -
RH Hk416 pack 1.2 for OA / CO
pez2k replied to roberthammer's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
The best way to look at it is that the character's right hand is always in the same place when holding a primary weapon. With a SCAR with a huge sight, you're basically holding the lowest rearward point of the weapon. On a TAR-21, the hand is ahead of the halfway point of the gun, and relatively high up, so in first person it appears lower and further back. It's even more pronounced when using something like a TMP or MAC10, as the whole gun is offscreen due to it being virtually all on top of the right hand. What's fixed in this version? -
The Lost Brothers Mod Official Release thread for ArmA2/OA
pez2k replied to miles teg's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Try adding a CfgAddons class, for example: class cfgAddOns { class preloadAddOns { class LoBo_weapons_Iraq { list[] = {"LoBo_weapons_Iraq"}; }; }; }; Without it you'll be getting a similar error in the .RPT too, once for every weapon or magazine created. The solution is just to explicitly preload your addon like this, using the name from CfgPatches. -
The Lost Brothers Mod Official Release thread for ArmA2/OA
pez2k replied to miles teg's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
The CS AK47 you might want to credit properly, the model's by Shrike and the skin by Wannabe. Used the model for ages back in the day, and the wood's a very distinctive orange. The other identifier is the texture names, QS_AK, which was the original release tag before Wannabe reskinned it. -
Where to edit "rate of fire" of weapon?
pez2k replied to TomyLee33's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
reloadTime is the time in seconds between shots, so if your rate of fire is in rounds per minute, divide 60 by it. For example, 750rpm: 60/750 = 0.08 seconds between shots. -
Take a look at Vilas' Eastern / Russian weapons pack, it has plenty of RPGs (four RPG-7 variations plus models all the way up to the RPG-29).
-
Players should NEVER have to install add-ons
pez2k replied to polar bear's topic in ARMA 2 & OA - SUGGESTIONS
To be honest, one of these addon sync tools should really be integrated into the next ARMA. You'd not necessarily need to download the addons directly from the server, instead it would have a link to a remote repository with the mod in it. For further new user friendliness, it could even be considered to have a BIS-regulated promotional list of mod repositories that the game automatically retrieves containing popular and/or major mods such as ACE or I44, so a new user could quickly find and install through the game's addon sync some of the more popular mods around. The whole ingame download feature is of course not at all new in the gaming world, nor the ability for the game to download mods from a remote server. Even the devs promoting community mods isn't breaking new ground, so it's all quite feasible to implement. -
Just a minor bug report, the PKM with PCS-5 is using the same texture paths as the PKMs in your AKs pack. I'm using both so it works, but others might not be. One question: how many of the models are updated compared to the versions in P85 (the AKMS + Pallad, the RAK, the Wist, etc)? I'm using virtually all of your weapon packs at once plus P85, but manually removing the older versions of duplicate models. If they're the same then I can keep the ones I have and just add the modern weapons like the Beryl.