PDA

View Full Version : GorgonEye Post by dmnthia (Old Forums)



ShubiMaja
03-28-2017, 11:40 AM
Original Link: http://projectgorgon.com/forum/general-gorgon-discussion/1570-gorgon-eye-new-website-opensource-tools-for-project-gorgon

TL;DR: Gorgon Eye (http://dmnthia.github.io/), a website to browse abilities/mods/items/recipes data in a quick and convenient way (for me, at least). Hope you find it useful. Submit any suggestions/bugs in

Fellow Gorgonians(?),

Gorgon Eye (http://dmnthia.github.io/) is a website that presents item/ability/recipe/skill/mod data from the publicly available game data (http://projectgorgon.com/member-forum/forum/support/1076-is-data-mining-okay?limitstart=0#8029) in a clean and convenient format. The code behind it is completely opensource and you can use it for whatever you want.

What can you do now:
Browse/search all items (i.e find all that affect necromancy).
Browse/search mods/abilities/skills.
Search for recipes based on ingredient or result.
See how much mods can be stacked per skill and how it affects their damage (this is experimental and not entirely accurate yet).
What's next:
Seeing what's new / changed on each game update.
Slot data for all mods.
Better mod parsing.
More accurate and informative damage calculator.
Website here: dmnthia.github.io (http://dmnthia.github.io/)
Code here: github.com/dmnthia/gorgon (http://github.com/dmnthia/gorgon)

Why?
I joined the game and community a few weeks ago. When I learned about the JSON files I wanted to use the data to optimize skills/mods choices to optimize my character.Then I wanted to know what I could do with the items I was foraging. Then...

I starting hacking together some Python code and after spending some time making it a bit nicer and accessible, it now generates a website that anyone can use (as well as being a set of tools that programmers can use).

I found a bug / have a suggestion
Please use the "Report bug" button on the website or click here (https://github.com/dmnthia/gorgon/issues).

How is it different than the wiki?
Great question! The Wiki has a lot of information that's not in Gorgon Eye (and likely never will be).
But the wiki is mostly maintained manually. Gorgon Eye is automatically generated. Meaning every time there's a game update it should only take a couple of minutes to update all the data.

It also allows anyone to experiment with the game data as everything is provided in convenient Python classes.

How about hotfix data?
As far as I know it's not published publicly, so I can't do anything about it.- D

Visit GorgonEye (http://dmnthia.github.io/) or if it doesn't have what you want, check the wiki (http://projectgorgon.com/wiki/Main_Page)
Last Edit: 1 year 2 months ago by dmnthia (http://projectgorgon.com/forum/user/8724-dmnthia).

Greyfyn
03-28-2017, 12:13 PM
Gorgon Eye has not been maintained since May 5, 2016.