Jump to content

Achievements with Mods on a dedicated server?


Zaerick

Recommended Posts

  • 1 month later...
  • 1 month later...

Bump

 

So you need to add these lines to the top of your modconfig.lua

scriptCachingEnabled = true
achievementsEnabled = true

 

It should look something like this:

 

scriptCachingEnabled = true
achievementsEnabled = true
modLocation = ""
forceEnabling = false

mods =
{
	{workshopid = "2927158685"},
	{workshopid = "2947094789"},
	{workshopid = "2940044250"},
	{workshopid = "2862429703"},
	{workshopid = "2907495160"},
	{workshopid = "2772918084"},
	{workshopid = "2792015591"},
	{workshopid = "2623830187"},
	{workshopid = "1769379152"},
	{workshopid = "1722652757"},
	{workshopid = "1722261398"},
	{workshopid = "2662062462"},
	{workshopid = "2087266240"},
    {workshopid = "2566575381"},
    {workshopid = "1990733216"},
    {workshopid = "2130272263"},
    {workshopid = "2855281675"}
}

allowed =
{
}

 

Edited by BiggestMichael
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
×
×
  • Create New...