View Single Post
  #8  
Old January 10th, 2001, 06:19 PM
ColdSteel's Avatar

ColdSteel ColdSteel is offline
Sergeant
 
Join Date: Dec 2000
Posts: 248
Thanks: 0
Thanked 0 Times in 0 Posts
ColdSteel is on a distinguished road
Default Re: Devastating RCE -- Please Help

My guess as a programmer is that there might be an upper limit of 255 ships per battle (possibly per player) and this is what's causing the range check error. Sounds like a subscript blew somewhere. Since there's a 255 system limit it seems likely they are using this number as a limit elsewhere in the game as well. After all, 255 is a magic number for programmers.

I remember that MOO2 had a crash problem with very large fleets as well. Ruined the game for me.

You need to send MM the save files and a good description of the problem. This can really mess up a nice, big game and I hope they fix it in the next patch.
__________________
The difference between genius and stupidity is that genius has its limits.
Reply With Quote