Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuậ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