There seems to be a lot of confusion about ships real stats and a lot of misinformation thrown around.
There is no good site with the stats either. Not even for HW2 from ages ago…
I wrote a parser that parses all the ships and weapons into a more readable and usable JSON format.
Maybe I’ll make a webapp with it later so it’s easier to look stuff up than using ctrl+f, and getting a DPS output and stuff. Dunno.
Anyway, ships:
http://pastebin.com/BxZNM0LB
weapons:
http://pastebin.com/Z7UJk94y
I left out a lot of variables and such that I didn’t think were necessary. So there aren’t the things like sway variables, scar ones, etc. I just kept in the ones that affected their combat performance. Didn’t bother parsing the CanAttack much as well.
I only included the Taiidan, Kushan, Hiigaran, and Vaygr ships for size. The parser will parse any of them, even ones from mods, so long as you have the big extracted.
Just, using node.js, npm install parse-homeworld-rm
>node
>require(‘parse-homeworld-rm’).directory(‘C:\path\to\directory\that\has\ship_and_weapon_folder’);
It’ll output jsonOutput.js in that directory.