View Single Post
  #2  
Old January 7th, 2007, 05:45 PM
Fingers's Avatar

Fingers Fingers is offline
Sergeant
 
Join Date: Jun 2005
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
Fingers is on a distinguished road
Default Re: A stern warning to those altering credits.ini

Yeah, testing one thing at a time is the safest.

The credits.ini has a size limit of 160 lines and seems to have a particularly screwy failure mode if you exceed that. Not only do the credits break but it'll overflow and garble some pointers to interface strings. This will cause a crash when it tries to display a generic button like "CANCEL".

If we release another update I'll make it fail more gracefully (ie. just ignore any credits lines after 160). This was just sloppy coding on my part... Near the end of the project, seemingly insignificant part of the program, etc...