Author Topic: Starcore crash  (Read 836 times)

Offline Virus Bomb

Starcore crash
« 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?

Offline Sage

  • *
  • Posts: 6182
  • Rep: 11
  • RA2 Wizard & GTM's Favorite Stock Builder 2015
  • Awards Sage's Favorite BOTM Winner
    • View Profile
    • Awards
Starcore crash
« Reply #1 on: October 22, 2009, 10:53:42 PM »
It's a problem with your bindings. Make sure there are no extra spaces.
You got my vote for RA2 Wizard. Always and forever.

Offline Pwnator

  • *
  • Posts: 6676
  • Rep: 15
  • Awards BOTM Winner
    • View Profile
    • http://pwnator.tumblr.com
    • Awards
  • See profile for gamer tags: Yes
Starcore crash
« Reply #2 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.)...
Clash Cubes 1 - Grey Matter (Runner-Up)
King of Karnage - Sideshow Freak (Runner-Up, Best Engineered)
Rust In Pieces - Paper Cut 3 (Grand Champion, Most Dangerous Bot)
Wheely Tag Tournament - Ion Thruster (Grand Champion, along with Ounces' DiSemboweLment)
UK vs USA - Dark Striker (Grand Champion)
Rust In Pieces 2 - Claymore (Runner-Up, Favourite Bot)
BBEANS 6 - Infection 4 (Runner-Up)
RA2 Team Championships - Serious Business, Skeksis (Runner-Up, along with Scrappy, S_M, and Badnik)
RA2 Team Championships 2 - The Other Stig (Runner-Up, along with Scrappy, S_M, Badnik, 090901, and R1885)
Replica Wars 3 - Abaddon (Runner-Up, Luckiest Bot)
BroBots - wheebot & yaybot (Runner-Up)
Robo Zone 2 - Dipper (4th place, Survival Champion, & Best Axle Bot)
ARBBC - The Covenant (3rd place, BW Rumble Winner, Most Feared BW)

Offline Virus Bomb

Starcore crash
« Reply #3 on: October 23, 2009, 04:01:55 PM »
Thanks