Jump to content
Sign in to follow this  
Marijus

RUSSIAN Armor pack 5.0

Recommended Posts

@ Marijus

Nice addon but change the size of the screenshot in the 1st post to be under 100kb as it's way over the limit.

Share this post


Link to post
Share on other sites

Marijus, check your image sizes please. 800KB is 8 times the limit allowed (100KB).

Share this post


Link to post
Share on other sites

Thanks, but why is this thin "line" still on the main cannon? Russian tank ironsight if electronics/optics don't work? wink_o.gifbiggrin_o.gif

Share this post


Link to post
Share on other sites

looks great, what about a replacement pack? i wish i knew how to make one.

Share this post


Link to post
Share on other sites

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches {

class SmurfC_ERA_102_REPL {

units[] = {};

weapons[] = {};

requiredVersion = 1.0;

requiredAddons[] = {"CAWeapons", "CATracked", "SmurfC_ERA_102"};

};

};

class MainTurret;

class Turrets;

class ViewOptics; // External class reference

class ViewPilot; // External class reference

class AnimationSources; // External class reference

class CfgVehicles {

class Tank;

class T72: Tank

{

model = "\smurfc_era\smurfcT72ERAwd";

ejectDamageLimit = 0.95;

// CAVS

armor=1140;

armorStructural=5.0;

armorHull=0.91;

armorTurret=1;

armorGun=2;

armorEngine=0.8;

armorLights=0.2;

armorTracks=0.25;

class HitEngine {armor = 0.350000; material = 60; name = "motor"; visual = "motor"; passThrough = 1;};

class HitHull {armor = 0.800000; material = 50; name = "telo"; visual = "telo"; passThrough = 1;};

class HitLTrack {armor = 1.200000; material = 53; name = "pas_L"; visual = "pas_L"; passThrough = 0;};

class HitRTrack {armor = 1.200000; material = 54; name = "pas_P"; visual = "pas_P"; passThrough = 0;};

class Turrets : Turrets

{

class MainTurret : MainTurret

{

class HitTurret {armor = 1.000; material = 51; name = "vez"; visual = "vez"; passThrough = 1;};

class HitGun {armor = 2.000; material = 52; name = "zbran"; visual = "zbran"; passThrough = 0;};

};

};

};

};

This is from other pack,but from this you should be able to make replacement.Of course you have to change requiredAddons and model= for stuff from marijus config. wink_o.gif

Share this post


Link to post
Share on other sites

RussianArmorPack updated to version 6

T-72bm

T-72MP camo netted

T-80UD

T-80UD camo netted

T-80UK Comand Tank

T-80UK Comand Tank camo netted

T-90A

T-90S

BTR-80

BTR-80A

BTR-90

Version 6 changelog:

ADDED NEW tank. Armour pack now has the T-80UK,which is a Command and control tank with shtora system.Comes in both Camo net and plain versions.

(Note that only T-90A and T-80UK have laser-guided missile spoofing capabilities.(the ones with the IR emitters on the front)this may change when confirmed that the other variants have this spoofing system.

Rebuild of T-90 IR emitters

Fixed damage lod issues on all tanks(T-80 tanks will not have the weird artifacts when blown up...still can't fix the barrel issue though.

Shadow lods fixed and adjusted on all tanks.

Added vilas NSVT to all T-80 tanks.

Retextured T-72MP (looks bettter now and makes it a bit more unique from the T-80s).

Added Winter scheme version of T-90A.

Reintergrated the T-90 PlatoonCommander tank #301 and tweaked it more.My favorite so back in it goes.left the random number version in for wingmen.

Added and readjusted random hull numbers to T-80s.

Intergrated the newer newer armour values,T-90 turrets and bolts for hulls from version 5.

Tweaked ERA and box ontop of ERA wedge.to match closer to the real thing.Still have to resolve the frontal hull stretching/mapping issue so left it for future version.

Download:

http://files.filefront.com/Russian....fo.html

Share this post


Link to post
Share on other sites

These class names are kinda tough to get straight. Which is the T-90A and the new T80UK(non-Camo type). Then specifically which are the Camo version class names for each type.

I got em all listed but I keep getting which is which all screwed up.

Thanks in advance.

Share this post


Link to post
Share on other sites
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches {

class SmurfC_ERA_102_REPL {

units[] = {};

weapons[] = {};

requiredVersion = 1.0;

requiredAddons[] = {"CAWeapons", "CATracked", "SmurfC_ERA_102"};

};

};

class MainTurret;

class Turrets;

class ViewOptics; // External class reference

class ViewPilot; // External class reference

class AnimationSources; // External class reference

class CfgVehicles {

class Tank;

class T72: Tank

{

model = "\smurfc_era\smurfcT72ERAwd";

ejectDamageLimit = 0.95;

// CAVS

armor=1140;

armorStructural=5.0;

armorHull=0.91;

armorTurret=1;

armorGun=2;

armorEngine=0.8;

armorLights=0.2;

armorTracks=0.25;

class HitEngine {armor = 0.350000; material = 60; name = "motor"; visual = "motor"; passThrough = 1;};

class HitHull {armor = 0.800000; material = 50; name = "telo"; visual = "telo"; passThrough = 1;};

class HitLTrack {armor = 1.200000; material = 53; name = "pas_L"; visual = "pas_L"; passThrough = 0;};

class HitRTrack {armor = 1.200000; material = 54; name = "pas_P"; visual = "pas_P"; passThrough = 0;};

class Turrets : Turrets

{

class MainTurret : MainTurret

{

class HitTurret {armor = 1.000; material = 51; name = "vez"; visual = "vez"; passThrough = 1;};

class HitGun {armor = 2.000; material = 52; name = "zbran"; visual = "zbran"; passThrough = 0;};

};

};

};

};

This is from other pack,but from this you should be able to make replacement.Of course you have to change requiredAddons and model= for stuff from marijus config. wink_o.gif

thx a bunch, hamis, i´m trying to get into it to figure out how it works! your help is much appreciated! smile_o.gif

Share this post


Link to post
Share on other sites

Only thing I found with it is that its firing a "Heat" round instead of a AP shell or was that intended ? Good Job on the turret too  notworthy.gif

Share this post


Link to post
Share on other sites

Okie dokie...havin a look now.If I like what I see.I'll intergrate it into version 7,which has a new tank added.T-80UM1. thumbs-up.gif

Share this post


Link to post
Share on other sites

ok...got'r done...

Russian Armor Pack v7.0

T-72bm

T-72MP camo netted

T-80UD

T-80UD camo netted

T-80UK Comand Tank

T-80UK Comand Tank camo netted

T-80UM1 with ARENA system

T-90A

T-90S

BTR-80

BTR-80A

BTR-90

Changelog version 7.0

Not alot of changes,but significant ones.

Added the T-80UM1 with ARENA system...could use a proper script but works pretty good using shtora script.Although ARENA doesn't seem to be a spoofing system,but rather a destruction of incomming  missiles using projectlies,I'm hopeing someone will take on the task of scripting one.

Intergrated new NSVT and hatch  from marijus's 5.1 edit into All T-80's and 90's(hatch now opens in front of commander rather than behind,nsvt is more accurate in design)Nice job on the  nsvt/hatch stuff marijus!

Yet more Era,Shadow lod and texture tweaks(gettin sick of those...hehe)

Download:

http://files.filefront.com/Russian....fo.html

Share this post


Link to post
Share on other sites

343rdBadger,

I asked this previously but it must have slipped through the cracks.

Could you post the class names for all the tanks. I'm having a helluva time figuring out which one is which. And also add them to the subsequent ReadMes.

Share this post


Link to post
Share on other sites

dude, im confused. are there 2 different guys out there updated 2 different packs using the same pbo's?

Marijus has updated the Russian Armor Pack to v5.1

Russian Armor Pack by 343rdBadger updated to v7.0

both authors release updates and the pack includes a smurfc_era.pbo. huh.gif?huh.gif?huh.gif?huh.gif?huh.gif?huh.gif?huh.gif?

which do we use?

Share this post


Link to post
Share on other sites

I always get so confused by this as well. I believe marijus' pack only included a few of the tanks and is not a whole pack, but I'm not sure. I only say this because when he released his latest version, I deleted the older version from badger and when I loaded up my mission I got an error saying one of the tanks is missing. But the new badger version doesn't give me this error anymore. I don't know for sure which are missing, if any, from the marijus pack because I don't have any clue which class name is for which tank. They all seem to have the same beginning and the t8os have t90 in the classnames so it makes it even more difficult. I've asked multiple times for them to included the class names list say which tank goes with which class name but I never get any response.

Hopefully one of these days badger will sort this out for me. I've tried it many times but I get confused. Once again, could you please post the class names and which tanks they belong to and then include the class names in future ReadMes. It's great that this pack keeps expanding but I'd like to have a quick reference to distinguish between the tanks. I use DACv2.0 in my missions so the correct class names are vital.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×