Modding Help LUA Errors

Discussion in 'Starbound Modding' started by DrakenGDL, Jul 4, 2015.

Thread Status:
Not open for further replies.
  1. DrakenGDL

    DrakenGDL Space Hobo

    i I've done, but I have to start the server errors. .lua file error while trying to load the file.

    draken.lua
    PHP:
    function draken(clientIdarguments)
        return 
    clientId
    end
    draken.modinfo
    PHP:
    {
    "name" "draken",
    "version" "Beta v. Giraffe Koala",
    "path" ".",
    "dependencies" : []
    }
    universe_server.config
    PHP:
    {
      
    "commandProcessorScripts" : ["draken.lua"]
    }

    all files in folder: Starbound / giraffe_storage / mods / draken
    and Starbound / giraffe_storage / mods / draken.modpak
    .modpak file created with ModPackHelper_v0.9a

    i try with others values:
    "commandProcessorScripts" : ["./draken.lua"]
    "commandProcessorScripts" : ["./mods/draken.lua"]
    "commandProcessorScripts" : ["./giraffe_storage/draken.lua"]

    and I get the same result, any idea ?

    [​IMG]
     
  2. Dunto

    Dunto Guest

    Moved to Modding Help.
     
  3. Healthire

    Healthire Can't Most Program the Least

    The | Suit and Varixai like this.
Thread Status:
Not open for further replies.

Share This Page