Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Dwarf skill progress  (Read 1310 times)

Protonicus

  • Bay Watcher
    • View Profile
Dwarf skill progress
« on: December 31, 2015, 11:15:43 am »

I was very interested in new library system and knowledge/skill getting by my dwarves.
I had asked how to follow the skill with DT and get an answer http://www.bay12forums.com/smf/index.php?topic=122968.msg6673414#msg6673414

After that I created small java gui tool for calculating difference from exported grid.

Screenshot
Spoiler (click to show/hide)

The java file to execute (I use "java -jar <full path to ear file>" command line usually and it require installed java 1.7+)
link1
http://www.4shared.com/get/228p-4b2ce/dwarf_skill_progressjar.html
link2
https://mega.nz/#!0BB2xZQL!pqq7wrOehnFTGqPs-rdHXLIXntFDOy6sKJbddZrj3aE

File dialog require the file chosen in the folder contain input files, the same for output path.
By default output path the same as input.
By default app generate 2 files - changes only and with some absolute values
Program scan the folder chosen and select 2 last modified csv files and calculate difference for them.

If someone knows how to remove ? from the dwarf names
and how to make DT to write absolute experience values in the csv file?
Please write to me.

Hope it is interesting for someone in that forum ^^ and I hope it is not very bad file hosters I uploaded my file.
Now I am using it for looking progress between start and stop of game.
Logged

lethosor

  • Bay Watcher
    • View Profile
Re: Dwarf skill progress
« Reply #1 on: December 31, 2015, 12:20:07 pm »

DF uses the CP437 encoding for names internally, so you need to convert them from CP437 to UTF-8 (probably) at some point.
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.