Go to file
Christoph Stahl 44970b241f I am a bit ashamed, that it took me three tries to get it right... 2019-06-24 20:48:47 +02:00
LICENSE Update LICENSE 2017-07-03 14:29:57 +02:00
README.md Updated README with new instructions 2019-01-14 19:14:23 +01:00
herosaver.js I am a bit ashamed, that it took me three tries to get it right... 2019-06-24 20:48:47 +02:00
herosaver.min.js I am a bit ashamed, that it took me three tries to get it right... 2019-06-24 20:48:47 +02:00

README.md

Herosaver

Save Configuration and STL of https://www.heroforge.com/

Usage

  1. Go to https://www.heroforge.com/
  2. Open the Javascript Console [F12], then click on Console
  3. Paste the following
var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/christofsteel/herosaver/master/herosaver.min.js",true);xhr.onreadystatechange=function(){if(xhr.readyState==4){var script=document.createElement("script");script.type="text/javascript";script.text=xhr.responseText;document.body.appendChild(script)}};xhr.send(null);

Limitations

Some details of the figures are implemented via shaders. These are not exported :( This is also the reason, the exported figures look a bit blocky. If you want hight quality exports, consider purchasing the stl files from heroforge :)