Author Topic: Steel Warzone - SBV  (Read 13958 times)

Offline NFX

  • *
  • Posts: 14035
  • Rep: 11
  • SliSliSliSliSliSliSliSli(0)
    • AwesomeFish921
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: nfxtreme0992
Re: Steel Warzone - SBV
« Reply #40 on: November 06, 2011, 09:31:59 AM »
And they were working previously? What did you do to the Bindings file before they started crashing the game?
Co-creator of The RA2 Randomiser



Offline Preytor_4

  • Ultra Heavyweight
  • Posts: 3089
  • Rep: 1
  • The estranged cousin of Click and FB.
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #41 on: November 06, 2011, 09:33:46 AM »
And they were working previously? What did you do to the Bindings file before they started crashing the game?

No, they've never worked, all of my others work except for those 4.

Offline NFX

  • *
  • Posts: 14035
  • Rep: 11
  • SliSliSliSliSliSliSliSli(0)
    • AwesomeFish921
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: nfxtreme0992
Re: Steel Warzone - SBV
« Reply #42 on: November 06, 2011, 09:36:19 AM »
Ah. Try seeing if the controls are named correctly, then check if you've got the correct .py files for them.
Co-creator of The RA2 Randomiser



Offline SKBT

Re: Steel Warzone - SBV
« Reply #43 on: November 06, 2011, 09:39:01 AM »
I think Terminator has a switch instead of a button control. That might be it's problem.

Offline Preytor_4

  • Ultra Heavyweight
  • Posts: 3089
  • Rep: 1
  • The estranged cousin of Click and FB.
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #44 on: November 06, 2011, 09:48:24 AM »
Ah. Try seeing if the controls are named correctly, then check if you've got the correct .py files for them.

Turns out I didn't have the popup.py, now State of EuFFFFForia works. Every bot works now, except for Scrap's.

Offline freeziez

  • Ultra Heavyweight
  • Posts: 4720
  • Rep: 2
  • He's Mr. White Christmas, he's Mr. Snow...
    • youtube.com/freeziezGTM
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: Steel Warzone - SBV
« Reply #45 on: November 06, 2011, 09:51:34 AM »
Ah. Try seeing if the controls are named correctly, then check if you've got the correct .py files for them.

Turns out I didn't have the popup.py, now State of EuFFFFForia works. Every bot works now, except for Scrap's.

send it to me, i'll AI it
obligatory battlebots 5 comment

GTM Awards 2011

Best Tournament: B4ttlebots (freeziez)
Best New Tournament Host: freeziez
Most Suprising Tournament: B4ttlebots (freeziez)

Offline NFX

  • *
  • Posts: 14035
  • Rep: 11
  • SliSliSliSliSliSliSliSli(0)
    • AwesomeFish921
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: nfxtreme0992
Re: Steel Warzone - SBV
« Reply #46 on: November 06, 2011, 09:53:28 AM »
If Scrap's bot has no controls, then that might be a problem. Do you know what controls nobrain.py uses, if any?
Co-creator of The RA2 Randomiser



Offline Preytor_4

  • Ultra Heavyweight
  • Posts: 3089
  • Rep: 1
  • The estranged cousin of Click and FB.
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #47 on: November 06, 2011, 10:00:30 AM »
If Scrap's bot has no controls, then that might be a problem. Do you know what controls nobrain.py uses, if any?

Nobrains description:
Code: [Select]
import plus
import AI

class NoBrain(AI.SuperAI):
    "AI that does nothing."
    name = "No Brain"

    def __init__(self, **args):
        self.total = 0
        self.delay = 20
        #self.delay = args.get('rate')
       
        AI.SuperAI.__init__(self)

    def Tick(self):
        # do our stuff here
   
        self.total += self.tickInterval
        if self.total > self.delay:
            self.total = 0

        return AI.SuperAI.Tick(self)

AI.register(NoBrain)

Offline martymidget

  • *
  • Posts: 3459
  • Rep: 7
  • Mr Flibble is very cross.
    • http://tts.imtranslator.n
    • View Profile
    • :)
    • Awards
Re: Steel Warzone - SBV
« Reply #48 on: November 06, 2011, 10:02:52 AM »
A look at the .py, and I can see no controls as such. But I'm no pro at AIing..maybe if scraps bot has controls, that's the problem?


Offline Preytor_4

  • Ultra Heavyweight
  • Posts: 3089
  • Rep: 1
  • The estranged cousin of Click and FB.
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #49 on: November 06, 2011, 10:36:46 AM »
All bots now work. Shall start filming.

EDIT: credit to freez for fixing Scrap's entry.

Offline NFX

  • *
  • Posts: 14035
  • Rep: 11
  • SliSliSliSliSliSliSliSli(0)
    • AwesomeFish921
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: nfxtreme0992
Re: Steel Warzone - SBV
« Reply #50 on: November 06, 2011, 11:04:25 AM »
Schweet. Let's get this show on the road. =D
Co-creator of The RA2 Randomiser



Offline Preytor_4

  • Ultra Heavyweight
  • Posts: 3089
  • Rep: 1
  • The estranged cousin of Click and FB.
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #51 on: November 06, 2011, 11:40:00 AM »
1st match up.

Offline Squirrel_Monkey

  • Squirrel_Monkeyweight
  • *
  • Posts: 7587
  • Rep: 7
  • [Insert clever and witty comment here]
    • 0SquirrelMonkey0
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #52 on: November 06, 2011, 11:43:47 AM »
That match was SO intense...
Better than GK since 2009.
I think SM is a pretty cool guy, eh builds unicycle-bots and doesn't afraid of anything

Offline Conraaa

  • Certified Hood Classic
  • *
  • Posts: 3325
  • Rep: 10
  • I like my sugar with coffee and cream
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #53 on: November 06, 2011, 11:45:02 AM »

Offline madman3

  • Giga Heavyweight
  • Posts: 5944
  • Rep: 8
    • https://www.youtube.com/c
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #54 on: November 06, 2011, 11:46:37 AM »

Offline nicsan2009

  • Ultra Heavyweight
  • Posts: 1836
  • Rep: 5
  • Here we go again!
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: Steel Warzone - SBV
« Reply #55 on: November 06, 2011, 11:50:14 AM »
Hosted 2 Legit 2 Quit tourney Congrats Somebody
Hosted 2 Legit 2 Quit 2 congrats to Plazmic Inferno as well as Somebody (again)
Hosted RA2 World Cup Congrats to Senstro
Hosted TGRR congrats to 090901
ITAT Tournament- Champion
Beetle Bashers- Champion
Father and Son Tournament 2- Champion
GTM All Stars- HW Champion; MW runner up
Father and Son Tournament- Runner up
All Time Record 51-36

Offline madman3

  • Giga Heavyweight
  • Posts: 5944
  • Rep: 8
    • https://www.youtube.com/c
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #56 on: November 06, 2011, 11:52:28 AM »

Offline freeziez

  • Ultra Heavyweight
  • Posts: 4720
  • Rep: 2
  • He's Mr. White Christmas, he's Mr. Snow...
    • youtube.com/freeziezGTM
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: Steel Warzone - SBV
« Reply #57 on: November 06, 2011, 12:10:14 PM »
obligatory battlebots 5 comment

GTM Awards 2011

Best Tournament: B4ttlebots (freeziez)
Best New Tournament Host: freeziez
Most Suprising Tournament: B4ttlebots (freeziez)

Offline dragonsteincole

  • IRL Pack Guy
  • *
  • Posts: 714
  • Rep: 9
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: Steel Warzone - SBV
« Reply #58 on: November 06, 2011, 12:53:26 PM »

Offline Preytor_4

  • Ultra Heavyweight
  • Posts: 3089
  • Rep: 1
  • The estranged cousin of Click and FB.
    • View Profile
    • Awards
Re: Steel Warzone - SBV
« Reply #59 on: November 06, 2011, 12:56:44 PM »
Uploading Ion against Terminator. (Sorry about the crappy vide quality for all the matches, but thats WeGame for ya)