François Houlbrèque
François Houlbrèque
Hello there, I would have asked the same thing but don't know if the dev is still around. If I get the time and am knowledgable enough, I'll look into...
@anoutsider Thank you very much, I'll have to learn a bit more about LUA and Factorio API if I want to be of help in the future ;) More a...
@CoreyJ87 Style must have a parent property, as mentionned here : https://goo.gl/7f1e9N You must check in the main.lua file that there's a parent for each style defined here. Issue seems...
@CoreyJ87 I think I found what's maybe is the issue tere. Here the modding update log: https://goo.gl/j5Vz4E And look at what I found there: - Moved Mod-gui button flow to...
@CoreyJ87 You should check the pull request and look at my fork. Maybe even try it... I think it's fixed... or at least it seems to be as far as...
This check isn't working due to the `->where('parent_id', $this->parent_id)` clause which seems to not do what it should at this point (2h20) in the tutorial. You say you solved it...