安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Requires 7zip and zip
Debian-based.
sudo apt update
sudo apt install p7zip-full zip unzip
1. In your working folder, create temp folder.
2. Copy mod to temp folder and rename to `pack.7z`
3. Open terminal and extract 7zip file `7z x pack.7z`
4. Delete 7zip file.
5. Repack into zip file `zip -r pack.zip *`
6. Move zip file to working folder.
7. Go to working folder.
8. Delete temp folder.
9. Create finished folder.
10. Unpack in lowercase into the finished folder `unzip -LL pack.zip -d finished`
11. Delete zip file.
12. Rename the finished folder with the lowercase name of the modinfo file.
Place in working folder.
#!/bin/bash
mkdir temp
cp *.civ5mod temp/pack.7z
cd temp
7z x pack.7z
rm pack.7z
zip -r pack.zip *
mv pack.zip ../pack.zip
cd ..
rm -rf temp
mkdir finished
unzip -LL pack.zip -d finished
rm pack.zip
For Windows 7, if you right click on the file there should be an option "open with" then you can choose another default program to open it with.
Are you trying to open the file inside the file explorer (so directly left-clicking on it), or via opening up winrar first and then browsing to it?
If the first, then right-click and select 'open with' instead and select winrar from that list. If winrar isn't there there's probably another button that states 'choose a different app' (or sth the like). Press that and you can browse to the .exe of winrar (located in the installation folder of winrar) inside the file explorer that just opened up.
If it's not clear enough then please let me know