Установить 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