Page 1 of 1
is https://github.com/Rseding91/Factorio-Lua up to date?
Posted: Thu Apr 24, 2025 11:55 pm
by ilikehackinggames
this is a quston for the devs. is
https://github.com/Rseding91/Factorio-Lua still the up to date lua implimentason used by facrtorio?
Re: is https://github.com/Rseding91/Factorio-Lua up to date?
Posted: Fri Apr 25, 2025 12:06 am
by Rseding91
It is now.
Re: is https://github.com/Rseding91/Factorio-Lua up to date?
Posted: Fri Apr 25, 2025 1:15 am
by ilikehackinggames
Rseding91 wrote: Fri Apr 25, 2025 12:06 amIt is now.
thank you. also it seems that i cant compile it? it says that trio.h is not found? is there a dependency im missing or something?
Re: is https://github.com/Rseding91/Factorio-Lua up to date?
Posted: Fri Apr 25, 2025 1:50 am
by ilikehackinggames
to be exsact its in override_printf.h
edit: ok just removeing the import works fine
Re: is https://github.com/Rseding91/Factorio-Lua up to date?
Posted: Fri Apr 25, 2025 3:14 am
by eugenekay
From the README:
For installation instructions, license details, and
further information about Lua, see doc/readme.html.
No such file: doc/readme.html.
All of the code files seem to refer to
lua.h, but an explicit statement / LICENSE file is nice-to-have.
Thanks for making this available!
Re: is https://github.com/Rseding91/Factorio-Lua up to date?
Posted: Fri Apr 25, 2025 7:41 am
by Rseding91
Note that we don’t have it there with build instructions and or integration instructions. It’s just “the files”. Each platform we build on will have its own flags and so on that he used - none of that is there.
Re: is https://github.com/Rseding91/Factorio-Lua up to date?
Posted: Wed Jul 09, 2025 6:33 pm
by justarandomgeek
ilikehackinggames wrote: Fri Apr 25, 2025 1:15 am
Rseding91 wrote: Fri Apr 25, 2025 12:06 amIt is now.
thank you. also it seems that i cant compile it? it says that trio.h is not found? is there a dependency im missing or something?
we use
https://daniel.haxx.se/projects/trio/ for a printf that actually works correctly on every platform (which, amazingly, is not something you can just count on; i've run into the same problem in my own projects a couple times as well and grabbed trio for those too!)