Welcome to Close Combat Series
  Login or Register Home  ·  Downloads  ·  Forums  ·  Combat Camera  ·  Help  

  Survey
Do incapacitations count as a soldier's kills?

Yes
No



Results
Polls

Votes 1266
Comments: 1

  Shout Box!!

Only registered users can shout. Please login or create an account.

  Main Menu
Articles & News  
    Help
    Player`s News
    Site News
    Multiplayer
    Terrain Challenge
    Boot Camp
Community  
    Forums
    Downloads
    Combat Camera
    MOOXE @ Youtube
    Statistics
Members  
    Private Messages
    Your Account
    Logout

  Donations
Anonymous - $25.00
08/15/2022

Anonymous - $25.00
08/15/2022

Anonymous - $25.00
12/18/2021

Anonymous - $100.00
11/08/2021

Anonymous - $15.00
04/09/2021

Anonymous - $100.00
04/05/2021

Anonymous - $20.00
02/20/2021

Anonymous - $10.00
12/29/2020

Anonymous - $1.00
11/06/2020

ZAPPI4 - $20.00
10/10/2020

Find our site useful? Make a small donation to show your support.



Search for at
Close Combat Series Advanced Search


Goto page 1, 2  Next
 Author
Message
 
vonB

Rep: 32.6
votes: 5


PostPosted: Sun May 30, 2010 4:22 pm Post subject: Call for CC3/CoI Saved Game Files Reply with quote

I am working on a Saved Game File Handler for CC3/CoI.  What I am looking for are Saved Game Files from Games played, in particular Operations played as Russians, and Files saved from various stages (Maps) in the Operation,

Preferably from the stock Game (so I can view them without having to setup any particular Mods).

Have to be from multiple Map Operations, and must be Files saved manually during the course of the Operation (so from the Game \Game\Save Folder).  If possible a variety of saves from the first Map onwards.

They zip up to practically nothing.  E-mail them to me at vonb [at] closecombat [dot] ie or post them here, or whatever is convenient for you.

Although I am making good progress, some of the Bytes are tricky to nail down and having action snapshots (via the Saved Game Files) can help a great deal.  I have plenty of Saved Game Files played as Germans (my preference), but it's the played as Russians I am short of.  Working on the Handler is soaking up pretty much whatever spare time I have, so little time to indulge in playing Ops as Russians at the moment.

Cheers.
Back to top
View user's profile Send private message Visit poster's website
 
Dundradal

Rep: 27.9
votes: 4


PostPosted: Mon May 31, 2010 2:13 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

I'll see what I can do.


"To you, we are deeply grateful, and release what little hold we might, as Durandal, have had on your soul.
Go."
- Final Terminal Message, Marathon Infinity
Back to top
View user's profile Send private message
 
vonB

Rep: 32.6
votes: 5


PostPosted: Mon May 31, 2010 10:48 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Cheers!  It's astonishing how much information there is in this file....
Back to top
View user's profile Send private message Visit poster's website
 
vonB

Rep: 32.6
votes: 5


PostPosted: Tue Jun 01, 2010 10:49 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

I have more or less completed the Battle Data Structure, and am now working on the Battle Status Structure, which is a big job.

As I have already mentioned, the purpose is to provide a Handler for integrating CC3/CoI with Strategic Games, but that is some way off as yet.

However, I am open to suggestions as to what anyone might like to see.  To start with, it can just be used as a File 'examiner', i.e. to display all the content of the File.  In due course, it can be used to create or write Data to a File or even Create a File from scratch, but again, that is some way off yet.

I attach here a very early sample of a 'viewer' I am developing and using to display the contents of the File.  It does read the entire Op Data in the File, but it doesn't display very much as yet, and it won't for a while as I have still much work to do on the Operation Status, but what would be useful if anyone wants to give it a spin, is to let me know if the program crashes when opening any file (see below), and then send that file to me so I can use it for my research.

Although I reckon I am 95% complete with regards to itemising all the Fileds in the file, I think there are still some Offsets which are not correct, and having examples of files which do make the program crash can help a lot!  And don't panic, if the program crashes, it will not damage the file as it is only opened for reading, but if you are paranoid, just make a copy before you run the program  Cool

It should open any of the files in the following CC3/CoI Folders:

..\Close Combat III\Games\Battles
..\Close Combat III\Games\Save
..\Close Combat III\Data\CAMP_OPS
..\Close Combat III\Data\OPS

... and you need .NET to run the program.



CCIIICoIBattleData.zip
 Description:
CC3/CoI Scenario Op/Battle Data Reader/Viewer for testing and development purposes.

Download
 Filename:  CCIIICoIBattleData.zip
 Filesize:  55.58 KB
 Downloaded:  391 Time(s)

Back to top
View user's profile Send private message Visit poster's website
 
Pzt_Kanov

Rep: 14.2
votes: 9


PostPosted: Tue Jun 01, 2010 11:15 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Nice, do you think that in the future this tool would be able to see (and modify?) the teams?

I remember a thread a long time ago on CSO about how one guy managed to keep the same soldiers for several campaigns, at least the ones who survived, by editing the save game at the start of the campaign with data from a finished campaign. He posted a screen shot of the Operational history of the soldiers and the medals denoting participation in an operation just went on and on like they went around the screen and started coming out from the other side, it was pretty funny.

He said he just copied and pasted the soldiers data into another savegame, the data of the soldiers is easily noticed with an hex editor because you can notice names and other words that make sense, anyway I tried doing this but never succeded, only the commander stayed the same.

Would be nice to keep going like that or to have say a campaign on the eastern front with Real Red mod and then take your veterans to Normandy with Western Front mod for a 'Rest & Refit' on the summer of '44...


Back to top
View user's profile Send private message GameRanger Account
 
vonB

Rep: 32.6
votes: 5


PostPosted: Tue Jun 01, 2010 11:25 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Quote:
Nice, do you think that in the future this tool would be able to see (and modify?) the teams?


The answer is yes.  Once I have thoroughly debugged it, then it will be possible to change *any* field in the file.

Like I said, this program does read every Field (of the Op Data) right now, but only displays a few.  I could (and probably will in due course) extend the program to display all the Fields, but that is quite a lot of work too, and a bit lower down on my priority list at the moment.  Right now, I have to get through the Op Status Data, and then debug until the program is solid, and there is still a lot of work to do to finish the Op Status Data.
Back to top
View user's profile Send private message Visit poster's website
 
vonB

Rep: 32.6
votes: 5


PostPosted: Wed Jun 02, 2010 12:43 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

A comment about the Files.  From what I have been able to find.  In theses Folders:

..\Close Combat III\Games\Battles
..\Close Combat III\Data\CAMP_OPS
..\Close Combat III\Data\OPS

You have the Ops_Data.  This is the setup when a new Scenario is created.  There is no historical 'action' recorded in these.

In ths Folder:

..\Close Combat III\Games\Save

You have a File in 2 parts:

Ops_Data (as above)
Ops_Status

It is the Ops_Status which tracks the results of battles in that Operation, and any Campaign Data (if a Campgin File has been used to start playing).

If you open a 'New' action (Campaign/Operation/Battle/Custom) it asks you for a File Name which is then saved in the ..\Close Combat III\Games\Save Folder, and that will be used to track the Teams and Units etc for the duration.  Having finished (subject to thorough debugging) the Ops_Data Structure, I am now working on the Ops_Status Structure.  This is the more significant of the Structures in terms of integrating with external Operational Games, or to examine or set values to be used to initiate any custom Battle or Operation.  It's also a bit more complex than the Ops_Data, and will take me some time to nail it, and it is still possible that I might not be able to specify *every* detail.

A quick for example:

In the Ops_Data Structure, you will not find your 'Commander' Name, when CC builds the Data.  However, if you look in the Ops_Status (available in a Sved Game File only) after you have played a Battle, you will find that your Commander Name has been applied as it a recording of the status and setup of CC when you play Battles.

One proviso; I am 95% sure about these things, but could be wrong in some particulars. If anyone spots such mistakes, then please let me know.
Back to top
View user's profile Send private message Visit poster's website
 
vonB

Rep: 32.6
votes: 5


PostPosted: Thu Jun 03, 2010 10:10 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

In the pauses between, I am updating the Ops_Data Viewer.  Here is Rev 0.0.0.2  Added some more Scenario Data and some first Map Data.

Next Rev might have some Unit Data in it...



CCIIICoIBattleData0002.zip
 Description:
Scenario (Op Data) Viewer Rev 0.0.0.2

Download
 Filename:  CCIIICoIBattleData0002.zip
 Filesize:  63.63 KB
 Downloaded:  355 Time(s)

Back to top
View user's profile Send private message Visit poster's website
 
schrecken

Rep: 195
votes: 15


PostPosted: Thu Jun 03, 2010 10:51 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

looking good


sfr.jpg
 Description:
 Filesize:  93.45 KB
 Viewed:  13664 Time(s)

sfr.jpg


Back to top
View user's profile Send private message Visit poster's website GameRanger Account
 
vonB

Rep: 32.6
votes: 5


PostPosted: Fri Jun 04, 2010 8:29 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Rev 3 including some Unit Data.  Remeber, this is not 'action' Unit Data.  That will come when I have completed the Ops_Status Structure, but it gives a taste...

To complete this Viewer, there needs to be up to 4 more 'Battle' Data for those Tabs (in case of a 5 Map Scenario), Some Team Data, and Vehicle Data, and that's about it for the Ops_Data Structure.



CCIIICoIBattleData0003.zip
 Description:
Scenario Ops Data Viewer 0.0.0.3

Download
 Filename:  CCIIICoIBattleData0003.zip
 Filesize:  65.76 KB
 Downloaded:  401 Time(s)

Back to top
View user's profile Send private message Visit poster's website
 
vonB

Rep: 32.6
votes: 5


PostPosted: Wed Jun 16, 2010 11:08 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Rev 4.

All the Units, Vehicles, and Teams Data.

All that's left now are the 4 remaining Maps.  The Structures are the same but need individual naming so there's still quite a lot of keyboard pounding to do!

There's a couple of entries which do not ring true and I'll have to dig into that and sort it out, but I reckon it's more or less there.

When this is finished and debugged, we will be in a position to consider developing a Custom Scenario Editor.  Ok, CC3/CoI already has a Scenario Editor, so what's the point you may ask?  Good question, so I'm fishing for ideas.  Please air your views.

However, there are some things that pop into mind:

Custom Map Deployment.  There's no restrictions where you can deploy (similar to FDeploy), though that will need testing to see whether it crashes the game or not.

Custom Naming.  Change any of the Team/Unit/Soldier Names etc, incluyding Experience, medals, etc etc....

In fact, if you see it on the Screen in this Utility, you will be able to change it.  However, not everything can be changed without causing problems, and only a madman would muck around with the indexes!... (and therefore really screw the game!).

I'm a bit behind on the Ops_Status, but I'm hammering that out by and by.  For potential integration with an Operationa Game, that is the most important bit.



CCIIICoIBattleData0004.zip
 Description:
Scenario Ops Data Viewer Rev 0.0.0.4

Download
 Filename:  CCIIICoIBattleData0004.zip
 Filesize:  71.58 KB
 Downloaded:  385 Time(s)

Back to top
View user's profile Send private message Visit poster's website
 
vonB

Rep: 32.6
votes: 5


PostPosted: Wed Jun 16, 2010 11:38 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Snapshots...

Remember, this is not an 'Application', just a development viewer, mostly for me to check the results of the coding, but I am hoping that it will encourage some to think about the possibilities, and make some suggestions...



Image1.jpg
 Description:
Overview Tab
 Filesize:  96.55 KB
 Viewed:  13613 Time(s)

Image1.jpg



Image2.jpg
 Description:
Scenario Tab
 Filesize:  72.31 KB
 Viewed:  13613 Time(s)

Image2.jpg



Image3.jpg
 Description:
Battle 1 Tab
 Filesize:  95.61 KB
 Viewed:  13613 Time(s)

Image3.jpg


Back to top
View user's profile Send private message Visit poster's website
 
vonB

Rep: 32.6
votes: 5


PostPosted: Wed Jun 16, 2010 11:41 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

More...


Image4.jpg
 Description:
Allied Units Tab
 Filesize:  93.87 KB
 Viewed:  13608 Time(s)

Image4.jpg



Image5.jpg
 Description:
Axis Units Tab
 Filesize:  89.25 KB
 Viewed:  13608 Time(s)

Image5.jpg



Image6.jpg
 Description:
Allied Vehicles Tab
 Filesize:  74 KB
 Viewed:  13608 Time(s)

Image6.jpg


Back to top
View user's profile Send private message Visit poster's website
 
vonB

Rep: 32.6
votes: 5


PostPosted: Wed Jun 16, 2010 11:42 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

More...


Image7.jpg
 Description:
Axis Vehicles Tab
 Filesize:  69.25 KB
 Viewed:  13604 Time(s)

Image7.jpg



Image8.jpg
 Description:
Allied Teams Tab
 Filesize:  104.86 KB
 Viewed:  13604 Time(s)

Image8.jpg


Back to top
View user's profile Send private message Visit poster's website
 
Tejszd

Rep: 133.6
votes: 19


PostPosted: Thu Jun 17, 2010 2:26 am Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Thank you for the updates vonB!!!
Back to top
View user's profile Send private message
 
vonB

Rep: 32.6
votes: 5


PostPosted: Thu Jun 17, 2010 10:02 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Here is the final Alpha (0.0.0.5).  All the Tab Pages are complete and it (should) read all the Op_Data_Structure from the Scenario Files.  It now needs thoroughly checking/debugging.  I have already seen a few things which I am sure are not correct, but assuming I can fix those (quietly confident), then I will have completed the first part of this Project.  I'll let you know when I have something working for the Op_Status_Structure, but I am still hacking that at the moment.  The best part about getting to this stage is that reading the file correctly means it can be written correctly...


CCIIICoIBattleData0005.zip
 Description:
Scenario Ops Data Viewer Rev 0.0.0.5

Download
 Filename:  CCIIICoIBattleData0005.zip
 Filesize:  95.85 KB
 Downloaded:  418 Time(s)

Back to top
View user's profile Send private message Visit poster's website
 
southern_land

Rep: 155.2
votes: 14


PostPosted: Fri Jun 18, 2010 10:37 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

vonB wrote (View Post):
Snapshots...

...will encourage some to think about the possibilities, and make some suggestions...


I see you have the deployment areas of map one of the senerio using what you doing is there any way of cracking the deployment zones (free deploying) over the subsiquent maps?  

Another bug of CC3/COI is the 50 point allocation at the start of a new senerio inthe campaign.  Do you see a way to break into that and edit it?
Back to top
View user's profile Send private message Send e-mail
 
vonB

Rep: 32.6
votes: 5


PostPosted: Fri Jun 18, 2010 11:22 pm Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

Quote:
I see you have the deployment areas of map one of the senerio using what you doing is there any way of cracking the deployment zones (free deploying) over the subsiquent maps?  


Nope, there's no way of doing that for the Operation Data Section as it is hard coded into the binaries (exe or dll).  The deployment area is set for the first Map of any multi map Operation (which can be any of the 5 Maps, depending on which is set as the 'Start' Map when creating the Scenario).

However, I do not know yet how the Operation Status Section is Structured, but when I find out, maybe we can get another take on that.

I suspect it's not do'able, because it is impossible to tell which Side is going to be going which way during the course of an Operation.  If I am on Map 3 of a 5 Map Op, maybe I will be victorious and advance to the next map, or maybe I will flee to the previous Map.  But.... let's see what the Op_Status Structure has to offer, and we can always hack it and see?  I mean, we can only make it crash right?  Wink

Quote:
Another bug of CC3/COI is the 50 point allocation at the start of a new senerio inthe campaign.  Do you see a way to break into that and edit it?


Again, I think this is the way it was programmed.  The binaries force this to '0' in the Data File (and presumably convert that to 50 when starting the Game), but we may be able to override that in the Data File and see what happens... (again see 'crash' above...  Cool ).

Another little nugget is that the Data file has more 'slots' for VL's and Barrages than the Game uses.  Whether this can be translated into anything that works is doubtful, i,e, what would happen if we put in the Data for 10 Barrages? (again see 'crash' above...  Cool ).

I am sure there is going to be a bit of fun mucking around with the Data once the Handler is developed to write a Saved Game/Scenario File, and I am sure a lot of crashes as well.  But you never know...
Back to top
View user's profile Send private message Visit poster's website
 
papa_whisky

Rep: 42.2
votes: 4


PostPosted: Sat Jun 19, 2010 2:58 am Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

If you can crack this for CoI then you can definitely crack the saved game file for CCMT. If you could do this, then all that is required is a shell to be created that can read the saved game, extract the results, and write a new scenario. At this stage you would have now created a basic MMCC shell for CCMT  Exclamation

*Sending positive thought waves to VonB ~~~~~~~~~~~
Back to top
View user's profile Send private message
 
schrecken

Rep: 195
votes: 15


PostPosted: Sat Jun 19, 2010 4:03 am Post subject: Re: Call for CC3/CoI Saved Game Files Reply with quote

agree with papa_whisky there... CCMT could use this sort of treatment

And.. it is based on CC3.
Back to top
View user's profile Send private message Visit poster's website GameRanger Account
 
 
Post new topicReply to topic printer-friendly view Close Combat Series Forum Index -> Close Combat Cross of Iron
Goto page 1, 2  Next


 
   
 


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum




Forums ©





In August of 2004, Zappi, Homba, Bambam887, RedScorpion and MOOXE all pitched
in to create this Close Combat site. I would to thank all the people who have visited and
found this site to thier liking. I hope you had time to check out some of the great Close Combat
mods and our forums. I'd also like to thank all the members of our volunteer staff that have
helped over the years, and all our users that contributed to this site!