fgardt / factorio-scanner

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

direct mod loading #92

Open fgardt opened 4 months ago

fgardt commented 4 months ago

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

mkfmnn commented 1 month ago

fork mlua and integrate flua

Could hopefully reuse factorio-mlua

fgardt commented 1 month 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.