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

Pages: 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 ... 29
141
Have you tried just wiping the offending line and starting from scratch?  When you can't solve the problem with a toothpick, a sledgehammer is the next-best thing.
Okay, I'll see what I can do with this. Right now, I'm testing team by team. Sadly, I'm in need of sleep. So hopefully after school, It'll be resolved (Teams 0 and 1 are working, just not the nose). BTW, one of my robots goes in circles. Is that because of the controls (though I'm sure through testing it worked in the garage), or is it the turn/nose?

142
5 turnspeed is way too high for anything that isn't a SnS. Look at some other AI lines (like the ones in Starcore AI v4).

You can also just copy+paste other AI lines and edit the number values and name to lower the chances of it crashing.
Okay (I took these from the DSL, btw). Thanks. Is that what makes the game crash before I can even enter the game?
Dangit, it didn't work. I'm still not sure what's making the game crash right away.

143
topic merged with ai topic.
Thx Nary.

@Redace, I open the program, and it seems to crash. I found a few mistake, but it still doesn't open. Every name has been checked and is put in correctly.

144
Tutorials and Tips / AI help?
« on: March 31, 2015, 07:32:42 PM »
SOLVED

Code: [Select]
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 - Finished "That's where your bot will be after ten seconds with ours!"
    list.append(("A Torner","Spinner",{'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':100,'turn':30,'turnspeed':5,'weapons':(8,9)}))
    list.append(("Assassin The Finest","DirectionalSpinner",{'invertible':True,'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':5,'weapons':(13,14,16,17,18)}))
    list.append(("Bang Bang","Rammer",{'nose':math.pi*2,'range':99,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':5,'weapons':(18,19)}))
    list.append(("Bashur","DirectionalSpinner",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(25,)}))
    list.append(("Beast","DirectionalSpinner",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(4,)}))
    list.append(("Bolt","Rammer",{'invertible':False,'nose':math.pi,'range':99,'radius':0.1,'topspeed':100,'throttle':80,'turn':25,'turnspeed':1.5,'weapons':(20,)}))

    # 1 - Finished "Badder and still bloodthirsty!"
    list.append(("Clusterbot Spinnys","DirectionalSpinner",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5}))
    list.append(("Crank Dat Spine","Whipper",{'invertible':True,'nose':math.pi*2,'radius':0.2,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3.5,'weapons':(10,11,12,13,14,15,16,17,18,19)}))
    list.append(("Cypher","DirectionalSpinner",{'invertible':True,'nose':math.pi*2,'range':500,'radius':1,'topspeed':3,'throttle':130,'turn':60,'turnspeed':5,'weapons':(27,28,29,30,35,36,37,38,39,40,41,42,43,44,45,46,47,48,53,54)}))
    list.append(("DarkNight","Rammer",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5}))
    list.append(("Destiny Is Final","DirectionalSpinner",{'nose':math.pi,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(24,25,26)}))
    list.append(("Flatire","DirectionalSpinner",{'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(6,23)}))

    # 2 - Finished "Don't need nuthin' but my truck, my shotgun, my new bots, and my REVENGE!"
    list.append(("Force","DirectionalSpinner",{'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5}))
    list.append(("Foul Lem","DirectionalSpinner",{'nose':math.pi*2,'radius':.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(3,4,5,6)}))
    list.append(("Frightener","Poker",{'nose':math.pi*2,'range':99,'radius':0.1,'topspeed':100,'throttle':130,'turn':30,'turnspeed':3,'weapons':(22,23,24,25)}))
    list.append(("Fwacker","DirectionalSpinner",{'nose':math.pi,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(17,)}))
    list.append(("Harmless","Poker",{'invertible':True,'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(6,)}))
    list.append(("Lavra","DirectionalSpinner",{'invertible':True,'nose':math.pi*2,'radius':1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(11,),'sweapons':(28,29,)}))

    # 3 - Finished "If you defeat us again, we will sneak in at night and steal your bots."
    list.append(("No Mercy 4 U","Poker",{'nose':math.pi*2,'range':99,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2,'weapons':(4,5)}))
    list.append(("Nothing Is Everything But Me","DirectionalSpinner",{'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3.5,'weapons':(9,10)}))
    list.append(("Red Brawler","DirectionalSpinner",{'invertible':True,'nose':math.pi*2,'range':99,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':1,'weapons':(13,14,15,16)}))
    list.append(("Slam and Dank","Rammer",{'invertible':True,'radius':0.3,'range':2.5,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(25,)}))
    list.append(("Slam and Dank (Thwack)","Whipper",{'invertible':True,'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(19,)}))
    list.append(("Slice and Dice 'em","DirectionalSpinner",{'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(55,)}))

    # 4 - Finished "The BLACK STORM was only getting started with our old bots!"
    list.append(("SpamYou","Spinner",{'nose':math.pi*2,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(19,)}))
    list.append(("Spikez","DirectionalSpinner",{'nose':math.pi*2,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2}))
    list.append(("Stein","Poker",{'nose':math.pi*2,'radius':0.1,'range':99,'topspeed':150,'throttle':130,'turn':60,'turnspeed':4,'weapons':(29,41,42)}))
    list.append(("Tetsuke","Poker",{'nose':math.pi,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':25,'turnspeed':3,'weapons':(7,)}))
    list.append(("Toart","DirectionalSpinner",{'invertible':True,'nose':math.pi,'radius':0.1,'range':99,'topspeed':6,'throttle':60,'turn':60,'turnspeed':2.5,'weapons':(15,)}))
    list.append(("Uproar","Flipper",{'invertible':False,'nose':math.pi,'range':99,'radius':0.1,'topspeed':100,'throttle':130,'turn':30,'turnspeed':3,'weapons':(25,29)}))

    # 5 - Finished "EMERGENCY is back with a vengeance, faster and more furious."
    list.append(("WeSpin","Spinner",{'nose':math.pi*2,'radius':0.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(12,)}))
    list.append(("Yayuia","Spinner",{'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':130,'turnspeed':5,'weapons':(12,17)}))

145
Modifications / Re: Robot Wars RA2 - OFFICIAL MOD
« on: March 31, 2015, 04:04:27 PM »
Muteiful.
I see what MuTed there!
In all seriousness, this is amazing!

146
Contests / Re: Vote BOTM Apr 2015
« on: March 28, 2015, 05:04:14 PM »
Gotta go for that Number 1 bot. The skinning and background is sick as hell! (Literally in a sense)

147
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 26, 2015, 02:35:19 PM »
Well, It's getting better, but it still looks a bit ugly. And that disc is just tiny o_o.


I'd say use a setup with what you had from the first one and work with apply what is good with the newest one.
What do you mean?

148
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 25, 2015, 03:39:10 PM »
Yeah, I also agree. This is my final update on the robot. After this, I'm moving on.

Hopefully it's good enough.

149
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 24, 2015, 04:29:47 PM »

Seems i still did it.

150
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 23, 2015, 07:04:12 PM »
Thx guys. However, I seriously feel like dropping this out of the tourney. One, I'm still raging at the multi-extender, and two, I feel like moving on from it, and three, I just lost inspiration for a Last-Rites type of robot, and lastly, I'm too lazy. Maybe a middleweight version of Sherry I could create, IDK. I also am not a fan for SH anyway. I don't know if these are good reasons, but it's whatever.

(I might use those glitches for future robots. Maybe one soon).

151
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 23, 2015, 05:28:55 PM »
I think it is kinda worse with those supports. They're just going around the belt. Wheel guards don't look too pretty either. I think you can sacrifice those to work on the supports more. In fact, why not try having the supports work in a fashion to where it looks fully supported to where it works. It might take a bit of eFFeing, but It might look better. Look at my bot, Roboenza, and work from there.

Hey, pretty cool. I'll try that. But I'm in a workload, so I'll probably upload tomorrow.
BTW, what's eFFeing?

152
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 23, 2015, 03:55:14 PM »

Got wheel guards and fixed bars.

153
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 23, 2015, 02:43:53 PM »
Do the 'supports' actually connect to anything static? I'm guessing those discs spin, so the supports aren't supporting the axle.
So I have to restart with the supports, then? Oh god... I'll see what I can do. Any idea on how I could make my Wheel guards?
(Edit: Pulled it off, but is quite messy)

154
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 22, 2015, 01:43:38 PM »
I think wheelguards would eat up at least some of the 100 kg you have left.
I attempted wheel guards only to rage and fail. I need help. (The damn Multi-extender sometimes pisses me off.)
Any robots with a good idea of wheel guards?

155
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 22, 2015, 01:31:53 PM »
(TP)
... Guess no one cared of my other one.
Well, I have a SuperHeavy. I'm in need of weight.


(Crap I left the SH Zone on. It's actually 1067.5)
Generic alert...

156
Real Robotics Discussion / Re: battlebots is coming back
« on: March 22, 2015, 01:22:04 PM »
Sooo who do we know right now


Hardcore Robotics
Inertia Labs
Team Hurz [?]
Team LOGICOM [?]

I Hope TPC will come to this event.

157
Tournament Archives / Re: Battlebots X - Signups *9 Days*
« on: March 21, 2015, 11:37:08 AM »
Sent Heavyweight

158
Real Robotics Discussion / Re: battlebots is coming back
« on: March 21, 2015, 09:27:16 AM »

I think one is a maybe, but they probably are required to be silent on the matter (they had to do that when it originally aired, same with robotica).
[/quote]
  Okay. One, you say...

I'm about 75% sure on Inertia Labs and Team Hurtz.
   Cool! Nice to see them ready for the return!

159
Real Robotics Discussion / Re: battlebots is coming back
« on: March 20, 2015, 08:04:01 PM »
Cool to see that Battlebots is coming back this summer! Do you guys know a few roboteers that are likely to be on (like they've said on twitter, their website, facebook, ect?)

160
DSL TC Showcases / Re: The Unknown Robotic's DSL Showcase
« on: March 20, 2015, 06:17:58 PM »
My Heavyweight! It looks fine to me. Probably a bit messy.

However...

I'm way too lazy. MassimoV, is it okay to accept that?


Pages: 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 ... 29