Показать сообщение отдельно
Старый 07.11.2019, 03:35   #15
Vasya
Звичайна людина на Землі
 
Аватар для Vasya
 
Регистрация: 06.11.2011
Адрес: Україна, м.Київ, Печерський район, вул. Кіквідзе
Сообщений: 8,085
По умолчанию

Цитата:
Сообщение от Tango_1_2_Bravo Посмотреть сообщение
............ Ntrk Wizard 0.5 .........
Цитата:
************************************************** **********************************************
* *
* INSTALLATION: *
* *
* 1.) Extract to a folder of your choice *
* 2.) Copy the file(s) you want to work with to the NTRK Wizard's folder *
* 3.) In case you wanna create FM files, make sure to delete the old FM file first! *
* 4.) Use commands shown below to work with FM/NTRK files *
* *
************************************************** **********************************************
* *
* CREDITS: *
* *
* - 1C/Maddox for the original java sources and for rts.dll library *
* - Tim (timqwerty@yandex.ru) for original NTRK Wizard which this version is based on *
* *
************************************************** **********************************************
* *
* Usage: *
* java -jar NTRKWizard.jar <command> <archive/file> [<path to extract>] [<encryption type(s)>] *
* *
************************************************** **********************************************
* *
* Commands are: *
* a Add file to archive, <path to extract> is required *
* e,x Extract files, <path to extract> is required *
* l List archive, don't specify <path to extract> *
* <encryption type(s)> is/are (an) optional parameter(s) for Add and Extract commands. *
* *
* When <encryption type(s)> is/are specified, only the specified encryption(s) will be used. *
* Multiple <encryption types> are comma separated. *
* Valid <encryption type(s)> are e.g.: *
* 1 = Use IL-2 Stock encryption, valid for all game versions except 4.10m/4.10.1m *
* 2 = Use IL-2 Stock encryption, valid for 4.10m/4.10.1m *
* 3 = Use HSFX Expert Mode encryption *
* <any other string> = Use custom encryption *
* When no <encryption type(s)> are specified, all known encryption Types (1,2 and 3) are used. *
* *
************************************************** **********************************************
* *
* Examples: *
* *
* The following line extracts the "buttons" file to the subfolder "fmdata", *
* using all known encryption Types: *
* java -jar NTRKWizard.jar x buttons fmdata *
* *
* The following line adds all files from the "fmdata" to the "buttons" file, *
* using all known encryption Types (which means all files will be added three times, *
* once for each encryption type, meaning that such a buttons file will work with all known *
* game versions: *
* java -jar NTRKWizard.jar a buttons fmdata *
* *
* The following line adds all files from the "fmdata" to the "buttons" file, *
* using IL-2 Stock encryption, valid for all game versions except 4.10m/4.10.1m, only: *
* java -jar NTRKWizard.jar a buttons fmdata 1 *
* *
* The following line adds all files from the "fmdata" to the "buttons" file, *
* using IL-2 Stock encryption, valid for all game versions including 4.10m/4.10.1m: *
* java -jar NTRKWizard.jar a buttons fmdata 1,2 *
* *
* The following line adds all files from the "fmdata" to the "buttons" file, *
* using a custom encryption: *
* java -jar NTRKWizard.jar a buttons fmdata d2w1 *
* *
************************************************** **********************************************
Мне не понятно написанное в инструкции.
Vasya вне форума   Ответить с цитированием