home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.6 / 1997-09_Disc_3.6.iso / twindemo / lba2 / install.ini < prev    next >
INI File  |  1997-06-03  |  12KB  |  359 lines

  1. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  2. ;
  3. ;             Config File For INSTALL LBA2
  4. ;
  5. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  6.  
  7. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  8. [CONFIG]
  9.  
  10. ;       ScreenMode
  11. ;
  12. ;       -1  │ Current Mode
  13. ;        3  │ Color 80 columns, 25 lines
  14. ;       67  │ 50 lines, 80 columns (default)
  15.  
  16. ScreenMode= 67    ;
  17.  
  18. Title= " Little Big Adventure 2 Demo, Twinsen's Odyssey " ;
  19. DefFile= "LBA2.CFG" ;
  20.  
  21. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  22. [COLORS]
  23.  
  24. ;
  25. ; Colors Format :   "paper,pen" ;
  26. ;
  27. ; if no pen defined, it will be 0.
  28. ;
  29. ; Colors Available :
  30. ;
  31. ;    Color              For
  32. ; ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  33. ; BLACK            Paper, Pen
  34. ; BLUE                  Paper, Pen
  35. ; GREEN                 Paper, Pen
  36. ; CYAN                  Paper, Pen
  37. ; RED                   Paper, Pen
  38. ; MAGENTA        Paper, Pen
  39. ; BROWN            Paper, Pen
  40. ; LIGHTGRAY            Paper, Pen
  41. ; DARKGRAY               Pen
  42. ; LIGHTBLUE               Pen
  43. ; LIGHTGREEN               Pen
  44. ; LIGHTCYAN                    Pen
  45. ; LIGHTRED                     Pen
  46. ; LIGHTMAGENTA               Pen
  47. ; YELLOW                       Pen
  48. ; WHITE                        Pen
  49. ; ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  50. ;
  51.  
  52. CMessage= "red,white"              ; Messages Window
  53. CBack= "cyan,black"                ; Main Screen Background
  54. CInfo= "cyan,black"                 ; Infos Lines (1st and last lines)
  55. CTitle= "red,white"                  ; Application Title (1st line)
  56. CWindow= "lightgray,white"             ; Windows
  57. CButton= "green,black"                ; Buttons
  58. CSelectedButton= "green,white"       ; Selected Buttons
  59. CDisableButton= "green,darkgray"       ; Disabled Buttons
  60. COption= "lightgray,blue"         ; Options
  61. CSelectedOption= "lightgray,lightgreen" ; Selected Options
  62. CHotKey= ",yellow"                  ; Hot Keys
  63. CList= "cyan,black"            ; View Lists
  64. CSelectedList= "green,white"        ; Selected item in View Lists
  65. CInput= "blue,cyan"            ; Edit String Zones
  66. CSelectedInput= "green,white"        ; Selected Edit String Zones
  67. CSlider= "blue,yellow"                  ; Progress Bars
  68. CStatus= "cyan,red"                      ; Status Areas
  69. CSwitch= "lightgray,black"              ; Toggles Buttons
  70. CSelectedSwitch= "lightgray,white"      ; Selected Toggles Buttons
  71.  
  72. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  73. [LANGUAGES]
  74.  
  75. ; Define all available languages for install (max 10)
  76.  
  77. Languages=   "English,Français,Deutsch,Español,Italiano" ;
  78.  
  79. DefLanguage= "Language" ; field to set in the DefFile
  80.  
  81. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  82. [ENGLISH]
  83.  
  84. ; Main Window Title
  85.  
  86. MainTitle= "Installation of LBA2 Demo" ;
  87.  
  88. ; Main Window Buttons (max 10)
  89.  
  90. MainButton1= "Hard Disk Installation"     ;
  91. MainType1=   "INSTALL"            ;
  92. MainParam1=  "INSTALL.SCR"              ; Install script (files)
  93.  
  94. MainButton2= "Read Instructions"    ;
  95. MainType2=   "VIEWFILE"            ;
  96. MainParam2=  "..\README.TXT"            ;
  97.  
  98. MainButton3= "Quit"                     ;
  99. MainType3=   "QUIT"                     ;
  100. MainParam3=  "CONFIRM"                  ;
  101.  
  102. ; if defined INSTALL button
  103.  
  104. ChooseDir=   "Directory to install LBA2";
  105. DefaultDir=  "C:\TWINSEND"              ;
  106. CopyWindow=  "Install in progress ..."    ;
  107. CopyFrom=    "Copy"                ;
  108. CopyTo=         "  To"            ;
  109. Complete=    "Completion"        ;
  110. Need=         "Install size      :"      ;
  111. Available=   "Free space drive"        ;
  112. OptWindow=   "Game Options"               ;
  113. ViewFile=    "..\README.TXT"            ;
  114. ViewWindow=  "Read instructions"    ;
  115. SetSound=    "SETSOUND.BAT"        ;
  116.  
  117. ; if defined OPTIONS button,
  118. ; Options buttons (max 10)
  119.  
  120. Option1=     "Written Language"         ;
  121. OptType1=    "LANGUAGE"                 ;
  122. DefOpt1=     "Language"                 ; field to set in the DefFile
  123. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  124. OptDefault1= "English"                  ;
  125.  
  126. ; System Messages
  127.  
  128. PressKey=    "Press a key to continue"         ;
  129. ErrNoSpace=  "Not enough free space on drive"     ;
  130. Yes=         "Yes"                ;
  131. No=         "No"                ;
  132. Save=         "Do you want to save options ?"     ;
  133. Quit=         "Do you really want to quit ?"     ;
  134. Enjoy=       "Type DEMO to enjoy Twinsen's world demo !" ;
  135.  
  136. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  137. [FRANçAIS]
  138.  
  139. ; Main Window Title
  140.  
  141. MainTitle= "Installation de la démo de LBA2" ;
  142.  
  143. ; Main Window Buttons (max 10)
  144.  
  145. MainButton1= "Installation sur disque dur"     ;
  146. MainType1=   "INSTALL"                ;
  147. MainParam1=  "INSTALL.SCR"                      ; Install script (files)
  148.  
  149. MainButton2= "Lire les instructions"         ;
  150. MainType2=   "VIEWFILE"                ;
  151. MainParam2=  "..\README.TXT"                    ;
  152.  
  153. MainButton3= "Quitter"                          ;
  154. MainType3=   "QUIT"                             ;
  155. MainParam3=  "CONFIRM"                          ;
  156.  
  157. ; if defined INSTALL button
  158.  
  159. ChooseDir=   "Répertoire où installer LBA2"    ;
  160. DefaultDir=  "C:\TWINSEND"                      ;
  161. CopyWindow=  "Installation en cours ..."    ;
  162. CopyFrom=    "Copie"                ;
  163. CopyTo=         " Vers"                ;
  164. Complete=    "Totalité"                ;
  165. Need=         "Taille nécessaire :"        ;
  166. Available=   "Espace libre sur"             ;
  167. OptWindow=   "Options du jeu"                     ;
  168. ViewFile=    "..\README.TXT"                    ;
  169. ViewWindow=  "Lire les instructions"        ;
  170. SetSound=    "SETSOUND.BAT"            ;
  171.  
  172. ; if defined OPTIONS button,
  173. ; Options buttons (max 10)
  174.  
  175. Option1=     "Langage écrit"                    ;
  176. OptType1=    "LANGUAGE"                         ;
  177. DefOpt1=     "Language"                         ; field to set in the DefFile
  178. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  179. OptDefault1= "English"                          ;
  180.  
  181. ; System Messages
  182.  
  183. PressKey=    "Appuyer sur une touche pour continuer" ;
  184. ErrNoSpace=  "Espace libre insuffisant sur le disque" ;
  185. Yes=         "Oui"                ;
  186. No=         "Non"                ;
  187. Save=         "Voulez-vous sauver les options ?" ;
  188. Quit=         "Voulez-vous vraiment quitter ?" ;
  189. Enjoy=       "Tapez DEMO pour découvrir le monde de Twinsen !" ;
  190.  
  191. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  192. [DEUTSCH]
  193.  
  194. ; Main Window Title
  195.  
  196. MainTitle= "Installation von LBA2 Demo" ;
  197.  
  198. ; Main Window Buttons (max 10)
  199.  
  200. MainButton1= "Installation auf der Festplatte"     ;
  201. MainType1=   "INSTALL"            ;
  202. MainParam1=  "INSTALL.SCR"              ; Install script (files)
  203.  
  204. MainButton2= "Anweisungen lesen"    ;
  205. MainType2=   "VIEWFILE"            ;
  206. MainParam2=  "..\README.TXT"            ;
  207.  
  208. MainButton3= "Verlassen"        ;
  209. MainType3=   "QUIT"                     ;
  210. MainParam3=  "CONFIRM"                  ;
  211.  
  212. ; if defined INSTALL button
  213.  
  214. ChooseDir=   "Verzeichnis, in das LBA2 installiert wird";
  215. DefaultDir=  "C:\TWINSEND"              ;
  216. CopyWindow=  "Installation läuft ..."    ;
  217. CopyFrom=    "Kopieren"                ;
  218. CopyTo=         "      In"            ;
  219. Complete=    "Vollständig"        ;
  220. Need=        "Erforderlicher Festplattenspeicher :" ;
  221. Available=   "Freier Platz in                  "    ;
  222. OptWindow=   "Spieloptionen"               ;
  223. ViewFile=    "..\README.TXT"            ;
  224. ViewWindow=  "Anweisungen lesen"    ;
  225. SetSound=    "SETSOUND.BAT"        ;
  226.  
  227. ; if defined OPTIONS button,
  228. ; Options buttons (max 10)
  229.  
  230. Option1=     "Geschriebene Sprache"     ;
  231. OptType1=    "LANGUAGE"                 ;
  232. DefOpt1=     "Language"                 ; field to set in the DefFile
  233. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  234. OptDefault1= "English"                  ;
  235.  
  236. ; System Messages
  237.  
  238. PressKey=    "Zum Fortsetzen auf eine Taste drücken"    ;
  239. ErrNoSpace=  "Nicht genügend Platz auf der Festplatte vorhanden" ;
  240. Yes=         "Ja"                ;
  241. No=         "Nein"                ;
  242. Save=         "Möchten Sie Optionen speichern?"     ;
  243. Quit=         "Möchten Sie wirklich das Programm verlassen?" ;
  244. Enjoy=       "Geben Sie DEMO ein und entdecken Sie Twinsen's Welt Demo!" ;
  245.  
  246. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  247. [ESPAñOL]
  248.  
  249. ; Main Window Title
  250.  
  251. MainTitle= "Instalación de LBA2 Demo" ;
  252.  
  253. ; Main Window Buttons (max 10)
  254.  
  255. MainButton1= "Instalación en Disco Duro" ;
  256. MainType1=   "INSTALL"            ;
  257. MainParam1=  "INSTALL.SCR"              ; Install script (files)
  258.  
  259. MainButton2= "Leer instrucciones"    ;
  260. MainType2=   "VIEWFILE"            ;
  261. MainParam2=  "..\README.TXT"            ;
  262.  
  263. MainButton3= "Salir"                    ;
  264. MainType3=   "QUIT"                     ;
  265. MainParam3=  "CONFIRM"                  ;
  266.  
  267. ; if defined INSTALL button
  268.  
  269. ChooseDir=   "Directorio de instalación de LBA2";
  270. DefaultDir=  "C:\TWINSEND"              ;
  271. CopyWindow=  "Instalación en curso ..."    ;
  272. CopyFrom=    "Copia"                ;
  273. CopyTo=         "Hacia"            ;
  274. Complete=    "Totalidad"        ;
  275. Need=         "Dimensión requerida    :" ;
  276. Available=   "Espacio disponible en"    ;
  277. OptWindow=   "Opciones de Juego"        ;
  278. ViewFile=    "..\README.TXT"            ;
  279. ViewWindow=  "Leer instrucciones"    ;
  280. SetSound=    "SETSOUND.BAT"        ;
  281.  
  282. ; if defined OPTIONS button,
  283. ; Options buttons (max 10)
  284.  
  285. Option1=     "Lenguaje escrito"         ;
  286. OptType1=    "LANGUAGE"                 ;
  287. DefOpt1=     "Language"                 ; field to set in the DefFile
  288. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  289. OptDefault1= "English"                  ;
  290.  
  291. ; System Messages
  292.  
  293. PressKey=    "Pulsar cualquier tecla para continuar" ;
  294. ErrNoSpace=  "Espacio en disco insuficiente"     ;
  295. Yes=         "Si"                ;
  296. No=         "No"                ;
  297. Save=         "Deseas salvaguardar las opciones ?"     ;
  298. Quit=         "Deseas realmente salir ?"     ;
  299. Enjoy=       "Teclear DEMO para entrar en el mundo de Twinsen Demo !" ;
  300.  
  301. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  302. [ITALIANO]
  303.  
  304. ; Main Window Title
  305.  
  306. MainTitle= "Installazione di LBA2 Demo" ;
  307.  
  308. ; Main Window Buttons (max 10)
  309.  
  310. MainButton1= "Installazione Hard Disk"     ;
  311. MainType1=   "INSTALL"            ;
  312. MainParam1=  "INSTALL.SCR"              ; Install script (files)
  313.  
  314. MainButton2= "Leggi istruzioni"        ;
  315. MainType2=   "VIEWFILE"            ;
  316. MainParam2=  "..\README.TXT"            ;
  317.  
  318. MainButton3= "Esci"                     ;
  319. MainType3=   "QUIT"                     ;
  320. MainParam3=  "CONFIRM"                  ;
  321.  
  322. ; if defined INSTALL button
  323.  
  324. ChooseDir=   "Directory per installare LBA2" ;
  325. DefaultDir=  "C:\TWINSEND"              ;
  326. CopyWindow=  "Installazione in corso ..." ;
  327. CopyFrom=    "Copia"                ;
  328. CopyTo=         "    A"            ;
  329. Complete=    "Installazione completata"    ;
  330. Need=         "Spazio necessario            :"      ;
  331. Available=   "Spazio disponibile su disco" ;
  332. OptWindow=   "Opzioni gioco"               ;
  333. ViewFile=    "..\README.TXT"            ;
  334. ViewWindow=  "Leggi istruzioni"        ;
  335. SetSound=    "SETSOUND.BAT"        ;
  336.  
  337. ; if defined OPTIONS button,
  338. ; Options buttons (max 10)
  339.  
  340. Option1=     "Lingua scritta"           ;
  341. OptType1=    "LANGUAGE"                 ;
  342. DefOpt1=     "Language"                 ; field to set in the DefFile
  343. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  344. OptDefault1= "English"                  ;
  345.  
  346. ; System Messages
  347.  
  348. PressKey=    "Premere un tasto per continuare"     ;
  349. ErrNoSpace=  "Spazio insufficiente su disco"     ;
  350. Yes=         "Sì"                ;
  351. No=         "No"                ;
  352. Save=         "Salvare le opzioni ?"         ;
  353. Quit=         "Uscire dal programma ?"         ;
  354. Enjoy=       "Digitare DEMO per scoprire il mondo di Twinsen Demo !" ;
  355.  
  356. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  357. ; end of config file
  358. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  359.