View Single Post
  #5  
Old November 18th, 2004, 06:26 AM
Jack Simth's Avatar

Jack Simth Jack Simth is offline
Major General
 
Join Date: Oct 2002
Posts: 2,174
Thanks: 0
Thanked 0 Times in 0 Posts
Jack Simth is on a distinguished road
Default Re: Save File Format

Have you tried puzzling it out with a hex editor? (e.g., write down the population, ownership, and province # of several provinces with province numbers right next to each other (e.g., 23, 24, 25, 26, ...), then search for the segment of the ftherlnd file that has numbers corrolating to those values (province number might not be present except as an implied array index; it is acceptable if that number is missing while you search); any other information about the province can be helpful as well - scales are recorded in the order they are displayed from left to right; "good"-side scales are negative (e.g., productivity 3 is -3 (single byte), while sloth-3 is 3(also single-byte))) then looking for some programmatical way to identify that section?
__________________
Of course, by the time I finish this post, it will already be obsolete. C'est la vie.
Reply With Quote