Page 1 of 1

Screen Capturing & Exporting Game Data

Posted: Sun Sep 27, 2009 10:40 pm
by wg335910
Is there anyway to screen capture some of the unit database reports. Also, is it possible to export any of the game data onto EXCEL or ACCESS? Thanks

RE: Screen Capturing & Exporting Game Data

Posted: Sun Sep 27, 2009 10:54 pm
by wdolson
You can export all the data in the scenario to .CSV format with witploadae, which is is in the SCEN folder.  It's a console (like DOS) program.  You can't export anything from the save file, except via the technique used for WitPStaff.  If you are looking for the data that is in the database screens, exporting the scenario to Excel is what you want to do.

There are many ways to make screen captures.  One is built into Windows, but it is a bit awkward.  Hold down CRTL and press the Print Scrn button.  This puts a snapshot of the screen into the clipboard.  You will have to open a graphics program like Paintbrush and paste the image in there. 

On my development computer I use an open source screen capture program which I think is called ZScreen.  It has a few modes and is generally more flexible than the built in Windows technique.  I know others here swear by other screen capture programs.

Bill

RE: Screen Capturing & Exporting Game Data

Posted: Sun Sep 27, 2009 11:26 pm
by n01487477
Is there anyway to screen capture some of the unit database reports
You can't export anything from the save file, except via the technique used for WitPStaff.

Actually, I don't think Staff does all the LCU data, Tracker does ... it also has CSV export [;)]

RE: Screen Capturing & Exporting Game Data

Posted: Mon Sep 28, 2009 1:39 am
by Nomad
For screen capture, google ScreenHunter 5.1 It is free and very easy to set up and use.

RE: Screen Capturing & Exporting Game Data

Posted: Thu Oct 01, 2009 9:41 pm
by wg335910
As I read your reply, what I gathered was that witploadAE is an editor that will extract the save game data and export it as a CSV file. It is used the DOS command line. What I am confused about is syntax used to make it work. I tried it last weekend without luck. I rummaged around the various foldders to see if there was a README file for it but I didn't find any. There must be something simple that I over looking. Any information on witploadae, would be of great help. Thanks

RE: Screen Capturing & Exporting Game Data

Posted: Fri Oct 02, 2009 8:55 am
by tanjman
type witploadae /? and it will give you a list of switches to use. To extract scenario 1 use witploadae /s1 /e
ORIGINAL: wg335910

As I read your reply, what I gathered was that witploadAE is an editor that will extract the save game data and export it as a CSV file. It is used the DOS command line. What I am confused about is syntax used to make it work. I tried it last weekend without luck. I rummaged around the various foldders to see if there was a README file for it but I didn't find any. There must be something simple that I over looking. Any information on witploadae, would be of great help. Thanks