Announcement

Collapse
No announcement yet.

Bots don't "make mistakes"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by L1 TW View Post
    waal of test
    You obviously haven't been witness to many of my other posts! B)
    7:Knockers> how'd you do it Paul?
    7:Knockers> sex? money? power?
    7:PaulOakenfold> *puts on sunglasses* *flies away*

    1:vys> I EVEN TOLD MY MUM I WON A PIZZA

    7:Knockers> the suns not yellow, its chicken
    7:Salu> that's drug addict talk if i ever saw it

    1:chuckle> im tired of seeing people get killed and other people just watching simply saying "MURDER. RACISM. BAD"
    1:chuckle> ive watched the video twice now

    Comment


    • #17
      omg i cant believe this is happening its all cuz of obama!!!
      Gun remembers.

      Comment


      • #18
        This guy is like a less intelligent version of Man Kitten. Someone silence him and his ignorant threads and posts.
        Rabble Rabble Rabble

        Comment


        • #19
          Originally posted by Creature View Post
          Didn't want to have to reply to this thread but the same five people are having the same discussion over and over again. Clearly some people need to learn how SUBBING WORKS.

          Let's explain:

          C 4:spikey> us
          Ease has been substituted by Ardour, with 1 deaths left

          At this point in time, the bot has recorded a substitute by Ease as the !sub command has been used. Looking at it from a programming perspective, the sub command is being called BEFORE it checks for a death. You idiots need to learn that code cannot be simultaneously read at the SAME TIME. It is technically IMPOSSIBLE for the bot to be checking for 10 deaths and applying a sub. The sub overrides and breaks the loop checking for 10 deaths in milliseconds to sub ease.

          T saetep> yeah
          Ease is out. 12 wins 10 losses
          T ignite> whoa

          How did Ease get 10 deaths if he was in spec then? On Ease's screen, due to his lag (probably 60ms) the sub has NOT occured yet. Therefore, his client is still sending packets to the bot. The bot has already completed the sub command and is now 1/100th of a millsecond going back into a loop and receieves a packet from Ease's client saying that he has DIED. Therefore, the bot finishes this loop and adds +1 to Ease's death even though he has already been subbed out. A separate function PRINTS this on the screen so everyone will cry. Contradictory to whatever you nerds are believing, the bot is STILL RECORDING statistics of players who are in spec. The method the bot is coded ensures that in order to prevent recording extra deaths, SPECS the player. Unfortunately due to the lag on Ease's screen, the bot printed out the 10 deaths when they ACTUALLY DID NOT OCCUR but ONLY OCCURED on Ease's screen. In REAL TIME, the bullet NEVER hit Ease.

          Let me demonstrate with some simple pseudocoding for you nerds



          So guys, where does the issue lie? The bot completes the loop and records Ease's death from the packet that Ease sends (because Ease has not been subbed on his screen DUE TO LAG) when in fact Ease is technically never in game. You people are retarded saying he can't die in spec. Technically he CAN.

          End of story. Any further questions please cry to someone who understands concept of programming and how lag works.
          holy nerd

          Comment


          • #20
            Originally posted by Money View Post
            holy nerd
            holy turd
            RaCka> imagine standing out as a retard on subspace
            RaCka> mad impressive

            Comment


            • #21
              I don't know how you can twist and turn this simple matter into what ever you
              want it to be. Simply put, ship exploded, it died, what ever happened after that
              was because of bad coding and wasn't supposed to happen. Appeal should've
              been accepted, illegal sub shouldn't have taken place. What comes to lag, you
              are talking of several clients lagging, that don't even fing matter. Ease's client
              registered the hit, sent the "client dies" info to the server, he was dead.
              Ara / AraGee / Death
              SSCU Trench Wars Player since 1999
              SSCU Trench Wars Staff since 2001
              TWDL, TWL-B, TWL-D, TWL-J, TWDT-J Champion
              ----------------------------------------------

              Comment


              • #22
                Originally posted by Ara View Post
                I don't know how you can twist and turn this simple matter into what ever you
                want it to be. Simply put, ship exploded, it died, what ever happened after that
                was because of bad coding and wasn't supposed to happen. Appeal should've
                been accepted, illegal sub shouldn't have taken place. What comes to lag, you
                are talking of several clients lagging, that don't even fing matter. Ease's client
                registered the hit, sent the "client dies" info to the server, he was dead.
                The sentance should be:

                "Simply put, the ship should never have exploded, it should have been in spec. what ever happened after that was because of bad coding and wasn't supposed to happen. Appeal should not have been accepted, because a legal sub was used. What comes to lag, you are talking of several clients lagging, that don't even fing matter. Ease's client registered the hit that should have NEVER happened because he already been subbed out, sent the "client dies" info to the server ILLEGALLY, so he should have been in spec with 9 deaths."

                Comment


                • #23
                  If he had already been subbed out how did the client register the death? You're talking out of your ass. Thunder are some scared bitches and they should be.

                  The truth is NOBODY can determine what real time was because everyone lags on this game. The spectator with the least lag was THE BOT. THATS WEIRD THAT IT COUNTED HIS DEATH WHEN HE WAS ALREADY SPECCED RIGHT?
                  Mr 12 inch wonder

                  Comment


                  • #24
                    Originally posted by Mattey View Post
                    If he had already been subbed out how did the client register the death? You're talking out of your ass. Thunder are some scared bitches and they should be.

                    The truth is NOBODY can determine what real time was because everyone lags on this game. The spectator with the least lag was THE BOT. THATS WEIRD THAT IT COUNTED HIS DEATH WHEN HE WAS ALREADY SPECCED RIGHT?
                    Sigh Mattey, I JUST FUCKING EXPLAINED HOW THIS OCCURS DO YOU NOT READ MY POSTS.

                    Example code for the bot:

                    for (Easedeaths < 10) {

                    if (sub == true) { // The bot is checking if sub used
                    sub Ease out for Ardour // Sub Ease out
                    }

                    return Easepacketdeaths // Get packet from Ease's client count deaths (Ease is lagging, so he hasn't been subbed on his screen yet, and has JUST been hit by the bullet, so client returns an extra death INCORRECTLY)

                    if (Easepacketdeaths = 1) {
                    Easedeaths = Easedeaths + Easepacketdeaths // Add death (now Ease is at 10 deaths)
                    }

                    if (Easedeaths == 10) {
                    Print "Ease is out." + Easekills + "wins" + Easedeaths + "losses" // (prints out the statement with his deaths and kills)
                    }

                    }
                    The problem here is that EASE was SUBBED OUT BEFORE the bot checked his deaths. The reason why the sub still went through is because he was technically subbed before death was recorded. The bot runs the code one line at a time.

                    The simple solution would be move the if then statement checking for subs to the END of the for loop. Of course, I'm sure this has been fixed now that it's been blown into such a huge controversy.

                    Comment


                    • #25
                      All's I'm saying is that ease got hit by the bullet on his screen and deserved that death. Am I wrong dude? Am I wrong?

                      Mr 12 inch wonder

                      Comment


                      • #26
                        Originally posted by Mattey View Post
                        All's I'm saying is that ease got hit by the bullet on his screen and deserved that death. Am I wrong dude? Am I wrong?

                        Who can say 'you're wrong' to that face? :P
                        7:Knockers> how'd you do it Paul?
                        7:Knockers> sex? money? power?
                        7:PaulOakenfold> *puts on sunglasses* *flies away*

                        1:vys> I EVEN TOLD MY MUM I WON A PIZZA

                        7:Knockers> the suns not yellow, its chicken
                        7:Salu> that's drug addict talk if i ever saw it

                        1:chuckle> im tired of seeing people get killed and other people just watching simply saying "MURDER. RACISM. BAD"
                        1:chuckle> ive watched the video twice now

                        Comment


                        • #27
                          Originally posted by Stabwound View Post
                          Wow, what an epic failure.

                          Bots can't make mistakes like this. It doesn't matter what you saw, or Pure_Luck saw, or anyone else saw: it is literally impossible for the bot to make a mistake in thinking someone died when they didn't. The only way the bot counts a kill is when the player's client itself calculates..... BLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABL ABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLAB LABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLA BLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABL ABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLAB LABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLA BLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABL ABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLAB LABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLA BLABLABLABLABLABLABLABLABLABLA ....due to the built-in subbing.... delay,BLABLABLABLABLABLABLABLABLABLABLABLABLABLABL ABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLAB LABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLA BLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABL ABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLAB LABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLA BLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABL ABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLA ....ridiculous that this appeal was denied. BLA
                          Just like at school!
                          -Kawrae

                          Comment


                          • #28
                            why is this even up for debate? captains and assistants try to pull off this kind of sub all the time, except most of the time it's a desperation move that results in a 51-xx loss. it's much harder to pull off in twd cuz of the delay, but in twl/twdt there is no delay, you do the !sub command and it executes immediately.

                            clutch sub and it won them the game, gg.
                            Gripe> apok is good but he's completely wasted his youth playing this game

                            Comment


                            • #29
                              why the hell is this such a big deal? both squads will be in playoffs anyways.

                              this has, to my knowledge, never happened before. so when it happens again, you let me know, for all you nerds saying something must be done, some rule needs to be made.
                              Last edited by KiAN; 02-04-2009, 12:10 AM.
                              1:Blasphemy> if ur gonna put a jav in line
                              1:Blasphemy> we gotta have people like eelam and kian in
                              1:Blasphemy> from the beginning

                              1:exquisite> u know whats wierd
                              1:exquisite> having ur dad talk to u on AIM
                              1:exquisite> like zzzzz
                              1:Ease> you think thats wierd?
                              1:exquisite> ya
                              1:Ease> try skipping school
                              1:Ease> and having ur mom IM you
                              1:Kian> LOL EASE
                              1:Collusion> LOOL
                              1:exquisite> LOL

                              Comment


                              • #30
                                Originally posted by KiAN View Post
                                this has, to my knowledge, ever.
                                i feel ya

                                Comment

                                Working...
                                X