home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.6 / 1997-09_Disc_3.6.iso / twindemo / lba2 / setup.ini < prev    next >
INI File  |  1997-06-03  |  9KB  |  294 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= "LBA2 Demo Setup" ;
  87.  
  88. ; Main Window Buttons (max 10)
  89.  
  90. MainButton1= "Sound Configuration"    ;
  91. MainType1=   "DESTEXE"            ;
  92. MainParam1=  "SETSOUND.BAT"        ;
  93.  
  94. MainButton2= "Game Options"        ;
  95. MainType2=   "OPTIONS"            ;
  96.  
  97. MainButton3= "Read Instructions"    ;
  98. MainType3=   "VIEWFILE"            ;
  99. MainParam3=  "README.TXT"        ;
  100.  
  101. MainButton4= "Quit"             ;
  102. MainType4=   "QUIT"            ;
  103. MainParam4=  "CONFIRM"            ;
  104.  
  105. ; if defined OPTIONS button,
  106. ; Options buttons (max 10)
  107.  
  108. Option1=     "Written Language"         ;
  109. OptType1=    "LANGUAGE"                 ;
  110. DefOpt1=     "Language"                 ; field to set in the DefFile
  111. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  112. OptDefault1= "English"                  ;
  113.  
  114. ; System Messages
  115.  
  116. PressKey=    "Press a key to continue"         ;
  117. Yes=         "Yes"                ;
  118. No=         "No"                ;
  119. Save=         "Do you want to save options ?"     ;
  120. Quit=         "Do you really want to quit ?"     ;
  121. Enjoy=       "Type DEMO to enjoy Twinsen's world demo !" ;
  122.  
  123. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  124. [FRANçAIS]
  125.  
  126. ; Main Window Title
  127.  
  128. MainTitle= "Configuration de la démo de LBA2" ;
  129.  
  130. ; Main Window Buttons (max 10)
  131.  
  132. MainButton1= "Configuration du son"         ;
  133. MainType1=   "DESTEXE"                ;
  134. MainParam1=  "SETSOUND.BAT"            ;
  135.  
  136. MainButton2= "Options du jeu"             ;
  137. MainType2=   "OPTIONS"                ;
  138.  
  139. MainButton3= "Lire les instructions"         ;
  140. MainType3=   "VIEWFILE"                ;
  141. MainParam3=  "README.TXT"            ;
  142.  
  143. MainButton4= "Quitter"                 ;
  144. MainType4=   "QUIT"                ;
  145. MainParam4=  "CONFIRM"                ;
  146.  
  147. ; if defined OPTIONS button,
  148. ; Options buttons (max 10)
  149.  
  150. Option1=     "Langage écrit"                    ;
  151. OptType1=    "LANGUAGE"                         ;
  152. DefOpt1=     "Language"                         ; field to set in the DefFile
  153. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  154. OptDefault1= "English"                          ;
  155.  
  156. ; System Messages
  157.  
  158. PressKey=    "Appuyer sur une touche pour continuer" ;
  159. Yes=         "Oui"                ;
  160. No=         "Non"                ;
  161. Save=         "Voulez-vous sauver les options ?" ;
  162. Quit=         "Voulez-vous vraiment quitter ?" ;
  163. Enjoy=       "Tapez DEMO pour découvrir le monde de Twinsen !" ;
  164.  
  165. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  166. [DEUTSCH]
  167.  
  168. ; Main Window Title
  169.  
  170. MainTitle= "LBA2 Demo Setup" ;
  171.  
  172. ; Main Window Buttons (max 10)
  173.  
  174. MainButton1= "Klangkonfiguration"    ;
  175. MainType1=   "DESTEXE"            ;
  176. MainParam1=  "SETSOUND.BAT"        ;
  177.  
  178. MainButton2= "Spieloptionen"        ;
  179. MainType2=   "OPTIONS"            ;
  180.  
  181. MainButton3= "Anweisungen lesen"    ;
  182. MainType3=   "VIEWFILE"            ;
  183. MainParam3=  "README.TXT"        ;
  184.  
  185. MainButton4= "Verlassen"        ;
  186. MainType4=   "QUIT"            ;
  187. MainParam4=  "CONFIRM"            ;
  188.  
  189. ; if defined OPTIONS button,
  190. ; Options buttons (max 10)
  191.  
  192. Option1=     "Geschriebene Sprache"     ;
  193. OptType1=    "LANGUAGE"                 ;
  194. DefOpt1=     "Language"                 ; field to set in the DefFile
  195. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  196. OptDefault1= "English"                  ;
  197.  
  198. ; System Messages
  199.  
  200. PressKey=    "Zum Fortsetzen auf eine Taste drücken"    ;
  201. Yes=         "Ja"                ;
  202. No=         "Nein"                ;
  203. Save=         "Möchten Sie Optionen speichern?"     ;
  204. Quit=         "Möchten Sie wirklich das Programm verlassen?" ;
  205. Enjoy=       "Geben Sie DEMO ein und entdecken Sie Twinsen's Welt Demo!" ;
  206.  
  207. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  208. [ESPAñOL]
  209.  
  210. ; Main Window Title
  211.  
  212. MainTitle= "Configuración de LBA2 Demo" ;
  213.  
  214. ; Main Window Buttons (max 10)
  215.  
  216. MainButton1= "Configuración de Sonido"    ;
  217. MainType1=   "DESTEXE"            ;
  218. MainParam1=  "SETSOUND.BAT"        ;
  219.  
  220. MainButton2= "Opciones de Juego"    ;
  221. MainType2=   "OPTIONS"            ;
  222.  
  223. MainButton3= "Leer instrucciones"    ;
  224. MainType3=   "VIEWFILE"            ;
  225. MainParam3=  "README.TXT"        ;
  226.  
  227. MainButton4= "Salir"             ;
  228. MainType4=   "QUIT"            ;
  229. MainParam4=  "CONFIRM"            ;
  230.  
  231. ; if defined OPTIONS button,
  232. ; Options buttons (max 10)
  233.  
  234. Option1=     "Lenguaje escrito"         ;
  235. OptType1=    "LANGUAGE"                 ;
  236. DefOpt1=     "Language"                 ; field to set in the DefFile
  237. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  238. OptDefault1= "English"                  ;
  239.  
  240. ; System Messages
  241.  
  242. PressKey=    "Pulsar cualquier tecla para continuar" ;
  243. Yes=         "Si"                ;
  244. No=         "No"                ;
  245. Save=         "Deseas salvaguardar las opciones ?"     ;
  246. Quit=         "Deseas realmente salir ?"     ;
  247. Enjoy=       "Teclear DEMO para entrar en el mundo de Twinsen Demo !" ;
  248.  
  249. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  250. [ITALIANO]
  251.  
  252. ; Main Window Title
  253.  
  254. MainTitle= "Configurazione di LBA2 Demo" ;
  255.  
  256. ; Main Window Buttons (max 10)
  257.  
  258. MainButton1= "Configurazione suoni"    ;
  259. MainType1=   "DESTEXE"            ;
  260. MainParam1=  "SETSOUND.BAT"        ;
  261.  
  262. MainButton2= "Opzioni gioco"        ;
  263. MainType2=   "OPTIONS"            ;
  264.  
  265. MainButton3= "Leggi istruzioni"        ;
  266. MainType3=   "VIEWFILE"            ;
  267. MainParam3=  "README.TXT"        ;
  268.  
  269. MainButton4= "Esci"             ;
  270. MainType4=   "QUIT"            ;
  271. MainParam4=  "CONFIRM"            ;
  272.  
  273. ; if defined OPTIONS button,
  274. ; Options buttons (max 10)
  275.  
  276. Option1=     "Lingua scritta"             ;
  277. OptType1=    "LANGUAGE"                 ;
  278. DefOpt1=     "Language"                 ; field to set in the DefFile
  279. OptValue1=   "English,Français,Deutsch,Español,Italiano" ;
  280. OptDefault1= "English"                  ;
  281.  
  282. ; System Messages
  283.  
  284. PressKey=    "Premere un tasto per continuare"     ;
  285. Yes=         "Sì"                ;
  286. No=         "No"                ;
  287. Save=         "Salvare le opzioni ?"         ;
  288. Quit=         "Uscire dal programma ?"         ;
  289. Enjoy=       "Digitare DEMO per scoprire il mondo di Twinsen Demo !" ;
  290.  
  291. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  292. ; end of config file
  293. ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  294.