View Single Post
  #32  
Old May 21st, 2002, 11:42 AM

zaphod-42 zaphod-42 is offline
Private
 
Join Date: May 2002
Location: Germany
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
zaphod-42 is on a distinguished road
Default Re: Damm Range Check Errors

What i've watched so far:
An RCE occures every time the value for a variable (byte, word, double-word) gets to big. Like setting "max number of systems" to 256 in settings.txt. This wouldn't be a problem if it is defined as word.
So my gues is:
Many Race-Styles and mods modify values and some programm calculations (like damage where random values are used) result in values not allowed by the variable definitions.
I don't think this are bugs in some of the mods or the game.
I simply think there are some combinations and results possible the developers haven't foreseen by allowing nearly everything to be modded (and that's realy understandable)
Reply With Quote