Page 1 of 1
Export tool and personnal tools
Posted: Sun Nov 04, 2012 9:07 am
by lechenne
Hi all,
Is there such tool in new version 1.6.* ?
I'm searching for something that allows us to export turn datas in csv format.
If not, is-it planned to add it in next version ?
I suppose that many players use spreadsheets to follow turn, can they show them to us ?
Regards,
Christophe
RE: Export tool and personnal tools
Posted: Mon Nov 05, 2012 8:58 pm
by Helpless
There is nothing currently for live game data. There is a way to export scenario data from editor. Adding similar functionality to the game is complex enough not to pass the "available coding resources" tests. Personally I'd really like to make it someday. Hopefully it could be done in WITW and back ported to WITE.
RE: Export tool and personnal tools
Posted: Tue Nov 06, 2012 6:28 am
by morvael
Just dump the structs and their order in the save file, and any programmer here can do the rest
Also, please consider adding very simple option that would allow to copy to clipboard the current table of commander's report - just separate the columns with \t, lines with \r\n and send it to clipboard - from that point it's very easy to paste into a spreadsheet and shouldn't be hard to code.
RE: Export tool and personnal tools
Posted: Tue Nov 06, 2012 8:03 pm
by Don77
All,
I fully suppport this - a great idea to enable the non-player to keep enjoying WitE, by being able to review the data and plan for a better war, while the player turn is done by the dreaded opponent.
Don