1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Please register or sign in to get full access to the forum.

Dead Weight Glitch

Discussion in 'Bugs' started by Old Amsterdam, Mar 11, 2013.

  1. Old Amsterdam

    Old Amsterdam Corporal (5) Member

    Joined:
    Feb 17, 2013
    Messages:
    47
    Likes Received:
    22
    Trophy Points:
    449
    So, I just discovered a glitch for Dead Weight while I was in Firing Range. Apparently if you fire it the width of the shot (Dead Weight's width, that is), above the targeted tank (first enemy tank), than it won't work. Causes some kind of malfunction that doesn't activate the 'dead weight' attack.

    Just thought you guys should know. It definitely could screw you in a game.

    (Though who the hell would fire a Dead Weight at someone like that in a real game?)
     
  2. TheOnlyGod

    TheOnlyGod Major (18) Former Moderator

    Joined:
    Dec 12, 2012
    Messages:
    793
    Likes Received:
    641
    Trophy Points:
    1,003
    I don't know what you mean by the width of the shot, but I have had this happen to me a few times.
     
  3. applem15

    applem15 Sergeant Major (12) Member

    Joined:
    Nov 26, 2012
    Messages:
    243
    Likes Received:
    62
    Trophy Points:
    574
    he means if you fire it a short distance the kick down wont initiate
    it is solely because it will land on top of the tank no matter what. not a glitch at all :)
     
  4. TheOnlyGod

    TheOnlyGod Major (18) Former Moderator

    Joined:
    Dec 12, 2012
    Messages:
    793
    Likes Received:
    641
    Trophy Points:
    1,003
    Well I have shot a dead weight all the way across the map and when it got above the enemy it didn't stop it just flew right past them. Has this happened to anyone else?
     
  5. applem15

    applem15 Sergeant Major (12) Member

    Joined:
    Nov 26, 2012
    Messages:
    243
    Likes Received:
    62
    Trophy Points:
    574
    • Single word post - Elaborate
    never
     
  6. Old Amsterdam

    Old Amsterdam Corporal (5) Member

    Joined:
    Feb 17, 2013
    Messages:
    47
    Likes Received:
    22
    Trophy Points:
    449
    No, no, you misunderstand. I've obviously not explained it properly.

    The diameter of Dead Weight is what I mean by width of the shot. With that in mind, perhaps I can elaborate better.

    When you fire a Dead weight so that it will pass over top of the nearest opponent, but within the distance above the tank equal to the diameter of the Dead Weight shot itself, Dead Weight will not activate. That is to say, it will act as if it hadn't come across an opponent, a target, and will continue its trajectory. Thus you miss the shot.

    Is that better?
     
  7. TheOnlyGod

    TheOnlyGod Major (18) Former Moderator

    Joined:
    Dec 12, 2012
    Messages:
    793
    Likes Received:
    641
    Trophy Points:
    1,003
    I just went to the firing range and if you shoot directly over them like you said, it will not activate. Although I have also seen it not activate when it was far over there head.
     
  8. mustangcody

    mustangcody First Sergeant (11) Member

    Joined:
    Dec 16, 2012
    Messages:
    205
    Likes Received:
    132
    Trophy Points:
    576
    Maybe, It was a dud.
     
  9. TheOnlyGod

    TheOnlyGod Major (18) Former Moderator

    Joined:
    Dec 12, 2012
    Messages:
    793
    Likes Received:
    641
    Trophy Points:
    1,003
    In coding there isn't simply a dud. Either there is a glitch or there isn't
     
  10. mustangcody

    mustangcody First Sergeant (11) Member

    Joined:
    Dec 16, 2012
    Messages:
    205
    Likes Received:
    132
    Trophy Points:
    576
    Well, you didn't make the game now did you.
     
  11. Staple

    Staple General of the Army (25) Member

    Joined:
    Nov 23, 2012
    Messages:
    2,946
    Likes Received:
    1,545
    Trophy Points:
    1,353
    But he knows how to use a dictionary, doesn't he.
     
  12. mustangcody

    mustangcody First Sergeant (11) Member

    Joined:
    Dec 16, 2012
    Messages:
    205
    Likes Received:
    132
    Trophy Points:
    576
    What does coding have to do with a dictionary?
     
  13. Staple

    Staple General of the Army (25) Member

    Joined:
    Nov 23, 2012
    Messages:
    2,946
    Likes Received:
    1,545
    Trophy Points:
    1,353
    I think it would require at least some knowledge to know a glitch actually is.

     
  14. TheOnlyGod

    TheOnlyGod Major (18) Former Moderator

    Joined:
    Dec 12, 2012
    Messages:
    793
    Likes Received:
    641
    Trophy Points:
    1,003
    I actually have a decent amount of knowledge of coding from the games that I have made.
     
  15. Old Amsterdam

    Old Amsterdam Corporal (5) Member

    Joined:
    Feb 17, 2013
    Messages:
    47
    Likes Received:
    22
    Trophy Points:
    449
    Just going to add, on the concept of coding, that coding is vast and wild. Either you make absolutely zero mistakes, or glitches happen. Or worse. As in, you allow someone to plant a virus, the page / site / game doesn't work, or you crash your computer by making an infinite loop because you didn't close a tag. Coding isn't the easiest of things.

    How do I know? I am a basic internet programmer by training. HTML, xHTML, SQL, MySQL, PHP, Java, Java Script, CSS...The basic coding languages.

    And do I hate databases.... ~_~
     
    xvio likes this.
  16. CHEESE1

    CHEESE1 Command Sergeant Major (13) Member

    Joined:
    Jan 20, 2013
    Messages:
    308
    Likes Received:
    157
    Trophy Points:
    626
    Just asking something here... Isn't coding basically a massive series of equations? Because that's how I've heard that it works. If that's true, then one small error or glitch in one value or entry can affect dozens, of not hundreds of other values...right? What I'm saying is that a certain value somewhere in the coding might have interfered with other values or entries, causing the dead weight to not "Drop" over an enemy.
     
  17. Old Amsterdam

    Old Amsterdam Corporal (5) Member

    Joined:
    Feb 17, 2013
    Messages:
    47
    Likes Received:
    22
    Trophy Points:
    449
    That would be correct. Essentially, coding is based off of any number of equations, spelling out various instances that may occur.

    For example, I could throw up a page that generates a random number between one and ten every time the page is loaded. In the middle of that code, I could add an 'If' statement that makes the number 10 show up extra big, with an image underneath it, and telling the visitor who received le number 10 that they won 'The Game'. If the number ten doesn't show up, the page just displays whatever number was generated normally.

    And, Xvio, no, I am not familiar with actionscript at all. Sadly.
     

Share This Page