安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Rename the actual mod folder (not the files) to something lowercased, without spaces.
E.g. In your mods directory (e.g. arma 3 installation directory) rename "@Zombies & Demons" to "@znd"
If you are running Linux as a client and use the official Arma 3 launcher (and thus depend on the workshop directly), you may potentionally end up facing a problem that the Arma 3 workshop overwrites your changes the next time you download mods. If that happens you'll have to try a different approach (e.g. symlinking the znd mod folder).
~/.steam/steam/steamapps/workshop/content/107410
and each folder in there is just a #, the same # as the mod's URL/ID. So for instance, Zombies and Demons is in:
.../107410/501966277/
and then I presume the directory contents are the same as on Windows. I've tried renaming the /Addons/ and /Keys/ folders to lower case but it doesn't fix it.
On Windows the A3 launcher creates symbolic links in the steamapps\common\Arma 3\!Workshop folder to all those numbered folders that you mentioned. One of those symlniks is "@Zombies and Demons"
Try and find out what commandline arguments you are using to launch the game. Something like -mod=@......
From there you may be able to find out what you have to change.
I doubt lowercasing the Addons and Keys folders. You really have to lowercase that @modfolder to resolve this I imagine.
https://github.com/muttleyxd/arma3-unix-launcher
It works very similarly to the A3 launcher; it worked perfectly without any configuration. All I had to do was click the checkbox to enable the Ryan's Zombies and Demons mod and then run Arma with it, and now I can play e.g. Dynamic Bulwarks Zombies etc. with it!
I checked the commandline in my "Task Manager" both before and while using this launcher, and there's no -mod= or anything being used either way.
Thanks for your help.