KirkMcDonald / factorio-tools

Tools dealing with the game Factorio.
53 stars 28 forks source link

Add support for Factorio 0.18 #13

Closed Vescatur closed 4 years ago

Vescatur commented 4 years ago

I tried to running factoriocalc 0.3 on factorio 0.18 but I unfortunately get a crash. I am using the windows build 0.3.

image

I have tried running it with 0.17 and it does work there. Would you be able to add support for 0.18?

I know the recipes havn't changed in 0.18 but I would like to use it with a mod.

RustyBlade64 commented 4 years ago

The problem is fixed in #14. You'll either have to wait for @KirkMcDonald to make a new release or you can try building my pull request branch from source for yourself according to the description in the README.

Vescatur commented 4 years ago

Thank you @RustyBlade64 for the commit. I have tried following the read me but I couldn't get my C compiler to work. Would you be able to build it? It would mean the world to me.

RustyBlade64 commented 4 years ago

I'm not on Windows, so I can't create any Windows binaries.

hhrhhr commented 4 years ago

@RustyBlade64 — https://github.com/golang/go/wiki/WindowsCrossCompiling

hhrhhr commented 4 years ago

@Vescatur , If you wish, you can try my factorio-tools build, which was done using the Tiny C Compiler and completely rewritten in Lua (instead of Go). All issues regarding 0.18.xx are also fixed.