gametechmods

Robot Arena => General Support => Topic started by: Virus Bomb on October 22, 2009, 10:10:59 PM

Title: Starcore crash
Post by: Virus Bomb on October 22, 2009, 10:10:59 PM
I just AIed Team35 in Starcore V4, but now anytime I load the game up, it crashes right after the "E for Everyone" screen. Why is this happening?
Title: Starcore crash
Post by: Sage on October 22, 2009, 10:53:42 PM
It's a problem with your bindings. Make sure there are no extra spaces.
Title: Starcore crash
Post by: Pwnator on October 23, 2009, 04:03:21 AM
If it's the bindings problem and the error couldn't be located, try mine for now:

Code: [Select]
   # 35 - Team Pyscolone "Brought to you by Pyscolone"
    list.append(("Illicit Gentleman","Omni",{'radius':0.1,'topspeed':99,'throttle':130,'range':99,'turn':50,'turnspeed':2,'weapons':(1,2,3,4)}))
    list.append(("Ganja Benefactor","Omni",{'invertible':True,'nose':math.pi,'radius':0.1,'topspeed':99,'throttle':130,'range':99,'turn':50,'turnspeed':2,'weapons':(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15)}))
    list.append(("Hostile Assault","Omni",{'invertible':True,'radius':0.1,'range':99,'topspeed':99,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(1,2,3,4,5,6,7,8)}))
    list.append(("AW-Delinquent","Whipper",{'invertible':True,'radius':0.1,'topspeed':99,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(1,2,3)}))
    list.append(("BW-Racketeer","Rammer",{'invertible':True,'nose':math.pi,'radius':0.1,'topspeed':99,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(1,2,3,4)}))
    list.append(("SHW-Corrupt Judge","Omni",{'invertible':True,'radius':0.1,'range':99,'topspeed':99,'throttle':130,'turn':60,'turnspeed':2.6,'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,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64)}))

I haven't played SCv4 for a while now, so some lines definitely should be edited (Hostile Assault should use BountyHunter.py, etc.)...
Title: Starcore crash
Post by: Virus Bomb on October 23, 2009, 04:01:55 PM
Thanks