Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
But still: why Lua 5.2? Are there any plans to update to the latest one? This influences what libraries can be used, and what compat-mode to target for those that support it.
Maybe I should join Discord, the project is quite interesting, it would be cool to keep up with what's up.
Hmm what's the official Discord server though? There's no link anywhere I can see, but I remember I saw a mention of it somewhere...
I see, yeah so the sheer size tbh already justifies leaving the xar world description in C++, especially taking into consideration that you now keep working on the next further stuff, which is great to know!
And yeah I think I remember something about speedrunning, so making the world opensource would probably compromise that quite much. People would be able to do all kinds of unfair stuff and honest people would suffer.
But also, from just the normal play view, the world is mysterious, so it's kind of good to keep it that way as well!
Actually I joined that Discord before, but it was saying it's unofficial so I left it, but ok now I rejoined!
Also, about Lua, I think there's no #suggestions channel or smth like it on the server, and I'm not sure this discussion fits #mods. But just to say, when I use Lua, I usually either get the pre-built binaries from here[joedf.github.io] or the ready-to-build-on-windows source with prepared makefiles, from which these binaries are built from here[github.com]. These are maintained by the creator of AutoHotkey, and always have the latest stable build available. Also, building Lua is literally one command with MinGW-w64 installed, when gcc is available in PATH. If it's possible, I think it would really be neat to have the latest and greatest Lua tbh, since the new versions have cool stuff, and are more performant as well.
As for not using libraries -- hmm, that's one thing too bad tbh, Lua has a lot of nice libraries already, including maths, etc.. I kind of understand the sandboxing limitations, prohibition to use C-based Lua libraries, but pure Lua libs would've been a great help in development. Of course one can copy-paste the library source, and call it a day maybe, idk.