Modding Help Linking the Steamwork shop files to private servers

Discussion in 'Starbound Modding' started by DraLUSAD, Mar 20, 2017.

  1. DraLUSAD

    DraLUSAD Giant Laser Beams

    Is there away to link my workshop files to the server, it looks like this:

    Code:
    {
      "assetDirectories" : [
        "..\\assets\\",
        "..\\mods\\"
      ],
    
      "storageDirectory" : "..\\storage\\",
    
      "defaultConfiguration" : {
        "gameServerBind" : "*",
        "queryServerBind" : "*",
        "rconServerBind" : "*"
      }
    }
    
    having to drag out each "Contents" from the workshop into mods, and having to rename them like, 01, 02, 03 ect, i wanna stop doing that and having a permanent workshop listings when running it thru a server
     

Share This Page