help


(Grimreefer) #1

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


(acQu) #2

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:

  1. Put your lua script into the modfolder, e.g. etpub folder
  2. 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.
  3. Start up the server and check if it works by typing “lua_status” into the console.

That’s it.


(acQu) #3

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:

  1. Put your lua script into the modfolder, e.g. etpub folder
  2. 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.
  3. Start up the server and check if it works by typing “lua_status” into the console.

That’s it.


(phisherman) #4

[/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…