General Information
Register Time: 7 May 2013, 17:21 PM
Last Visit Time: 13 Feb 2023, 05:57 AM
Broadcast: https://www.twitch.tv/janne252
Website: https://janne252.com
Twitter: @Jannev252
Youtube: Janne252
Xfire: Janne252
Steam: 76561198035243858
Residence: Finland
Nationality: Finland
Timezone: Europe/Helsinki
Game Name: Janne252
Updated with paid/free/all filters.
All filters are now accumulative. There's now a share URL box available.
Let me know if there are any mistakes, mostly with the paid/free statuses.
Yeah, I've been basically re-writing the scanner app to collect data for the commanders. It should be 100% accurate. I'll put it on the site sometime today.
is it me, or it seemed that one german doctrine had hit the dirt? I have a feeling, something is mixed up in there, with other doctrines aswell.
If you could name those, I could try finding the cause for the mix-up.
Edit: http://commanders.coh.fi/index.php?ability_id=40 yep, really strange.
Edit2: There seems to be quite a few commanders with only 4 abilities. Something is not quite right with the scanner..
I've been working on a "tool" which can be used to display commanders. Currently there's only one kind of a filter available, which filters the list of the commanders by the selected ability.
Everything is custom code. I decided not to use any existing libraries other than jQuery.
Doing the pager took some attempts but laying it down on a paper did wonders.
Planned features:
Filter by up to 5 abilities
Add ability icons
Technical stuff:
All the data is 95% generated. The rest 5% is currently set by hand. I haven't finished the "Data Collector" for those. The data is generated by first extracting AttribArchive.sga and then converting all commanders, commander upgrades, abilities to .txt with Copernicus' Tools. Then my C# app performs a gigantic loop over these files and outputs a valid SQL list.
Here's a screenshot of the C# app (click for full size):
Update: 100% automatically generated data.
Update #2: I'm also willing to share the generated data with anyone who finds it useful. I require giving credits for public use.