fgardt / factorio-scanner

Factorio tools to render and work with blueprint strings, (de)serialize prototype dumps and more
MIT License
15 stars 3 forks source link

direct mod loading #92

Open fgardt opened 8 months ago

fgardt commented 8 months ago

Use Factorio Lua to load & execute mods settings & prototype stage directly without needing Factorio to dump prototypes.

mkfmnn commented 5 months ago

fork mlua and integrate flua

Could hopefully reuse factorio-mlua

fgardt commented 5 months ago

fork mlua and integrate flua

Could hopefully reuse factorio-mlua

oh I have all the mod loading working already with https://github.com/fgardt/flua-src-rs and https://github.com/fgardt/mlua/. \ The only problem that is left really is that I can't get flua to compile on windows for the life of me.