Palats / mapshot

Factorio mod to export maps as zoomable html
Apache License 2.0
77 stars 12 forks source link

Serve requires factorio binary #12

Closed mszabolcs-dev closed 3 years ago

mszabolcs-dev commented 3 years ago

Why does the script requires the factorio binary when only serve-ing the web?

image

Palats commented 3 years ago

Hah indeed. It looks for the Factorio install to find the script-output directory. But as far as I can tell, it would be possible to just specify a base dir manually instead. I'll see to add a flag for that.

Palats commented 3 years ago

Release 0.0.13 should behave better. If I read your log correctly, it should now just work out of the box. If not, you can specify your script-output directory location with --factorio_scriptoutput.