安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








Here is some more information for the 1.69 version update:
This update displays the following error on the X4 Extension settings:
ws_2268673409 .... Location 'x2shippack' already used by another extension.
That is a big clue.
Please fix I need to get back to my game. Thanks for your great work.
Just an FYI. Hope this helps.
I had the same issue with 1.69 and now again with 1.70.
The way to fix this on the user side is to:
- close game
- make backups
- delete all 3 directories 'ws_2268673409', 'x2shippack' and 'x2shippack_bak' - those should be versions 1.69, 1.68 and 1.67 respectively in your case
They are located in 'extensions' when you click "Browse local files" in Steam.
- restart the game, mod will be re-installed automatically
I don't know how or even if this is fixable on the mod author's side. To me it seems more like an issue with how the integration and update process in the game works.
Edit: Looked at the date of the original post and changed the mod versions to be 1 lower each
I discovered that one of the old directories is LOW CASE the other directory name is all UPPER CASE. Then the system complains because the XML file is referencing one of these. The Steam Update system updates the wrong Directory Name because it is confuse between the UPPER and LOWER case names.
I think that is a major part of the update issue. On a Windows system the UPPER and LOWER cases will not matter much so there should not be an error if you are using windows to update these directories. However, if you are using Linux the error will occur.
Anyway, from now on I will be updating manually instead of using STEAM.
Anrum.gallente, I love the mod. I hope the information above will help you automate the update process. It might be a quick fix.
- cd $gamefolder # eg: cd "/games/steamapps/common/X4 Foundations"
- mv extensions extensions.bak
- mkdir extensions
- dd if=dd if=/dev/zero of=extensions.img bs=1024 count=15728640 # this will create a (roughly) 15GB image file for the mods. choose size depending on your needs
- mkfs -t ext4 -O casefold extensions.img
- sudo mount extensions.img extensions
- sudo rm "extensions/lost+found"
- sudo chattr +F extensions
- sudo chown $(whoami):$(id -gn) extensions
- cp -R extensions.bak/* extensions/
don't forget to add an fstab-entry for the image or remember to remount before launching the game after a reboot. it's not a perfect solution by any means, but I think a workable workaround for these kinds of problems
edit: missed two commands
No one should have to do the above steps on something that should work out of the box.
It is a good idea but not for most people.
thanks.