lkspencer-Herosaver/README.md

21 lines
833 B
Markdown
Raw Normal View History

2019-06-29 14:43:39 +02:00
Herosaver
=========
2019-06-29 14:45:35 +02:00
Save Configuration and STL from websites like heroforge.com for academic purposes
2019-06-29 14:43:39 +02:00
Usage
-----
2019-06-29 14:45:35 +02:00
1. Go to the intended website
2019-06-29 14:43:39 +02:00
2. Open the Javascript Console [F12], then click on Console
3. Paste the following
```
2019-06-29 14:45:35 +02:00
var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/TeaWithLucas/Herosaver/master/herosaver.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);
2019-06-29 14:43:39 +02:00
```
Limitations
-----------
2019-06-29 14:45:35 +02:00
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 :)