安裝 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