Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - infiniteinertia

Pages: 1 ... 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 ... 94
861
Tournament Archives / Doomed Bots Tournament Discussion
« on: July 13, 2009, 08:17:29 AM »
Popup.py isnt necessary, at all.

862
Chatterbox / I HATE MAC
« on: July 13, 2009, 08:16:09 AM »
HP Pavilionnnn. But Vista is gay

863
Stock Showcases / Infinite's Stock Masterpieces...
« on: July 13, 2009, 08:14:35 AM »
If you want a side view, the extenders are not there just chillin' waiting to be hit

864
Stock Showcases / E://System32/showcase
« on: July 13, 2009, 08:13:13 AM »
If you enter that, I will officially make your life a living heck with my sadism for an eternity.

865
Stock Showcases / Infinite's Stock Masterpieces...
« on: July 12, 2009, 11:48:18 PM »
tralalalala


866
Tournament Archives / Doomed Bots Tournament Discussion
« on: July 12, 2009, 10:59:06 AM »
I'll enter, and I will not be entering a uber-stacked HS, becasue anyone who does that, I'll laugh.

867
Modifications / Re-Stocked AI: BETA and Release
« on: July 12, 2009, 10:32:51 AM »
After a year of turmoil, the pack is about 80% complete.

Featuring 45 Rebuilds of all original Stock Bots, New UI (soon to come, hopefully), New Music, Madiaba's Smartzones, Sage's Component Skins (not in BETA), and Updated Rookies (Not in BETA); Re-Stocked AI provides the best competition out in the AI world.



I now need 5-7 BETA testers, who have AI-ing knowledge and are willing to work  out the kinks as well as suggest changes to AI and the game overall.

Please let me know here if you want to BETA test, and if I feel confident in your ability to help, I will let you BETA test.

REMEMBER: BETA TESTING IS TO HELP THE FURTHER DEVELOPMENT OF THIS PACK, NOT TO SELFISHLY ENJOY THE NEW AI FOR YOURSELF.

RELEASES:

v0.1 BETA http://www.megaupload.com/?d=7UOKJP37

868
Stock Showcases / Clickbeetle's bots
« on: July 12, 2009, 09:49:18 AM »
I am no longer InfiniteInertia, I have become Minionbeetle

869
DSL TC Showcases / Reier's Showcase
« on: July 12, 2009, 12:01:23 AM »
My favorite DSL builder...

...other than Jules =)

870
Tournament Archives / BBEANS5 Brackets and Videos
« on: July 11, 2009, 11:58:52 PM »
Its the bad caster wedge job. Wont let the bot slide up the chassis, so the wedges get stuck, and as Click said,  *glitch* out from underneath ItI.

871
Modifications / Infinite's Summer Magic
« on: July 11, 2009, 11:56:06 PM »
THANKS EVERYONE BUT SAGE AND SSG FOR YOUR HELP!

But thanks Sage and SSG. And Trov actually too.

872
Stock Showcases / Clickbeetle's bots
« on: July 11, 2009, 11:29:18 PM »
...(Inf dies)

But really Click, you're:

1. Original - ALWAYS
2. A Genius
3. The best builder I have seen, anywhere.
4. always making me happy when you post something<3.

873
Modifications / Infinite's Summer Magic
« on: July 11, 2009, 03:41:38 PM »
ALARM, a piston bot, has a range value and works.

Hanky Panky, a popup, has a range value and doesnt work.

874
Tournament Archives / BBEANS5 Brackets and Videos
« on: July 11, 2009, 03:36:46 PM »
DEAR GOD.

875
Modifications / Infinite's Summer Magic
« on: July 11, 2009, 03:36:09 PM »

import math

def load(list):
    print "Loading AI bindings"

    # binding format:
    # ( 'name of robot from .bot file', 'name of AI from script class',
    #       {'optional constructor parameter':value, 'another':value} )

    # constructor parameters:
    # nose - "front" of bot in radians (default 0)
    # invertible - can function upside-down (default False)
    # topspeed - speed in meters/second AI will attempt not to exceed (default 4.0)
    # throttle - maximum analog value AI will attempt not to exceed (default 100)
    # turnspeed - turning in radians/second AI will attempt not to exceed (default 2.5)
    # turn - maximum analog value AI will attempt not to exceed (default 60)
    # radius - bot radius to use for checking for hazards and walls (default 1.0)

    # 0 - Red Zone "Do NOT enter the Red Zone!"
    list.append(("Scout","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4)}))
    list.append(("ALARM","Omni",{'invertible':True,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10)}))
    list.append(("Sentinel","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9)}))

    # 1 - PREHISTORIC "Bad and bloodthirsty."
    list.append(("Roly Poly","Rammer",{'invertible':True,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11)}))
    list.append(("Sabretooth","Omni",{'invertible':True,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14)}))
    list.append(("Grog The Warrior","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14)}))
   
    # 2- The Good ol' Boys "Don't need nothin' but my truck, my shotgun, and my bot."
    list.append(("Catfish","Rammer",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))
    list.append(("Mud Runner","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6)}))
    list.append(("BEAR","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36)}))
   
    # 3 - Team Dragon "If you defeat us, we will sneak in at night and steal your chickens."
    list.append(("Ninja","Omni",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))
    list.append(("Bushido","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5)}))
    list.append(("Ronin","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))
   
    # 4 - BLACK STORM "Beware, BLACK STORM!"
    list.append(("Bot-204","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4)}))
    list.append(("Devil","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4)}))
    list.append(("Coal Miner","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)}))
       
    # 5 - Team SPARK "Fast and furious."
    list.append(("JACKPOT!","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2)}))
    list.append(("Boxer","Omni",{'invertible':True,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10)}))
    list.append(("Fatal Emergency","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20)}))
   
    # 6 - SpikeHeads "I'd like you to meet my little metal friend..."
    list.append(("M.A.D.","Omni",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6)}))
    list.append(("Dementia","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12)}))
    list.append(("Little Metal Friend","Omni",{'invertible':Truee,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10)}))
   
    # 7 - North Polers "Chilling defeat will gnaw your bones."
    list.append(("MiniBerg","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3)}))
    list.append(("Iceberg","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4)}))
    list.append(("Snow Job","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28)}))
   
    # 8 - HIGH VOLTAGE "Here, hold this wire for a second..."
    list.append(("Flapjack","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3)}))
    list.append(("Backslash","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4)}))
    list.append(("WIDE LOAD","Omni",{'invertible':True,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30)}))
   
    # 9 - Team HEX "We eat nuts and bolts for breakfast."
    list.append(("Flame Chopper","FBS_2",{'invertible':False,'nose':math.pi*2,'PreSpinEntrance':8,'SpinDirection(1/-1)':1,'ReMobilizeRoutineTime(10-60)':15,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12)}))
    list.append(("LugNut","Pillar",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12)}))
    list.append(("Hanky Panky","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13)}))
   
    # 10 - Team Z "Cooler than you."
    list.append(("Beserker","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9)}))
    list.append(("Razor","Rammer",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22)}))
    list.append(("Eye Poker","Rammer",{'invertible':True,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36)}))
   
    # 11 - SteelYard Dog "Our Bite is MUCH worse than our bark!"
    list.append(("Lil Dog","Rammer",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6)}))
    list.append(("Da Dog","Rammer",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18)}))
    list.append(("Big Dog","Rammer",{'invertible':True,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22)}))
   
    # 12 - RIOT "Things are going to get LOUD!"
    list.append(("Civil Disobedience","Omni",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6)}))
    list.append(("REVENGE","OmniRam",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14)}))
    list.append(("Raptor","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16)}))
   
    # 13 - MEGATON "Boom."
    list.append(("Stinger","Omni",{'invertible':True,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4)}))
    list.append(("Tornado","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18)}))
    list.append(("DEADBEAT","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6)}))
   
    # 14 - The Scrappers "We are scrap parts specialists."
    list.append(("Arc Pounder","Pillar",{'invertible':True,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))
    list.append(("Ripblade","Omni",{'invertible':False,'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))
    list.append(("Backyard Ripper","Omni",{'invertible':False,'nose':0,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18)}))

876
Modifications / Infinite's Summer Magic
« on: July 11, 2009, 03:29:46 PM »
It has to be the AI code, but me and Sage see no errors.

877
Modifications / Infinite's Summer Magic
« on: July 11, 2009, 03:07:42 PM »
DP: Anyone have any idea how to fix Runtime Errors? For some bots, when I begin a match, a Runtime Error! Shuts the game down.

878
Modifications / Infinite's Summer Magic
« on: July 11, 2009, 02:32:06 PM »
Just figuring out why some bots give Runtime Errors and others do not. Then Ai troubleshooting. Then BETA.

879
Stock Showcases / The Stock Showcase of The Ounce, to Learn
« on: July 11, 2009, 01:18:40 PM »
That is a nice bot, and yes, stick to listening to people who know what they are talking about.

I have a bot very like that, I just dont have a wedge and I use Irons.

880
Modifications / Infinite's Summer Magic
« on: July 10, 2009, 11:25:40 PM »
alrighty, working out the kinks, alot of kinks, and will get this baby out ASAP tomorrow.

Pages: 1 ... 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 ... 94