hentai
When's Melty on Steam?
ahaha that's no--wait, what?

Author Topic: Autopilot  (Read 18398 times)

0 Members and 1 Guest are viewing this topic.

Offline MagnusXL

  • Spellcaster
  • ***
  • Posts: 218
  • Magic Circuits: 6
  • j.C Artist
    • View Profile
Re: Autopilot
« Reply #25 on: December 25, 2007, 12:46:52 AM »
Switch to Satsuki. Its theoretically impossible to "auto-pilot" playing her.
Not exactly. I have a bad habit of abusing jump c and 22b when I play her. =/
Honorary BC Player.

Offline thebrassthief

  • Jr. Spellcaster
  • **
  • Posts: 94
  • Magic Circuits: 2
  • I has a briefcase.
    • View Profile
    • TBT's Home
Re: Autopilot
« Reply #26 on: December 25, 2007, 01:05:10 AM »
Yes, but I have to say that going "auto" has had some better results. I consider this state to be me "in the zone" then drifting off. Time slows down, sound is tuned out, you don't blink. It is a good place to go.
Playing: Arc, Kouma

American Tierlist:
Top: players just play the fucking game instead of asking for tiers. Low: players ask for tiers.

Offline Nanako

  • Spellcaster
  • ***
  • Posts: 385
  • Magic Circuits: 8
    • View Profile
Re: Autopilot
« Reply #27 on: December 25, 2007, 01:07:22 AM »
Yes, but I have to say that going "auto" has had some better results. I consider this state to be me "in the zone" then drifting off. Time slows down, sound is tuned out, you don't blink. It is a good place to go.
Same here.
ξ・∀・) めるぽ!

Offline abitofBaileys

  • zzz
  • Germaniac
  • *****
  • Posts: 2036
  • Magic Circuits: 159
    • View Profile
Re: Autopilot
« Reply #28 on: December 25, 2007, 05:20:00 AM »
I didn't experience this Autopilot before. I just played when I was fully awake. But then I am more than carefully in what I'm doing.  Maybe I should try playing half asleep?

Offline mewofforcena

  • Vigilant Yellow
  • Magus Candidate
  • ****
  • Posts: 870
  • Magic Circuits: 27
  • Anyaaaan~
    • View Profile
Re: Autopilot
« Reply #29 on: December 26, 2007, 12:55:24 AM »
Play more, sleep less. You'll find yourself autopiloting at some point. It's like turning Vermillion.
The April that's farther than May, reversal of limbs

Offline rogue491

  • Apprentice
  • *
  • Posts: 2
  • Magic Circuits: 0
    • View Profile
Re: Autopilot
« Reply #30 on: December 26, 2007, 09:17:26 AM »
Autopilot is a constant in my life...

I'ts like talking to my lawyer...

But in MB, I enter autopilot mode when I can't do exactly what I want (some timing, for example). Then you just watch the screen meanwhile your character makes its own fight. Sometimes you get pretty good stuff, so I've started to save those fights to study them later.

As I started to play MB seriously, the autopilot is less frecuent. I wish I could enter that state on purpose.

Offline Neophos

  • Apprentice
  • *
  • Posts: 12
  • Magic Circuits: 0
    • View Profile
Re: Autopilot
« Reply #31 on: December 27, 2007, 09:39:02 AM »
I don't run on autopilot, I run on an if statement.

if ( Nero = inTheAir) goto.jC;
else goto.4C;

Offline Draku

  • Spellcaster
  • ***
  • Posts: 443
  • Magic Circuits: 8
  • sakura is a good girl
    • View Profile
Re: Autopilot
« Reply #32 on: December 27, 2007, 11:40:07 AM »
I don't run on autopilot, I run on an if statement.

if ( Nero = inTheAir) goto.jC;
else goto.4C;
Have fun being owned by anyone who knows what they're doing.

Offline Keith

  • Melty Muffin
  • ***
  • Posts: 399
  • Magic Circuits: 15
  • Back from the dead, hell yeah!
    • View Profile
Re: Autopilot
« Reply #33 on: December 27, 2007, 02:08:20 PM »
I don't run on autopilot, I run on an if statement.

if ( Nero = inTheAir) goto.jC;
else goto.4C;

TERRIBLE PROGRAMMING. Let me fix it up just a tiny bit.

Code: [Select]
if(Nero.inAir()) jC();
else 4C();
Running H-Kohaku, and I don't want to stop.
Graced by the presence of His Wongness as he ly ped from the heavens and stole everyone's cash.

Offline Sh1k1

  • Vigilant Blue
  • Magus Candidate
  • ****
  • Posts: 1010
  • Magic Circuits: 43
  • 「これが… モノを殺すと言うことだ…!」
    • View Profile
Re: Autopilot
« Reply #34 on: December 27, 2007, 02:17:15 PM »
I don't run on autopilot, I run on an if statement.

if ( Nero = inTheAir) goto.jC;
else goto.4C;

TERRIBLE PROGRAMMING. Let me fix it up just a tiny bit.

Code: [Select]
if(Nero.inAir()) jC();
else 4C();
A bit of additional C# nitpicking and polymorphism. :P

Code: [Select]
if (thisNero.InAir) Moves.jC(thisNero);
else Moves.4C(thisNero);
...assuming InAir is a property and the moves are all executed through a static class that performs specific actions depending on the object type (read: character) it receives for each method. XD
FGO Friend Code: 221252074

Offline Keith

  • Melty Muffin
  • ***
  • Posts: 399
  • Magic Circuits: 15
  • Back from the dead, hell yeah!
    • View Profile
Re: Autopilot
« Reply #35 on: December 27, 2007, 02:40:16 PM »
Code: [Select]
if (thisChair.AnEyesore) disappear(thisChair);
Running H-Kohaku, and I don't want to stop.
Graced by the presence of His Wongness as he ly ped from the heavens and stole everyone's cash.

Offline Irovax

  • Spellcaster
  • ***
  • Posts: 128
  • Magic Circuits: 0
    • View Profile
Re: Autopilot
« Reply #36 on: December 28, 2007, 09:58:35 AM »
Psht. Can't forget scrub killing unblockables.

Quote
if(_root.Nero._y<0)
   _root.Nero.gotoAndPlay("jC");
else{
   if(_root.Nero.var01==1){
      _root.Nero.gotoAndPlay("ArcDrive");
      _root.Nero.var01=0;
   }
   else if(_root.Nero.circuit>100){
      _root.Nero.gotoAndPlay("Heat");
      _root.Nero.var01=1;
   }
   else
      _root.Nero.gotoAndPlay("4C");
}

Offline mewofforcena

  • Vigilant Yellow
  • Magus Candidate
  • ****
  • Posts: 870
  • Magic Circuits: 27
  • Anyaaaan~
    • View Profile
Re: Autopilot
« Reply #37 on: December 29, 2007, 10:51:58 AM »
Code: [Select]
if (thisChair.AnEyesore) disappear(thisChair);

You missed something...
Code: [Select]
while (int i=0; i<42; i++)
     system.println("This chair.");
The April that's farther than May, reversal of limbs

Offline Keith

  • Melty Muffin
  • ***
  • Posts: 399
  • Magic Circuits: 15
  • Back from the dead, hell yeah!
    • View Profile
Re: Autopilot
« Reply #38 on: December 29, 2007, 12:22:32 PM »
That's more of a for loop, and it's System, with a capital S. :V

But we should probably stop all this code-wankery and get back to auto-piloting.
Running H-Kohaku, and I don't want to stop.
Graced by the presence of His Wongness as he ly ped from the heavens and stole everyone's cash.

Offline Alfonse

  • Vigilant Pink
  • Magus
  • *****
  • Posts: 1762
  • Magic Circuits: 22
  • Azu-nyan~!
    • View Profile
Re: Autopilot
« Reply #39 on: December 31, 2007, 11:40:45 PM »
I'm confused with all the codes I see. Are we doing C++, C# or Java?  :psyduck:
Keyboard crusher who couldn't pull off a proper BNB.

Offline Nanako

  • Spellcaster
  • ***
  • Posts: 385
  • Magic Circuits: 8
    • View Profile
Re: Autopilot
« Reply #40 on: January 01, 2008, 01:23:00 AM »
I'm confused with all the codes I see. Are we doing C++, C# or Java?  :psyduck:
me too :psyduck:
ξ・∀・) めるぽ!

Offline Sh1k1

  • Vigilant Blue
  • Magus Candidate
  • ****
  • Posts: 1010
  • Magic Circuits: 43
  • 「これが… モノを殺すと言うことだ…!」
    • View Profile
Re: Autopilot
« Reply #41 on: January 01, 2008, 06:09:11 PM »
I mentioned C#, but ever since then I think it's become just random pseudocode. XD
FGO Friend Code: 221252074

Offline Pikachu_Fragger

  • Magus Candidate
  • ****
  • Posts: 675
  • Magic Circuits: 22
  • "I'm gonna kick some ass with my own pipe wrench"
    • View Profile
    • The Initial D Roleplaying Stage
Re: Autopilot
« Reply #42 on: January 04, 2008, 12:59:31 PM »
Oh, Java, how I miss thee :V

Back on topic, I only find myself autopiloting on "grind" games like MMORPGs or even plain RPGs that don't require anything more than just repeatedly pressing A (its much easier, admittedly, to auto those). I don't particularly remember autopiloting specifically on MBAC or fighters in general, probably because I'm always concentrating on trying to get in those hits. If I do start to feel sleepy, I just go to sleep.
At a time like this... I WISH I HAD A DIGITAL CAMERA!

The more beautiful and pure a thing is... the more satisfying it is to corrupt, isn't it?

Offline LostSoul120

  • Spellcaster
  • ***
  • Posts: 164
  • Magic Circuits: 2
  • Sha-Bam!
    • View Profile
Re: Autopilot
« Reply #43 on: January 04, 2008, 08:24:41 PM »
I've played Dark Cloud 2 on autopilot, woke up after 3 hours and the game was paused right before I would have died, it was weird stuff.

I've been tuned out playing MB a few times, not really concentrating and stuff still happens.
Holy shit, it's a flying baby!

Offline FireBearHero

  • Spellcaster
  • ***
  • Posts: 169
  • Magic Circuits: 3
  • Deep
    • View Profile
Re: Autopilot
« Reply #44 on: January 07, 2008, 10:55:38 AM »
For me it's not so much auto-pilot as it is zero system.
I don't play Aoko real well at all until after a few matches I get really relaxed and generally get 100% execution on everything despite me paying less and less attention.

Offline Frostbolt

  • Jr. Spellcaster
  • **
  • Posts: 87
  • Magic Circuits: 8
    • View Profile
Re: Autopilot
« Reply #45 on: February 03, 2008, 01:23:23 PM »
I auto pilot all the time =/ thats why I suck

I CANT THINK :( its like I cant seem to ever react to a tickthrow or a Sion 6B. Also I for some reason never feel like dashing...
~3~

Offline DarkSaint

  • Spellcaster
  • ***
  • Posts: 137
  • Magic Circuits: 1
  • You already know
    • View Profile
Re: Autopilot
« Reply #46 on: February 24, 2008, 04:27:55 PM »
I just have a random auto-pilot state. It can happen anytime in a match(my Ciel's 236C is mostly because of this and gets punished frequently with me not understanding why I did it :psyduck:) When I just wake up I have an uber auto-pilot, but as the day goes on my auto gets sloppy. The only help I get from it is adding hits to a combo I never wanted to do in the first place. My auto is very unpredictable.(I wonder if that happens to anyone else) I also 2B with Miyako in auto(but I never use it while fully awake)
<kijea> anyone pick me up for AM4
<kijea> plz
<kijea> i will suck ur dick