Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Look at this: [00:00:33]: DoLuaFile Error: #[string "scripts/map/level.lua"]:103: TaskSet 'multi' has no data! If preset 'MULTIPRESET' was created with mods enabled, please enable the mods.
Did you add the mod to dedicated_server_mods_setup.lua in your dedicated server's mods folder? It should include this part:
ServerModSetup("726432903")
This will make sure that your dedicated server downloads the latest version of the mod. This is probably the source of your error, since you don't have the MULTIPRESET data, which is clearly present in the mod.
I'm so sorry, you're right, the mod was not being loaded. I was using this docker image[github.com] and I thought it was being built every time I started it, but it was not happening so the new mods were not being loaded.
Now it's working just perfect. Sorry for the inconvenience!