|
Post by rob on May 27, 2013 6:45:18 GMT -5
Amit, your viewer is great! Do you wget the SQL file and produce everything automatically?
|
|
|
Post by amitp on May 27, 2013 9:43:21 GMT -5
rob, yes, it's all automatic now - I curl (like wget) the SQL file
- I convert it into sqlite format, and produce an sqlite db (I chose sqlite because it doesn't require a server to be running)
- I extract all the tankdef data into a json file
- In the browser, I load the json file and code to render it, and render into svg
|
|
|
Post by Ood on May 27, 2013 18:05:36 GMT -5
Tank pages have been updated to a mostly final form, there's still a few bits missing, but not much. grid12.wikia.com/wiki/TanksLast thing on Tank page to do list is tank item unlocker levels. If you see any glaring errors, feel free to fix, or drop a message here, I'll get to it eventually. Also, feel free to edit tactics sections for tanks, I don't play many tanks other than my Fury. Most of them are blank! If you want to add to a tank's tactics that already has information, you can add, revise, delete (not suggested), or (depending on how extensive your guide) make a separate page for it. Back to enemies or buildings soon.
|
|
|
Post by BeastlyBro on May 28, 2013 7:25:40 GMT -5
Wiki helps.
|
|
|
Post by Ood on May 29, 2013 16:49:02 GMT -5
So... I broke my elbow yesterday, that means I won't be updating the wiki much for a few weeks probably.
During this time feel free to continue adding and editing content, I'll mostly just be watching to make sure there are no huge errors.
Ood
|
|
delsy
Courageous Tester
Posts: 49
|
Post by delsy on May 29, 2013 23:29:50 GMT -5
Aye-aye! Wishing you a swift recovery.
|
|
|
Post by Ood on Jun 16, 2013 10:44:22 GMT -5
|
|
|
Post by Ood on Jun 16, 2013 13:36:15 GMT -5
Also check out the new drop table: grid12.wikia.com/wiki/DropsSort works for everything but gridshards, where it only mostly works (it splits it into two groups for some reason)... not entirely sure why... Edit: Sort now works - Thanks Zub.
|
|
|
Post by Ood on Jun 29, 2013 12:03:26 GMT -5
|
|
kyks
Very Brave Tester
Posts: 17
|
Post by kyks on Jul 5, 2013 12:07:23 GMT -5
iam surprised you didnt put a Page about Melding.. ill put one up now but someone put the pics i dont know how
|
|
kyks
Very Brave Tester
Posts: 17
|
Post by kyks on Jul 5, 2013 12:14:01 GMT -5
The link is broken for some weird reason it wont work for me
|
|
|
Post by Ood on Jul 12, 2013 20:18:24 GMT -5
New DPS tables are up. grid12.wikia.com/wiki/DPS_ComparisonsBrain is fried... Enjoy. Top 5 Single Target: Cutlass (air), Hornet, avenger, predator, spectre Bottom 5 Single Target: Hurricane, fury, herc, cutlass (ground), silver Top 5 Max: Cutlass, phantom, hornet, avenger, predator. Bottom 5 Max: Herc, silver, wildfire, corsair, pally.
|
|
|
Post by amitp on Jul 17, 2013 20:05:40 GMT -5
Someone pointed out that I'm calculating DPS wrong, or at the very least, I might be misinterpreting the "cooldown" value in the database. If "cooldown" is in milliseconds, then I'm calculating DPS wrong, and the data I'm sending to Ood would similarly be wrong. If anyone else has looked at the database, would you say DPS = gun's damage / gun's cooldown / 1000, or DPS = gun's damage * gun's cooldown / 1000? Which better matches what you see in the game?
|
|
|
Post by Ood on Jul 17, 2013 21:47:02 GMT -5
The way I calculate dps is: Shots/second = 1000/cooldown DPS = shots/second * damage/shot
This lets me easily factor in pulch and augment changes.
Most of my DPS figures are of my own maths, but a few of the changes might have lazily been taken from your site Amit, it's a wiki, there's a disclaimer about accuracy.
I'll try to double check the numbers posted sometime soon.
|
|
|
Post by rob on Jul 18, 2013 0:53:49 GMT -5
Amit, your calculations seem correct to me. The only thing missing is the Viking's reload time.
|
|