Welcome to Tactical Gamer

+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
Discussion: Battlefield 2142 / Battlefield 2142 - General Discussion - Sticky motion mines? - From what I've experienced with Motion Mines I can honestly tell you that it happens
  1. #16

    INSUNABULA's Avatar

    Join Date
    Mar 2007
    Location
    Toronto
    Age
    34
    Posts
    2,876

    Re: Sticky motion mines?

    From what I've experienced with Motion Mines I can honestly tell you that it happens to the Walker, Tank and APC. The issue comes from what I believe is a priority sequence coding issue:

    (1) Mines are triggered by your proximity to them.

    (2) Bait must be thrown by the gunner and not the pilot because the coding "glues" the mines to the pilot and not the tank itself. If the pilot were to get out to throw the bait (or try and escape, etc....) then the mine will detonate usually killing the tank and both inhabitants because the mine has detected movement (the pilot exiting the tank) and remember, the Motion Mines aren't "coded" to follow armor but instead the infantry inside it. Now this glitch lasts only a few (sub)seconds before it un-glues the motion mine from the pilot but that is usually too late.

    (3) To properly remove mines the armor must be completely still for a couple of seconds before the bait is thrown by the gunner. Once it's thrown wait until the mines start "bobbing" together. What has happened there is that the coding has un-glued the mines from the pilot and has now glued the mines to each other. Because of ping/stability if you throw the bait and then immediately try to move, the computer hardware may not have had enough time to un-glue the Motion Mines and some or all collide with your armor destroying/heavily damaging it when the pilot moves too soon.

    I know a little bit of patience in such a fast-paced game is asking a lot but in my experience at least - I survive a little longer.





  2.  
  3. #17

    LordKelvin's Avatar

    Join Date
    Mar 2008
    Location
    Ave Maria, FL
    Age
    22
    Posts
    1,623

    Re: Sticky motion mines?

    I always take the time to make sure the mines go after the bait before re-entering the vehicle if I'm solo piloting. In fact, I can't remember any time it happened to me other than that one time with the walker in the vid Mixa posted.



    EVE Online: Yumi Hikare


    "I've done everything I can... There are no heroes left in man..."

  4.  
  5. #18

    Lt.BRrkSoldier's Avatar

    Join Date
    Feb 2009
    Age
    17
    Posts
    32

    Re: Sticky motion mines?

    Quote Originally Posted by Mixa View Post
    ^^^^Mixa trying to get rid of these: http://www.noobflicks.com/watch/6669...riendly_walker
    0:49 Mines get stuck. 1:05-Mixa tries to get rid of them
    HAhahahahahahahaaaa very nice Mixa XD
    IM AN IRREGULAR!!!!!!!! ARRRRRRG!!!!!!
    "It only takes one Soldier and a few demos to make a difference..." -Lt.BRrkSoldier.

  6.  

     
  7. #19

    Crux's Avatar

    Join Date
    Jan 2007
    Age
    34
    Posts
    3,755

    Re: Sticky motion mines?

    If $playername = Zhohar then
    {
    mines = sticky
    else
    mines = normal
    }
    ....

    Infantryman's Guide: Part 1 - Part 2 - Part 3 - Part 4 - Part 5
    Squad Leader Guide: Part 1 - Part 2
    The Paradigm Shift

  8.  
  9. #20

    oniell121's Avatar

    Join Date
    Apr 2008
    Location
    Volcano, California, United States
    Posts
    4,115
    Blog Entries
    8

    Re: Sticky motion mines?

    Quote Originally Posted by Crux View Post
    If $playername = Zhohar then
    {
    mines = sticky
    else
    mines = normal
    }
    Let me see if we can expand on that a bit...

    Code:
    if(playername == zhohar)
    {
    mines.sticky = true;
    mines.laughAtZhohar = true;
    addEventListener(MouseEvent.throwMotionMineBait, zhohar_throw);
    }
    else
    {
    mines.behaveNormal = true;
    }
    
    function zhohar_throw(e:Event):void
    {
    mines.followZhoharAnyway = true;
    mines.laughAtZhohar = true;
    mines.blowUpZhohar = true;
    }


    Ya, I know. I have to much time on my hands. I can't believe I just did that. lol

  10.  
  11. #21

    LordKelvin's Avatar

    Join Date
    Mar 2008
    Location
    Ave Maria, FL
    Age
    22
    Posts
    1,623

    Re: Sticky motion mines?

    Ah, good old Java... Or is it C++? It's been a while.



    EVE Online: Yumi Hikare


    "I've done everything I can... There are no heroes left in man..."

  12.  

     
  13. #22

    Crux's Avatar

    Join Date
    Jan 2007
    Age
    34
    Posts
    3,755

    Re: Sticky motion mines?

    I was writing it in Crux. It's my own programming language. I make it up as I go along.
    ....

    Infantryman's Guide: Part 1 - Part 2 - Part 3 - Part 4 - Part 5
    Squad Leader Guide: Part 1 - Part 2
    The Paradigm Shift

  14.  
  15. #23

    LordKelvin's Avatar

    Join Date
    Mar 2008
    Location
    Ave Maria, FL
    Age
    22
    Posts
    1,623

    Re: Sticky motion mines?

    Haha. I was referring to O'neill's post, but yes, I figured so. You do that often on the battlefield as well, no?



    EVE Online: Yumi Hikare


    "I've done everything I can... There are no heroes left in man..."

  16.  
  17. #24

    oniell121's Avatar

    Join Date
    Apr 2008
    Location
    Volcano, California, United States
    Posts
    4,115
    Blog Entries
    8

    Re: Sticky motion mines?

    Quote Originally Posted by LordKelvin View Post
    Ah, good old Java... Or is it C++? It's been a while.
    That actually is AS3.0. The language of Adobe Flash.....AS3 Zhohar edition. It's a child language from Java. Very OOP...or maybe MMB. I've found AS to be a lot of fun.

    Anyway, enough of my OOP derail.

  18.  

     
  19. #25

    LaezarFox's Avatar

    Join Date
    Sep 2008
    Posts
    109

    Re: Sticky motion mines?

    Quote Originally Posted by Zhohar View Post
    Frozen, I actually only had it happen on APCs.

    Eroak, I had the same hunch. I think it's because I enter the vehicle while the MM are flying toward bait. The mine becomes confused, and becomes stuck to my armor.
    It's occurred to me to try Zellering the mine, just to see what'd happen.
    It would destroy the mine but will damage the vehicle as well. I find the best outcomes occur if you equip the defuser. Or if your gunner is support have them equip Clark-RDX. Two shots from that detonate explosives too.

  20.  
  21. #26

    hellface666's Avatar

    Join Date
    Sep 2009
    Location
    texas
    Posts
    50

    Re: Sticky motion mines?

    hmm, sounds like something out of the movie Saw, "don't leave the vehicle or the motion mines attached to the armor will explode." haha. you could get a sniper on your team with a Zeller to shoot the mines so you can get out and whatnot.

  22.  

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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


  
 

Back to top