Jump to content

Welcome to the Forum!

The best place to exchange builds and ideas! Vote for the best ideas and suggestions here.

Join the Avorion Discord!

Connect with other passionate players and talk about the latest news.
Discord

DLC Avorion Into the Rift Out Now!

Now available on Steam!
Steam

Mod installing


neophrythe
 Share

Recommended Posts

Hey , i run a 32 Slot server over nitrado.

i'm Trying to install mods there and made a modconfig.lua and downloaded all mods by hand and tried also to put the workshop ids to get the mods downloaded 

 

scriptCachingEnabled = true

modLocation = ""
forceEnabling = true

local prefix = "/home/avorion/galaxies/MyGalaxy/workshop/"

mods =
{
    {workshopid = "1695671502"},
    {workshopid = "1692998037"},
    {workshopid = "1734791653"},
    {workshopid = "1691539727"},
    {workshopid = "2019870122"},
    {workshopid = "1691591293"},
    {workshopid = "1722652757"},
    {workshopid = "1722261398"}, 
}
}

 

thats how my modconfig looks , but the server seems to restart normally and not load any mods into the game and if i click on esc and go on mods it is empty.

 

any ideas what i possibly do wrong ?

 

2020-06-08 03-38-02| Execution Context (inner to outer):
2020-06-08 03-38-02| #0:  galaxies/MyGalaxy/modconfig.lua
2020-06-08 03-38-02| 
2020-06-08 03-38-02| Error while adding file galaxies/MyGalaxy/modconfig.lua:
2020-06-08 03-38-02| galaxies/MyGalaxy/modconfig.lua:19: unexpected symbol near '}'
2020-06-08 03-38-02| 
2020-06-08 03-38-02| Starting thread [Stacktrace Sender]...
2020-06-08 03-38-02| Started thread [Stacktrace Sender] with id 140491428812544
Found 0 mods in "galaxies/MyGalaxy/modconfig.lua".
2020-06-08 03-38-02| S2020-06-08 03-38-02| cript "galaxies/MyGalaxy/modconfig.lua" or one of its requirements is not in its original state, skipping sending of stack trace.
2020-06-08 03-38-04| name: The Banana Network

 

 

thats what the server log says.

 

 

Any help is Welcome.

 

Thanks a lot

Link to comment
Share on other sites

3 hours ago, neophrythe said:

scriptCachingEnabled = true

modLocation = ""
forceEnabling = true

local prefix = "/home/avorion/galaxies/MyGalaxy/workshop/"

mods =
{
    {workshopid = "1695671502"},
    {workshopid = "1692998037"},
    {workshopid = "1734791653"},
    {workshopid = "1691539727"},
    {workshopid = "2019870122"},
    {workshopid = "1691591293"},
    {workshopid = "1722652757"},
    {workshopid = "1722261398"}, 
}

This is how the file should look like, remove the last }

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...