Skip to content

Releases: zklm/e7herder-issues

offline dump

03 Nov 07:23
ef752b1
Compare
Choose a tag to compare

Earlier in 2021, E7 did a major update to their modeling library (Spine v2 -> v3) which would require a large rework of my code to get the model viewer working and regularly updated with the newer models. Sorry to say but I don't have the motivation and time to dig in to it. I've taken the site down since it's pretty pointless to keep it going.

If you'd still like to use the model viewer for models released before around May 2021, I've attached the entire site's frontend here. Just keep in mind that time to time models are updated, so these old files may not be 100% as they appear in-game now.

To use this offline dump, simply extract it somewhere and then run a local server from the directory (where index.html is).

Python 2 example:
python -m SimpleHTTPServer

Python 3 example:
python3 -m http.server

Node example:
npm install http-server -g
http-server