Dude that text is hard to read. If you want people to help you shouldn't make it harder for them to understand you like that, just use the default font.
fdigl Wrote: Dude that text is hard to read. If you want people to help you shouldn't make it harder for them to understand you like that, just use the default font.
KK, now it normaly readble?
RE: LUA Editor Request!
10-01-2018, 04:32 PM
This post was last modified: 10-01-2018, 04:32 PM by fdigl
Yes, but if you ever want to reset it to the normal text (like this here), you can highlight the text to select it and thenclick this button in the forum's text editor.
You mean, an IDE? There's GCompute, with integrated console, file browser etc. I used it, but I feel like LuaDev is better. There's a plugin for Atom/Sublime Text that allows you to send your code, but you need to download a Lua socket to use it. EPOE (Enhanced Perception of Errors) will also be helpful, it dumps server console to a window on your screen, or even your console, so you see every error that you made. Sublime Text 3 has pretty good support for Lua (or better, GLua). You just need to download the correct syntax, and possibly a linter, as it shows you some errors you might miss.
Write one yourself xd. I haven't seen any good public ingame lua editors. You can use a frame with some html lua highlighter and a button that gets lua code from html and does CompileString or something.