evgenii9114
Refugee
the server does not see the mod on linux, tell me what could be the problem? What should I edit to make mods work ?
You provided very little info other than mod doesn’t work; yet want people to tell you what is wrong with it.
the server does not see the mod on linux, tell me what could be the problem? What should I edit to make mods work ?
Арендовал сервер на линукс с предустановленной игрой 7dtd закинул файлы и папки с модами . запустил но при входе в игру обнаружил что нет модов .... Не ошибок не обнаружено ни информации что то не так .You provided very little info other than mod doesn’t work; yet want people to tell you what is wrong with it.
With zero helpful information, the answer is “something is broken”
The folder with mods is located in the root of the server, does not write anything in the log, I mean there is no error. The mod folder looks like a ModMods work identical in Linux than in windows. Maybe a difference is that in linux lower/upper case is important. The mods folder should have the name "Mods", not "mods"
If that is not your problem you have to tell us more. What did you do? Where is your Mods folder, which mod did you install? What does your logfile say?
UNDEAD LEGACY modsMods work identical in Linux than in windows. Maybe a difference is that in linux lower/upper case is important. The mods folder should have the name "Mods", not "mods"
If that is not your problem you have to tell us more. What did you do? Where is your Mods folder, which mod did you install? What does your logfile say?
Mods work identical in Linux than in windows. Maybe a difference is that in linux lower/upper case is important. The mods folder should have the name "Mods", not "mods"
If that is not your problem you have to tell us more. What did you do? Where is your Mods folder, which mod did you install? What does your logfile say?
ERROR: Shader 7DTD/TorchGlow shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
The most likely problem is that the mods are in the wrong folder. If post your server's output log file, someone can help.
the server does not see the mod on linux, tell me what could be the problem? What should I edit to make mods work ?
What I threw off above were test mods, that's the problem that really interests us. ModAPI how to fix its absence without having experience?2023-04-19T08:26:29 0.745 INF [MODS] Start loading from: '/home/container/7DaysToDieServer_Data/../Mods'
2023-04-19T08:26:29 0.750 INF [MODS] Trying to load from folder: 'Config'
2023-04-19T08:26:29 0.750 WRN [MODS] Folder Config does not contain a ModInfo.xml, ignoring
2023-04-19T08:26:29 0.750 WRN [MODS] Failed loading mod from folder: 'Config'
2023-04-19T08:26:29 0.750 INF [MODS] Trying to load from folder: 'Prefabs'
2023-04-19T08:26:29 0.750 WRN [MODS] Folder Prefabs does not contain a ModInfo.xml, ignoring
2023-04-19T08:26:29 0.750 WRN [MODS] Failed loading mod from folder: 'Prefabs'
2023-04-19T08:26:29 0.750 INF [MODS] Trying to load from folder: 'Resources'
2023-04-19T08:26:29 0.750 WRN [MODS] Folder Resources does not contain a ModInfo.xml, ignoring
2023-04-19T08:26:29 0.750 WRN [MODS] Failed loading mod from folder: 'Resources'
2023-04-19T08:26:29 0.750 INF [MODS] Trying to load from folder: 'UIAtlases'
2023-04-19T08:26:29 0.750 WRN [MODS] Folder UIAtlases does not contain a ModInfo.xml, ignoring
2023-04-19T08:26:29 0.750 WRN [MODS] Failed loading mod from folder: 'UIAtlases'
Tells you your problem right there. You don't put folders like Config and Resources directly into your Mods folder. There should be a main folder that houses all of those that also contains a modinfo.xml file needed for the game to load the mod.
evgenii9114 said:What I threw off above were test mods, that's the problem that really interests us. ModAPI how to fix its absence without having experience? It is because of the lack of this mod that we do not identify the version of the game (
That log show the server starting a vanilla world normally. The mod errors are ignored because they are not really mods. The shader errors are normal because the dedi does not use a gpu. You do not have Undead Legacy installed in that log, so we can't solve the problem from that. Delete all the files and folders in your mods folder, install your mods correctly, then start the server and post that log.What I threw off above were test mods, that's the problem that really interests us. ModAPI how to fix its absence without having experience?