darkpanda
Dark Prince
- Joined
- Oct 28, 2007
- Messages
- 844
So the only differences between SAV format (CivWin) and SVE/MAP format (CivDOS), are:
So now I'm confronted with something very easy to implement (DOS to WIN and back), but very hard to integrate into JCivED, because JCivED code is so full of itself... What was I thinking ?
I'll keep you posted !
- SAV is RLE compressed while SVE is flat and MAP is a PIC image
- SAV contains both game data and map data in 1 file, while in DOS data is split between SVE and MAP
- Leader names, civ names, nationalities and city names are all 32 chars in SAV, while in SVE they range from 11 to 14, depending on version too
- SAV has 2 mysterious initial bytes (version ?) set to FE FF (-2 short little endian)
- ... that's all
So now I'm confronted with something very easy to implement (DOS to WIN and back), but very hard to integrate into JCivED, because JCivED code is so full of itself... What was I thinking ?

I'll keep you posted !