Jump to content

Recommended Posts

Hey.
I need your consultation.
Yesterday my friend started dedicated server without changes in settings.ini (he just dowloaded this tools in steam, started it and everyone of us joined to dedicated server to play w/o any problems).

Today we changed settings.ini (we wrote server_port = 10999, tick_rate = 30). After this manipulations dedicated server disappeared from server list (friend can find it with searching setting Lan - Yes, i cant search it cause im from other city). After this we erased server_port = 10999, tick_rate = 30 from settings.ini
And nothing changed. We still cant find this server in server list. 
 

Maybe today's update DST changed something...

And second question. After today's update mods on dedicated server stop working too for me (but yesterday it was working) Mods: Always on status, Global icons, Food values, Where is my Beefalo?

Link to comment
Share on other sites

Food values only work in hosted matches, have u created modoverrides.lua?

 

you need to put it in your custom folder

 

modoverrides.lua

return {
--#Gobal Player icons
["workshop-373991022"] = { enabled = true }
}

 

tick_rate = 30 wasnt working fine

 

Can upload the log.txt?

Link to comment
Share on other sites

Food values only work in hosted matches, have u created modoverrides.lua?

 

you need to put it in your custom folder

 

modoverrides.lua

return {

--#Gobal Player icons

["workshop-373991022"] = { enabled = true }

}

 

tick_rate = 30 wasnt working fine

 

Can upload the log.txt?

I use dedicated_server_mods_setup.lua and modsettings.lua

 

dedicated_server_mods_setup.lua

ServerModSetup("347079953")
ServerModSetup("347360448")
ServerModSetup("373991022")
ServerModSetup("375850593")
ServerModSetup("375859599")
ServerModSetup("376333686")
modsettings.lua
ForceEnableMod("workshop-347079953")
ForceEnableMod("workshop-347360448")
ForceEnableMod("workshop-373991022")
ForceEnableMod("workshop-375850593")
ForceEnableMod("workshop-375859599")
ForceEnableMod("workshop-376333686")

It isn't right?

Working only "Extra Equip Slots" mod.

log.txt

 

log.txt

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...