Author Topic: Bot Exchange  (Read 5192 times)

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Bot Exchange
« on: July 01, 2010, 05:52:57 PM »
Yes, I'm working on it. It uses PyRA2 and Django to do its job.
Code: [Select]
>>> readBot("/media/FCB0FBB7B0FB768C/Robot Arena 2/Stock/Robot Designs/XTRA_Tailwhip.bot", None)
Components\ztek1.txt
Components\ztek1.txt
Components\night wheel.txt
Components\night wheel.txt
Components\Styles\anchor5.txt
Components\Styles\sq_extender6.txt
Components\Styles\sq_extender3.txt
Components\supervolt battery.txt
Components\supervolt battery.txt
Components\controlboard.txt
Components\Styles\anchor5.txt
Components\ramplate1.txt
Components\universalT1.txt
Components\darkspike1.txt
Components\darkspike1.txt
Stock
(this is an example of a script I wrote to parse .bot files, determine what components it uses and whether it's Stock or DSL)
« Last Edit: July 06, 2010, 06:37:02 PM by Serge »
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline Sage

  • *
  • Posts: 6179
  • Rep: 11
  • RA2 Wizard & GTM's Favorite Stock Builder 2015
  • Awards Sage's Favorite BOTM Winner
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #1 on: July 01, 2010, 06:43:54 PM »
nice!
You got my vote for RA2 Wizard. Always and forever.

Offline JoeBlo

Re: Bot Exchange
« Reply #2 on: July 01, 2010, 06:48:30 PM »
awesome stuff Serge

Offline Somebody

  • *
  • Posts: 7201
  • Rep: 13
  • CP: +2
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #3 on: July 01, 2010, 07:39:04 PM »
Night wheel?
I built that big robot on that TV show that time


Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: Bot Exchange
« Reply #4 on: July 01, 2010, 08:07:59 PM »
Alright, uploading and processing work. Whereas you can't browse bots through the web right now, here's what I can get through the command line:
Code: [Select]
>>> all_bots = Bot.objects.all()
>>> my_bot = all_bots[0]
>>> my_bot.name
u'Forkie'
>>> my_bot.author
<User: sergeb>
>>> my_bot.weight
239
>>> my_bot.weightclass
<WeightClass: Lightweight>
>>> my_bot.pack
<Pack: Stock>
>>> my_bot.status
u'Uploaded'

tl;dr: Except a closed beta soon.
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline Clickbeetle

  • *
  • Posts: 3374
  • Rep: 21
  • In Soviet Russia, bugs stomp YOU!
  • Awards BOTM Winner
    • View Profile
    • Beetle Bros site
    • Awards
Re: Bot Exchange
« Reply #5 on: July 01, 2010, 10:24:42 PM »
Night wheel?


N12.  The "N" stands for "Night" apparently.


Nice to see another fancy-shmancy bot exchange in the works... IMO the coolest feature about Goose's old bot exchange was the bot preview pictures that popped up on mouseover.  If you can remake that I'll be happy; any other features are just icing on the cake.

To lack feeling is to be dead, but to act on every feeling is to be a child.
-Brandon Sanderson, The Way of Kings

Offline Sparkey98

  • Giga Heavyweight
  • Posts: 5738
  • Rep: -20
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #6 on: July 01, 2010, 10:42:38 PM »
Night 12 was an action movie. And I think a car!

Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Bot Exchange
« Reply #7 on: July 02, 2010, 01:01:35 AM »
Great work, Serge! :D


Offline Madiaba

Re: Bot Exchange
« Reply #8 on: July 02, 2010, 10:27:10 AM »
Thanks for this endeavour.  I'm going to visit my parents for a few days so no hurry, but when you can, Serge, I'd appreciate looking through your Bot Exchange py coding.

Thanks.
Input is appreciated. :)
-Arrogance is a quantity devoid of quality...
-As a client once told me "This is my story, and it's sticking to me!"
-Relationships these days are like the 'Arrival' section of the airport: a lot of baggage is being revealed in one place, and not a lot of it is being correlated to its real owners...

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: Bot Exchange
« Reply #9 on: July 03, 2010, 04:56:39 PM »
Alright, so I started doing a layout for the exchange... Here's a quick preview:




Thanks to JoeBlo for the awesome logo.
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline Sage

  • *
  • Posts: 6179
  • Rep: 11
  • RA2 Wizard & GTM's Favorite Stock Builder 2015
  • Awards Sage's Favorite BOTM Winner
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #10 on: July 03, 2010, 04:59:07 PM »
looking good!
You got my vote for RA2 Wizard. Always and forever.

Offline Urjak

  • *
  • Posts: 2753
  • Rep: 6
  • Shell Spinner King
    • http://www.youtube.com/wa
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #11 on: July 03, 2010, 05:01:46 PM »
Looks good Serge!
Any comments would be appreciated. :D

Offline Thyrus

  • *
  • Posts: 6210
  • Rep: 19
  • Back to purple '17
    • http://www.youtube.com/Th
  • Awards BOTM Winner
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #12 on: July 03, 2010, 05:02:07 PM »
yeah, looks ok

Offline Vertigo

  • *
  • Posts: 4547
  • Rep: 5
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #13 on: July 03, 2010, 05:07:54 PM »
So thats an update for the exchange on GTM?

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: Bot Exchange
« Reply #14 on: July 03, 2010, 05:21:28 PM »
No, it's completely new. Planned features:
  • Users and Accounts
  • Voting
  • Automatic bot parsing (stock/dsl, weight, name, weightclass, etc...)
  • View inside of bot (high quality raytraced render done serverside)
  • 3d preview of bot (WebGL/O3D)
  • and more...
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline Vertigo

  • *
  • Posts: 4547
  • Rep: 5
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #15 on: July 03, 2010, 05:27:43 PM »
No, it's completely new. Planned features:
  • Users and Accounts
  • Voting
  • Automatic bot parsing (stock/dsl, weight, name, weightclass, etc...)
  • View inside of bot (high quality raytraced render done serverside)
  • 3d preview of bot (WebGL/O3D)
  • and more...
Sounds Good

Offline Virus Bomb

Re: Bot Exchange
« Reply #16 on: July 03, 2010, 05:31:11 PM »
Good job.

Offline Somebody

  • *
  • Posts: 7201
  • Rep: 13
  • CP: +2
    • View Profile
    • Awards
Re: Bot Exchange
« Reply #17 on: July 03, 2010, 06:48:40 PM »
At first, I feel bad for Goose because he has put in lots of work with his exchange. But to an extent, he did drop the ball on this. He has promised it before and not delivered, and I cannot wait to see how this one works out. Is there a tentative release date?
I built that big robot on that TV show that time


Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: Bot Exchange
« Reply #18 on: July 03, 2010, 06:54:43 PM »
At first, I feel bad for Goose because he has put in lots of work with his exchange. But to an extent, he did drop the ball on this. He has promised it before and not delivered, and I cannot wait to see how this one works out. Is there a tentative release date?

When it's done.

(no, but seriously, I already have a virtual deadline which I will make)
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline JoeBlo

Re: Bot Exchange
« Reply #19 on: July 03, 2010, 11:33:41 PM »
looks really cool Serge, if you need anymore graphics just let me know  ;)