Jump to content
Ghost Recon.net Forums

DWG

Members
  • Content Count

    101
  • Joined

  • Last visited

Posts posted by DWG

  1. Heres the latest Vehicle done, a M113a2

    Not bad at all, but a few things could possibly be tweaked to be better still.

    The rear idler is too low, the axle should be almost level with the top of the roadwheels (this does seem to vary with specific model, but of the images in Janes Armour and Artillery most are noticeably higher than that on the model).

    Tracks are typically drooped to run along the tops of the roadwheel (though I don't know whether GR will let you model that). Putting the typical skirts on the model would hide it and make it a non-issue.

    The glacis angle doesn't look right to me, but that might just be down to the angle of the model in the image.

    Most A2s seem to have the external fuel tanks at the rear, but apparently that's an option rather than a definitive part of the vehicle.

  2. I haven't seen either of these weapons and don't have the first clue about how to make it myself, so I was wondering if it is out there somewhere.  I have always thought this is one of the coolest and most versatile weapons made.

    HK-91 is simply a semi-auto G3 for the US civil market, the HK-93 is a semi-auto HK-33. The Saudi soldier in the clip you referred to would have been using a G3.

    There are quite a few mods with different G3 variants.

  3. Us Brits were doing this when we were out in Northern Ireland back in the eighties. One nickname for the tanks with the "fence armour" was Pig. The tail fins of the RPG rounds wouldn't go through, the gap between the "grid" bits on the armour was too small, thus creating an great defence.

    First time I've heard anyone call a Humber Pig a tank! 1 ton truck with delusions of grandeur might be more to the point.

    See http://www.joseph1.demon.co.uk/pgpigturret.htm

    As pointed out the fins on an RPG aren't robust enough to stop the warhead (and the stand-off distance isn't great enough, the fuse would have impacted before the fins met the fence, but in any case the main anti-vehicle threat in NI wasn't the RPG-7, which saw very little use, but culvert bombs and 'mortars'. The 'mortar' in question wasn't the 81mm trench mortar everyone thinks of when they hear the term, but a remotely fired improvised device usually hidden in a roadside hedge and fired horizontally as a vehicle passed.

  4. Been looking for Civvie vehicles for my MIB Mod, which I gave up on a year ago - one of the missions was to envolve ambushing a MIB convoy that used Black Suburban vehicles.  :rofl:  especially is windows shatterable, doors openable etc etc - now I can build them myself  :thumbsup:  :D

    Or download the Return to Kosovo mod....

  5. 'Stryker' APC - with anti-RPG 'fence' armour

    How does the armour work. Does it actually stop RPG rounds? Sounds great.

    There are basically three kinds of add-on armour: spaced, reactive and applique.

    RPGs are a shaped charge warhead (just like those of ATGM and tank HEAT rounds), the explosion of the inverse cone shaped warhead converts a copper liner into a high speed jet of metal a few millimetres wide that basically bores through the target armour. Penetration is often stated to be roughly equal to the diameter of the warhead.

    Spaced armour, from WWII era Schutzen skirts through to the 'fence' armour on the Stryker and the chains dangled from the backs of some Israeli tank turrets, works by making the charge detonate early, allowing the jet to dissipate to a considerable extent before it contacts the main armour of the vehicle. It's disadvantage is a bad habit of getting caught on things.

    Reactive armour works on a different principle, by disrupting the jet with an explosion directed outwards, but isn't used extensively by the US forces (ISTR the USMC had some kits for their M-60s, but can't think of any other use). Reactive armour is usually easily spotted as a series of thin, angular boxes tacked on top of the existing armour as an add-on. The disadvantage of reactive armour is that it also has a reputation for being easily damaged and even a successful detonation of a box leads a hole in the armour array until you can replace it. Many ATGMs now feature an extended probe with a small charge to trigger any reactive armour before the main charge arrives.

    Applique armour covers everything from the purpose designed add-on armour sets used by M-1s and Bradleys and the Kevlar inlays being produced to up-armour Hummers and other softskins, through scavenged bits of metal to spare roadwheels and the crew's personal kit and simply functions by giving the warhead extra material to penetrate before getting to the innards of the vehicle.

    All three types will work against shaped-charge warheads, only Applique has a significant effect against KE rounds (though the new Russian Kontakt-5 reactive armour is claimed to be able to defeat a KE round)

    There is a fourth type of armour with considerable promise for defeating shaped-charge warheads, electrical armour in which a very powerful electromagnetic discharge is used to disrupt the formation of the jet, but that is at the very early demonstration stage.

  6. That 'M113 with MG turret' picture is actually an Armoured Infantry Fighting Vehicle rather than an M113.

    The M-113 picture shows both M-113A3 (front) and M-113A1 or A2 (back), the primary visual difference is the external fuel tanks at the rear of the M-113A3 (one either side of the ramp).

  7. Forget the last post i put in i've got it working, only thing is that the pic isn't showing up in game ????????????.

    My fault, I forgot the icon files -- mostly because I rarely bother copying them. The icon file is specified by the <KitTexture> tag in the .kit file and can be found in the directory shell\art\kit.

    One more thing in the game the crosshairs is a square yellow box you can't see though.

    The reticle file is missing.

  8. SO you just copy and past the name of weapon in Strings.txt The same way they have there in the There String.txt You are going name the file the same way they have there's.

    I'm not clear what you mean, there's certainly several extra double quotes in your example and you seem to have editted the lines you copied to insert ' _nmm_', where they should be copied unchanged. As an example, three lines from my strings.txt:

    "AI_AW50" "AI AW50"

    "AI_L115" "AI L115"

    "AI_AWC" "AI AWC"

    If I'm copying the L115 to another mod, then I need to copy the line

    "AI_L115" "AI L115"

    to the destination strings.txt. Nothing needs to be changed in this line, it just needs to be inserted in the destination file. Notice that the entries in strings.txt come in pairs, one pair to a line, each member of the pair surrounded by double quotes. The left hand entry needs to be exactly identical to the <NameToken> value from the .Gun file -- in this case that would be

    <NameToken>AI_L115</NameToken>

    This is one of the values where Ghost Recon is case sensitive, so "aI_L115" or any other variation won't work. The right hand value is simply the text string that will appear in the HUD.

    If you get the values in strings.txt wrong the game will still work, it will just display the <NameToken> value in the HUD instead of the right hand.

    <Count>35</Count> then add the number of sound files that i have added

    like i have added 4 new sound files then add 4 on the <Count>39</Count>

    That's right. Sounds are the other value you can get wrong without causing the game to crash, if the sound file can't be found, then the weapon will simply be silent.

  9. I am new at this. I want to put a weapon in a different mod for my own use. Now I Almost got it.  When I get to chousing the weapon it crashes. I Don’t Know How to Edit the Install.iit.

    So that's what's in the install.iit files...

    It's not something you need for moving a weapon between mods, though.

    You need to copy the following files:

    At least one .kit file using the weapon, be careful not to pick one that uses a weapon you don't want to copy as a secondary (or a primary if copying a secondary weapon). Found in the sub-directories below \kit in the mod.

    The .gun file that goes with the .kit. Found in the \equip directory, look in the .kit file to determine the name of the .gun file.

    The .qob file that goes with the .gun file. Found in the \model directory, look in the .gun file to determine the name of the .qob file.

    The texture file(s) that go with the .qob file. Usually found in the \textures directory. Sometimes the name of the appropriate file(s) will be obvious, but to be sure you get everything necessary you need to download Skinner and open up the .qob file in it to see just which textures it uses.

    The .wav files that go with the .gun file. Found in the \sound directory, look in the .gun file for the files listed following <Selective>, depending on the weapon there will be one to four files listed. (If the weapon uses default GR sounds then there is no need to copy them)

    The .rsb file for the reticle that goes with the .gun file. Found in the \shell\art folder, look in the <ReticuleTextureName> tag for the name of the file. (If the weapon uses a default GR reticle then there is no need to copy it)

    Open strings.txt in \shell, find the entry matching the <NameToken> tag in the .gun file, copy it to strings.txt in the destination mod.

    Open effects.xml in \sounds, find the entries matching any sound files you copied, copy them to effects.xml in the destination mod. Increment <count> in the destination effects.xml file by the number of entries copied.

    That should be it. In all cases it's vital you do not rename the files or change any of their contents (you can, but then everything else has to be changed to match and this isn't recommended for beginners) and in general they should go in the same directory in the destination mod as they are in the original. .kit files can however be copied into any of the folders below \kit if you want to swap weapons between snipers, riflemen etc.

    Most mistakes will unfortunately cause a crash to desktop.

  10. rename it to ica_us_sniper. copy it and paste it into the character folder. then come back and rename it again to ica_us_sniper_a, then repeat and then come back to rename it ica_us_sniper_b.

    It might be worth pointing out that some of this is only necessary if you are using the .atr files unchanged. The <name>.chr, <name>_a.chr, <name>_b.chr system is intended to allow the graphics engine to use models with lower levels of detail when they are further away (hence LOD2/3 in the .atr files). If you aren't worried about saving the graphics engine some work then you don't actually need multiple LoDs, and you can dispense with the _a.chr and _b.chr, but you must modify the .atr files to match by deleting the LOD2 and LOD3 lines (and their equivalents for Desert and Cuba if used).

    It's more applicable if you aren't trying just to overwrite the default characters. if you are using Skinner then dispensing with the additional LOD .chrs means you only have to do one third of the work and also makes the eventual download a tad smaller.

  11. whoever came up with that needs to do some major research, cuz the M-82 isn't compatible with SLAP rounds like the M2 is. Modders try for realism, if I'm not mistaken (genuflects to CHEMS, Snowfella, Piccolo, etc.).

    This is a thread discussing taking out tanks with AMRs, I'm not sure reality is real high on the list of priorities here....

  12. It's a 4,7cm PAG (panzer afweer geschut) aka a 4,7 AT gun. It was used by the Dutch in  1940 (and previous but not in action).

    IIRC the Bohler is Austrian built, was used by the Austrian army and the Austrian weapons were adopted by the Wehrmacht after the Anschluss -- so it makes a perfectly valid AT gun for WWII German forces.

    A quick bit of checking says the Austrian designation was the M35 and that it was also used by Russia, Romania, Lithuania and Italy (Cannone da 47/32). The Allies later captured and took into service some 200 of the Italian variant, converting 96 for parachute delivery.

  13. Well, the US used APC are few in number (Bradley, M113, AA7V1, Stryker and LAV-25) are the ones off the top of my head.

    I've seen a variant of the Commando family in film clips from Iraq, a quick web search suggests it's the M-1117 Guardian Armoured Security Vehicle used by the USAr's Military Police -- http://www.globalsecurity.org/military/sys.../ground/asv.htm

    For the timescale of Ghost Recon the Marine Corps' Expeditionary Fighting Vehicle (ex-AAAV) should be starting to appear, and the Army's FCS APC variant should be in evaluation. We know what the EFV will look like, but the FCS is still too immature.

    It all depends it u count the up-amoured armament Hummers as APC's ?? The are impervious to small arms, have a heavy weapon mount and carry troops - seem to fall into the 'Wheeled APC' type.

    I barely count Saxon as an APC, the uparmoured Hummers are just a protected utility vehicle like the Armoured Landrovers we use. Suitable for patrol in low threat areas, not for serious combat use. The UK designates the new Panther as a command and liaison vehicle, which is a good measure of what they should be used for.

  14. If a Catia expert and a 3dsm expert both modelled weapons, I believe 3dsm would win out. It's just better suited for that kind of work.

    ROFL! Sorry, but you do realise the original weapon may have been designed with CATIA? CATIA has the possibility to produce an absolutely accurate model, because the source file for the model and the source file for the real thing may be the same file.

    [i also don't agree with you that CATIA is more powerfull...

    Get back to us when you've successfully designed the real Airbus A380 or Boeing 7E7 in 3dsm.

    3dsm is a good tool for low cost 3D graphics. CATIA is the world's leading tool for 3D engineering design. 3dsm is an accessible tool for modders, CATIA only makes economic sense for serious engineering companies. A is better than B doesn't make sense, they are simply too different.

  15. A really good programmer could probably have figured out of this, but then he would have been breaking the law as it's RSE/UBI property I think.

    Potentially it violates the reverse engineering restrictions of the US Digital Millenium Copyright Act, and the US claims the right to prosecute DMCA violations no matter where in the world the law was contravened.

    Not something to try without a waiver from RS/Ubi saying they're okay with it...

    DG

  16. 1.)  would it be a problem to move files from these mods on selected weapons to the GR folders?

    If you make any mistakes while doing it, yes. If you want to integrate the selected weapons completely so that you don't need the mod activated then you would need to move the kit, gun, model, sound, reticle and texture files (you'll need Skinner just to figure out which texture files you need) and the appropriate lines from the strings.txt and effects.xml files.

    2.)  do I absolutely need to have those mods activated for the associated weapons to be added to kits through KitMatrix?

    KitMatrix? If the files are in the mod folder, you need the mod active to get at them.

    3.)  would it royally screw things up to REPLACE weapons/equipment/kits from GR with others of my choosing from these mods?

    As those are used by the opfor and friendlies in the missions, entirely possibly -- you really don't want any AI controlled characters with explosive only weapons in a confined space....

    The best option for your purposes would be to identify the kits you want and delete all other kit and kit restriction files in the mods.

    (Note to mod makers, naming your kit files as <primary>_<secondary>.kit makes life much easier for those of us who like to twiddle with mods)

  17. @DWG : A 8x8 LAV with 30mm turret (cant remember the vehicles designation at mo) is in the works, and its pretty easy to then convert thatinto a Stryker afterwards - I'll even have ago at the anti-RPG 'fencing' around them (VERY topical at mo), Warrior and Saxon, Im afraid there a bit futher down the (long) list but eventually, yes.  :thumbsup:

    Can't ask for more than that.

×
×
  • Create New...