Community Forums Today's Posts     Member List     Archive    
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2004
    Location
    Germany. Munich
    Posts
    22

    Serverside LUA engine - Basic questions on the lua handling in ts3

    Hi!

    AFAIR the lua scripts work only at clientside. Or is there a way to run lua scripts at the server? If so, does anyone has an idea how to implement such a script?

    How is the handling of that lua scripts? Are they executed client- or serverside? Or are they only runnable over /lua commands in the chatwindow?

    I want to implement a script that runs by default (is loaded at serverstartup) on the ts3 server. So loading a script over a lua command is not applicable.

    grtz o21r12

  2. #2
    Join Date
    Apr 2007
    Location
    Germany
    Posts
    98
    The Lua-Scripts are only client-side...

    No way of implementing them to the server as far as I know. We can't even activate any plugins so... I don't think that this will be possible the next months.

  3. #3
    Join Date
    Sep 2005
    Location
    Germany / Dortmund
    Posts
    1,282
    Your serverside scripts could be implemented with the serverquery with every programming or scripting language which can open and interact with a tcp connection.
    Currently the serverquery is more powerfull than the plugin sdk the client offers.

    The serverquery docu can be found HERE IN THE FORUM and in your <server install directory>/docs.

  4. #4
    Join Date
    Dec 2004
    Location
    Germany. Munich
    Posts
    22
    Thank you! Then i have to start learning python, or perl.... maybe boo is an alternative but i have to check the mono-compatibility....

    Thanks anyway...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Virtual server manager critical error?
    By AndresCL in forum Linux / FreeBSD
    Replies: 28
    Last Post: 03-01-2010, 14:15
  2. I cant get the server running.
    By NDIS.NL in forum Linux / FreeBSD
    Replies: 10
    Last Post: 29-12-2009, 18:41

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •