Zaerick Posted January 25, 2023 Posted January 25, 2023 Saw that 2.3 brought achievement toggle option with mods, but we are unable to figure out how to apply this to a dedicated server. Does anyone know how to?
BiggestMichael Posted May 16, 2023 Posted May 16, 2023 (edited) 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 May 24, 2023 by BiggestMichael
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now