those are the correct names.. hmm I dont know thenSZ?
are you sure the other robot is in the SZ, pause the game with the pause key and use F12 to see if it is in it
Bindings:Shouldn't that be
list.append(("True Inertia 3","[blink]Omni[/blink]",{'nose':math.pi*
2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.
5}))
Space=Fire
SmartZone=weapon
try this
It can be, just try.Bindings:Shouldn't that be
list.append(("True Inertia 3","[blink]Omni[/blink]",{'nose':math.pi*
2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.
5}))
Space=Fire
SmartZone=weapon
try this
list.append(("True Inertia 3","[blink]Omni[/blink]",{'nose':math.pi*
2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.
5}))
Space=Flip
SmartZone=flip
list.append(("True Inertia 3","Omni",{'nose':math.pi*
2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.
5}))
That crashes my gameOpen AI folder and search Omni file,
It is thereThat crashes my gameOpen AI folder and search Omni file,
Did you try the code I posted?Yep, still didn't work, & it didn't self right
you have to name the smartzone "weapon" and add a Srimech button to the controll.Should the weapon control be called 'Fire'or 'Flip'?
check your wiring is it correct ? test it in the bot labYes
list.append(("True Inertia 3","Omni",{'nose':math.pi*2,'radius':0.1,'topspeed':120,'throttle':100,'turn':60,'turnspeed':2.5,'weapons':(1,)}))
list.append(("True Inertia 3","Popup",{'NoChassisTime':3,'nose':math.pi*2,'radius':0.1,'topspeed':120,'throttle':100,'turn':60,'turnspeed':2.5,'weapons':(1,)}))
self.zone = "weapon"
self.triggers = ["Fire"]
oops I told them to use notepad heheI'm editing it using wordpad :ermm:, whatever you say, it works :P
well its not advised for editing but viewing its ok in notepad
Tasty way to die.
When dead, people don't tend to taste muchTasty way to die.
Not if you dont like Blueberry :p
OK, didn't last long without the need of help once more :PI solved it
I know that there is something wrong with these bindings because the game crashes when I try to start a match
Whats wrong with this:
list.append(("Rioting Defense 3","Rammer",
{'invertible':True,'radius':2,'topspeed':100,'throttle':120,'turn':60
,'turnspeed':2.5}))
Where does it crash?When I try to start the match, I can select the bot & everything
Rammer.py doesn't needs any 'weapons' entry.OK, I'll try that
And remove that useless range value. Range in a flipper ? Srsly ?
And math.pi*2 is 2pi radians = 0. You can also remove that nose value if you had no need to change the forward heading.
Have you definitley spelt the name right?Yes