Results 1 to 4 of 4

Thread: Creating a Tow-2B

  1. #1
    Hello everyone this is my first post. Could anyone give me a hand in creating a top attack Tow-2B for flashpoint Res. If permission was given I belive that the KH M1A2 SEP Script for the Staf round would be a good place to start. Also is there a way to extend the range of the CBT Bradly TOWs befor the go ballistic?

    Cheers

  2. #2
    Quote Originally Posted by [b
    Quote[/b] ]
    -top attack Tow-2B
    -is there a way to extend the range of the [..] TOWs befor the go ballistic?


    Quote Originally Posted by [b
    Quote[/b] ]
    class CfgAmmo
    {
    class Default{};

    class Grenade: Default{};
    class MortarShell: Grenade{};

    class UR_ammo_CLASS: MortarShell
    {
    ..ammo data (hit value, minrange...)
    airLock=1;irLock=1;laserLock=0;

    model="PATH of ur missile.p3d";
    };
    };

    class CfgWeapons
    {
    class Default{};
    class Shell: Default {};
    class Shell73 : Shell{};
    class Shell105: Shell73{}; // vs soft AND armored target

    class UR_SHELL_CLASS: Shell105
    {
    ..ammo data (name, sounds, ..)
    ammo="UR_ammo_CLASS";
    initSpeed=100;
    };

    class Heat: Shell{};
    class Heat73: Heat{};
    class Heat105: Heat73{}; // vs armored vehicles

    class UR_HEAT_CLASS: Heat105
    {
    ..ammo data (name, sounds, ..)
    ammo="UR_ammo_CLASS";
    initSpeed=100;
    };
    };
    That's all folks ! (and that's not a joke : The rocket-fake missile class added ingame )



    Would you please can could may might will would shall should ? Because when everything is hunky-dory, AT do it better, because he's just some crazy old coot putting everyone in odd's way !

    FESTUNG - MOD Leader
    Berlin 1945 - MOD Leader
    the old dear WWIIEC - Addon maker

  3. #3
    Thank you for the quick reply but I am afraid that I am a bit too in experenced to understand.

  4. #4
    Quote Originally Posted by (AtStWalker @ April 17 2007,14:56)
    That's all folks ! (and that's not a joke : The rocket-fake missile class added ingame )
    Nice vid, AtStWalker!
    Hope to see that soon for OFP!
    "Why throw away your life so recklessly?"

    "That's a question you should ask yourself,..."

    "NO! It's a question you don't dare answer!"


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •