• Blitz Shadow Player
  • Caius
  • redboot
  • Rules
  • Chain of Command
  • Members
  • Supported Ladders & Games
  • Downloads
Forums
Save/scenario file formats - Printable Version

+- Forums (https://www.theblitz.club/message_boards)
+-- Forum: The Firing Line (https://www.theblitz.club/message_boards/forumdisplay.php?fid=1)
+--- Forum: Tiller Operational Campaigns (https://www.theblitz.club/message_boards/forumdisplay.php?fid=11)
+--- Thread: Save/scenario file formats (/showthread.php?tid=72789)



Save/scenario file formats - Zoetermeer - 09-05-2019

Is any information published about how to read these files, if I wanted to write a program to do it?  I want to write a tracker/housekeeping app for this.  I don't care so much about PBEM games and I think those are encrypted anyway, I really just want it for my solo games.  The files are just text files, but just contain mostly numbers.  I could probably figure out how to interpret them with some trial and error, but figured I'd ask in case there is any documentation out there.


RE: Save/scenario file formats - The Killer Rabbits - 09-05-2019

Along these same lines, I would pay good money for an app/utility that displayed the .oob file in a much easier to read and graphically pleasing format.


RE: Save/scenario file formats - Zoetermeer - 09-05-2019

I think the OOB file would be easier, just looking over it. It seems relatively straightforward, but it would take a bit of work to figure out what all of the numeric values are for each of the units. The scenario and battle files seem to be mostly numbers, some of which I assume are ID references back to the OOB file.

The ultimate thing, for me, would be to have a better viewer for the scheduled reinforcements window. I just find it really painful to pore through that and I can't figure out how to resize the window so I can see the full unit names in the list.


RE: Save/scenario file formats - Ricky B - 09-05-2019

So I figured out the scenario data structure 19 years ago and built an editor to parse the details for editing, display/print the OOB for the scenario (including strength/fatigue), etc. It has changed since then, and whatever notes I made are long gone. I could dig out and send you my C++ code, I used Borland C++ Builder for the program and it has some details around the pieces I cared about. The compiler doesn't work any more.

Let me know and I can see what I can do.

Alternatively I can share the program itself, which still runs but the scenario data structures have changed a bit and so it doesn't display some details quite correctly.

Rick


RE: Save/scenario file formats - Zoetermeer - 09-05-2019

That would be fantastic! The code would be a great starting point.


RE: Save/scenario file formats - Ricky B - 09-05-2019

What is your email? You will need to sort out my code to find how I parsed things up :-).

Rick


RE: Save/scenario file formats - Zoetermeer - 09-06-2019

PM sent. No problem, software engineering is my day job so I'm quite used to it :)


RE: Save/scenario file formats - Ricky B - 09-06-2019

Email sent. As I noted there, C++ was more a hobby for me than a profession, although I wrote a couple of programs back in the late 90s for internal work purposes.

Rick