Go to file
Christoph Stahl 35116eac44 updated for current version of HeroForge 2018-06-15 23:46:21 +02:00
LICENSE Update LICENSE 2017-07-03 14:29:57 +02:00
README.md updated for current version of HeroForge 2018-06-15 23:46:21 +02:00
herosaver.js updated for current version of HeroForge 2018-06-15 23:46:21 +02:00
herosaver.min.js updated for current version of HeroForge 2018-06-15 23:46:21 +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
$("<script>").load("https://raw.githubusercontent.com/mrdoob/three.js/dev/build/three.min.js").appendTo($("body"))
$("<script>").load("https://raw.githubusercontent.com/christofsteel/herosaver/master/herosaver.min.js").appendTo($("body"))

Limitations

  • Some details of the figures are implemented via shaders. These are not exported :(
  • The base of the character is not exported, only the character. This made printing more easy.