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 - freeziez

Pages: 1 ... 80 81 82 83 84 85 86 [87] 88 89 90 91 92 93 94 ... 229
1721
Stock Showcases / Re: Mechadino's showcase
« on: August 03, 2011, 04:21:28 PM »
Here's a rammer i made, Venom:
(Image removed from quote.)
DSA
1 Bigvolt
6 HPZs for drive
27 Axes
4 Pointy spikes
793.8 KG

Very nice bot, keep up the good work. I would think razors could substitute the pointy tips, though.

1722
Discussion / Re: RA2 Achievements
« on: August 03, 2011, 04:01:48 PM »
Double Whammy: Kill a bot 2 ways in the same battle (Example: Destroy it on the Clawtop and then push it off)

Triple Whammy: Kill a bot 3 different ways in the same battle (requires 2+ opponents)

1723
Discussion / Re: RA2 Achievements
« on: August 03, 2011, 03:55:27 PM »
Seeing Double: Lose to yourself.
Spinner From Pretty Much Everwhere: Beat SFTW in all the normal Stock arenas.
Haters Gonna Hate: Beat a SHW with an AW.

1724
General Support / Re: AI teams aren't showing up
« on: August 03, 2011, 03:33:32 PM »
...I'm stumped.

1725
General Support / Re: AI teams aren't showing up
« on: August 03, 2011, 03:30:25 PM »

1726
General Support / Re: AI teams aren't showing up
« on: August 03, 2011, 03:27:51 PM »
Forget my other post.  :mrgreen:

I thought you didn't have wedge.bmp, but I realized

1. You do
2. It wouldn't affect your game anyway.

Team 18 is missing a bunch of the stuff.

^ this ^

1727
Existing Games / Re: Robot Wars:Arenas of Destruction
« on: August 03, 2011, 03:23:10 PM »

1729
General Support / Re: AI teams aren't showing up
« on: August 03, 2011, 03:11:10 PM »
Did you add the teams in team.txt?

I talked to him over the phone, the Teams.txt is fine.

Preytor, could you PM me the Bindings?

1730
General Support / Re: AI teams aren't showing up
« on: August 03, 2011, 03:08:25 PM »
Copy it again.

1731
Stock Showcases / Re: The Wakkydude Showcase - REVISION 2
« on: August 03, 2011, 03:01:32 PM »
Wakky, i can only ai this if the burst motors remain stationary.

...why would they not?

1732
General Support / Re: AI teams aren't showing up
« on: August 03, 2011, 02:59:13 PM »
Try this:

Code: [Select]
# 16 - Wedge War
    list.append( ("Pop-Corn", "Chopper", { 'topspeed' : 999.0, 'weapons': (7,) }) )
    list.append( ("wedge thing", "Spinner", { 'radius':1.2, 'nose' : math.pi*2, 'range' : 4.0, 'topspeed' : 12.0, 'throttle': 120, 'turnspeed' : 1.75, 'weapons': (16,) }) )
    list.append(("Blazing Stripes","OmniMultiZone",{'nose':math.pi,'radius':0.2,'topspeed':90,'throttle':110,'turn':40,'turnspeed':2,'weapons':(11,12)}))

# 17 - Wedge War 2
    list.append(("Dumb Drum","OmniVSpinner",{'nose':math.pi*2,'radius':0.1,'range':500,'topspeed':90,'throttle':110,'turn':40,'turnspeed':2,'weapons':(12,20,22,36,37,40)}))
    list.append(("Windmill","Omni",{'nose':math.pi,'topspeed':99,'throttle':130,'turnspeed':2.5,'turn':60,'radius':0.3,'range':99,'weapons':(37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,54)}))
    list.append(("Circle Of Irons 2","OmniVSpinner",{'nose':math.pi*2,'radius':0.1,'range':500,'topspeed':90,'throttle':110,'turn':30,'turnspeed':1.5,'weapons':(12,20,22,36,37,40)}))

# 18 - Wedge War 3
    list.append(("Iron Filings 2","Spinner",{'nose':math.pi*2,'range':99,'radius':1.5,'topspeed':90,'throttle':110,'turn':60,'turnspeed':4,'weapons':(16,)}))
    list.append(("Cannibal","Spinner",{'nose':math.pi*2,'range':99,'radius':1.5,'topspeed':90,'throttle':110,'turn':60,'turnspeed':4,'weapons':(16,)}))
    list.append(("Hellbringer2","Spinner",{'invertible': True,'nose':math.pi*2,'range':99,'radius':1.5,'topspeed':90,'throttle':110,'turn':60,'turnspeed':4,'weapons':(16,)}))

# 19 - Wedge War 4
    list.append(("Through The Never","Spinner",{'nose':math.pi*2,'range':99,'radius':1.5,'topspeed':90,'throttle':110,'turn':60,'turnspeed':4,'weapons':(16,)}))

1733
General Support / Re: AI teams aren't showing up
« on: August 03, 2011, 02:52:25 PM »
I know there's something wrong with the bindings, could you post yours?

Mine:
Code: [Select]
    list.append( ("Pop-Corn", "Chopper", { 'topspeed' : 999.0, 'weapons': (7,) }) )
    list.append( ("wedge thing", "Spinner", { 'radius':1.2, 'nose' : math.pi*2, 'range' : 4.0, 'topspeed' : 12.0, 'throttle': 120, 'turnspeed' : 1.75, 'weapons': (16,) }) )
    list.append(("Blazing Stripes","OmniMultiZone",{'nose':math.pi,'radius':0.2,'topspeed':90,'throttle':110,'turn':40,'turnspeed':2,'weapons':(11,12)}))
    list.append(("Dumb Drum","OmniVSpinner",{'nose':math.pi*2,'radius':0.1,'range':500,'topspeed':90,'throttle':110,'turn':40,'turnspeed':2,'weapons':(12,20,22,36,37,40)}))
    list.append(("Windmill","Spinner",{'nose':math.pi,'range':99,'radius':1.5,'topspeed':100,'throttle':130,'turn':100,'turnspeed':5,'weapons':(16,)}))
    list.append(("Circle Of Irons 2","OmniVSpinner",{'nose':math.pi*2,'radius':0.1,'range':500,'topspeed':90,'throttle':110,'turn':30,'turnspeed':1.5,'weapons':(12,20,22,36,37,40)}))
    list.append(("Iron Filings 2","Spinner",{'nose':math.pi*2,'range':99,'radius':1.5,'topspeed':90,'throttle':110,'turn':60,'turnspeed':4,'weapons':(16,)}))
    list.append(("Cannibal","Spinner",{'nose':math.pi*2,'range':99,'radius':1.5,'topspeed':90,'throttle':110,'turn':60,'turnspeed':4,'weapons':(16,)}))
    list.append(("Hellbringer2","Spinner",{'invertible': True,'nose':math.pi*2,'range':99,'radius':1.5,'topspeed':90,'throttle':110,'turn':60,'turnspeed':4,'weapons':(16,)}))
    list.append(("Through The Never","Spinner",{'nose':math.pi*2,'range':99,'radius':1.5,'topspeed':90,'throttle':110,'turn':60,'turnspeed':4,'weapons':(16,)}))code]

1734
Stock Showcases / Re: The Wakkydude Showcase - REVISION 2
« on: August 03, 2011, 02:45:43 PM »

1735
Off-Topic Discussion / Re: General Chatter Thread
« on: August 03, 2011, 02:15:40 PM »
It is a single instance of cursing, which is very minor in the grand scheme of things

:P


Or he just hasn't gotten around to it yet.

This seems reasonable though.

And I was banned for a week. inf better be banned.

Inf doesn't nearly deserve the punishment you do.

1736
Tournament Archives / Re: Wedge War - Brackets, Splash, and Videos
« on: August 03, 2011, 02:08:58 PM »
you said you would send your own AI, but you haven't.

Same for Marty Midget

It's OK, I'm sending now.

1737
Chatterbox / GTM Facebook page request
« on: August 02, 2011, 11:25:56 PM »
I sent a request to join the GTM Facebook page, hope it's accepted.

1738
Tournament Archives / Re: Wedge War - Brackets, Splash, and Videos
« on: August 02, 2011, 10:30:27 PM »
NOTICE

I am in need of an AIer, SKBT is at Utah for the next 2 weeks, so he is unable to AI.

meeeee

I have a lot of time on my hands, they'll be ready by tomorrow.

1739
Off-Topic Discussion / Re: General Chatter Thread
« on: August 02, 2011, 07:00:18 PM »
I just saw a disturbing image.

What disturbing image?

It was in the New Member welcome. Some guy named Dave posted it. Uhh

It's TX.

1740
Challenge Board / Re: NC vs Madman
« on: August 02, 2011, 06:47:35 PM »
Accepted and AI'd.

Pages: 1 ... 80 81 82 83 84 85 86 [87] 88 89 90 91 92 93 94 ... 229