I need help on setting up Lua on my server if someone can help me over teamviewer that would be great… I am on ts my server is 66.55.149.29:9198
help
It is really easy. You need a mod supporting Lua and you also need a Lua script (would be pointless without derp). I explain how you set up the script. For modsetpup, just download yourself a mod supporting it, that is really all. Check docs of the mod you are using if you need help on that. For the script, do the following:
- Put your lua script into the modfolder, e.g. etpub folder
- Edit startup parameters of your etded and put a “+set lua_modules <script.lua>” in there. “<script.lua>” needs to be replaced by your lua script filename you are trying to load.
- Start up the server and check if it works by typing “lua_status” into the console.
That’s it.
It is really easy. You need a mod supporting Lua and you also need a Lua script (would be pointless without derp). I explain how you set up the script. For modsetpup, just download yourself a mod supporting it, that is really all. Check docs of the mod you are using if you need help on that. For the script, do the following:
- Put your lua script into the modfolder, e.g. etpub folder
- Edit startup parameters of your etded and put a “+set lua_modules <script.lua>” in there. “<script.lua>” needs to be replaced by your lua script filename you are trying to load.
- Start up the server and check if it works by typing “lua_status” into the console.
That’s it.
[/li]
//It’s funny how people can’t seem to be able to figure out how to set up lua, it didn’t seem to be such a problem to bypass a version check…