home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-06-03 | 8.4 KB | 294 lines |
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- ;
- ; Config File For INSTALL LBA2
- ;
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- [CONFIG]
-
- ; ScreenMode
- ;
- ; -1 │ Current Mode
- ; 3 │ Color 80 columns, 25 lines
- ; 67 │ 50 lines, 80 columns (default)
-
- ScreenMode= 67 ;
-
- Title= " Little Big Adventure 2 Demo, Twinsen's Odyssey " ;
- DefFile= "LBA2.CFG" ;
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- [COLORS]
-
- ;
- ; Colors Format : "paper,pen" ;
- ;
- ; if no pen defined, it will be 0.
- ;
- ; Colors Available :
- ;
- ; Color For
- ; ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- ; BLACK Paper, Pen
- ; BLUE Paper, Pen
- ; GREEN Paper, Pen
- ; CYAN Paper, Pen
- ; RED Paper, Pen
- ; MAGENTA Paper, Pen
- ; BROWN Paper, Pen
- ; LIGHTGRAY Paper, Pen
- ; DARKGRAY Pen
- ; LIGHTBLUE Pen
- ; LIGHTGREEN Pen
- ; LIGHTCYAN Pen
- ; LIGHTRED Pen
- ; LIGHTMAGENTA Pen
- ; YELLOW Pen
- ; WHITE Pen
- ; ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- ;
-
- CMessage= "red,white" ; Messages Window
- CBack= "cyan,black" ; Main Screen Background
- CInfo= "cyan,black" ; Infos Lines (1st and last lines)
- CTitle= "red,white" ; Application Title (1st line)
- CWindow= "lightgray,white" ; Windows
- CButton= "green,black" ; Buttons
- CSelectedButton= "green,white" ; Selected Buttons
- CDisableButton= "green,darkgray" ; Disabled Buttons
- COption= "lightgray,blue" ; Options
- CSelectedOption= "lightgray,lightgreen" ; Selected Options
- CHotKey= ",yellow" ; Hot Keys
- CList= "cyan,black" ; View Lists
- CSelectedList= "green,white" ; Selected item in View Lists
- CInput= "blue,cyan" ; Edit String Zones
- CSelectedInput= "green,white" ; Selected Edit String Zones
- CSlider= "blue,yellow" ; Progress Bars
- CStatus= "cyan,red" ; Status Areas
- CSwitch= "lightgray,black" ; Toggles Buttons
- CSelectedSwitch= "lightgray,white" ; Selected Toggles Buttons
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- [LANGUAGES]
-
- ; Define all available languages for install (max 10)
-
- Languages= "English,Français,Deutsch,Español,Italiano" ;
-
- DefLanguage= "Language" ; field to set in the DefFile
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- [ENGLISH]
-
- ; Main Window Title
-
- MainTitle= "LBA2 Demo Setup" ;
-
- ; Main Window Buttons (max 10)
-
- MainButton1= "Sound Configuration" ;
- MainType1= "DESTEXE" ;
- MainParam1= "SETSOUND.BAT" ;
-
- MainButton2= "Game Options" ;
- MainType2= "OPTIONS" ;
-
- MainButton3= "Read Instructions" ;
- MainType3= "VIEWFILE" ;
- MainParam3= "README.TXT" ;
-
- MainButton4= "Quit" ;
- MainType4= "QUIT" ;
- MainParam4= "CONFIRM" ;
-
- ; if defined OPTIONS button,
- ; Options buttons (max 10)
-
- Option1= "Written Language" ;
- OptType1= "LANGUAGE" ;
- DefOpt1= "Language" ; field to set in the DefFile
- OptValue1= "English,Français,Deutsch,Español,Italiano" ;
- OptDefault1= "English" ;
-
- ; System Messages
-
- PressKey= "Press a key to continue" ;
- Yes= "Yes" ;
- No= "No" ;
- Save= "Do you want to save options ?" ;
- Quit= "Do you really want to quit ?" ;
- Enjoy= "Type DEMO to enjoy Twinsen's world demo !" ;
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- [FRANçAIS]
-
- ; Main Window Title
-
- MainTitle= "Configuration de la démo de LBA2" ;
-
- ; Main Window Buttons (max 10)
-
- MainButton1= "Configuration du son" ;
- MainType1= "DESTEXE" ;
- MainParam1= "SETSOUND.BAT" ;
-
- MainButton2= "Options du jeu" ;
- MainType2= "OPTIONS" ;
-
- MainButton3= "Lire les instructions" ;
- MainType3= "VIEWFILE" ;
- MainParam3= "README.TXT" ;
-
- MainButton4= "Quitter" ;
- MainType4= "QUIT" ;
- MainParam4= "CONFIRM" ;
-
- ; if defined OPTIONS button,
- ; Options buttons (max 10)
-
- Option1= "Langage écrit" ;
- OptType1= "LANGUAGE" ;
- DefOpt1= "Language" ; field to set in the DefFile
- OptValue1= "English,Français,Deutsch,Español,Italiano" ;
- OptDefault1= "English" ;
-
- ; System Messages
-
- PressKey= "Appuyer sur une touche pour continuer" ;
- Yes= "Oui" ;
- No= "Non" ;
- Save= "Voulez-vous sauver les options ?" ;
- Quit= "Voulez-vous vraiment quitter ?" ;
- Enjoy= "Tapez DEMO pour découvrir le monde de Twinsen !" ;
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- [DEUTSCH]
-
- ; Main Window Title
-
- MainTitle= "LBA2 Demo Setup" ;
-
- ; Main Window Buttons (max 10)
-
- MainButton1= "Klangkonfiguration" ;
- MainType1= "DESTEXE" ;
- MainParam1= "SETSOUND.BAT" ;
-
- MainButton2= "Spieloptionen" ;
- MainType2= "OPTIONS" ;
-
- MainButton3= "Anweisungen lesen" ;
- MainType3= "VIEWFILE" ;
- MainParam3= "README.TXT" ;
-
- MainButton4= "Verlassen" ;
- MainType4= "QUIT" ;
- MainParam4= "CONFIRM" ;
-
- ; if defined OPTIONS button,
- ; Options buttons (max 10)
-
- Option1= "Geschriebene Sprache" ;
- OptType1= "LANGUAGE" ;
- DefOpt1= "Language" ; field to set in the DefFile
- OptValue1= "English,Français,Deutsch,Español,Italiano" ;
- OptDefault1= "English" ;
-
- ; System Messages
-
- PressKey= "Zum Fortsetzen auf eine Taste drücken" ;
- Yes= "Ja" ;
- No= "Nein" ;
- Save= "Möchten Sie Optionen speichern?" ;
- Quit= "Möchten Sie wirklich das Programm verlassen?" ;
- Enjoy= "Geben Sie DEMO ein und entdecken Sie Twinsen's Welt Demo!" ;
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- [ESPAñOL]
-
- ; Main Window Title
-
- MainTitle= "Configuración de LBA2 Demo" ;
-
- ; Main Window Buttons (max 10)
-
- MainButton1= "Configuración de Sonido" ;
- MainType1= "DESTEXE" ;
- MainParam1= "SETSOUND.BAT" ;
-
- MainButton2= "Opciones de Juego" ;
- MainType2= "OPTIONS" ;
-
- MainButton3= "Leer instrucciones" ;
- MainType3= "VIEWFILE" ;
- MainParam3= "README.TXT" ;
-
- MainButton4= "Salir" ;
- MainType4= "QUIT" ;
- MainParam4= "CONFIRM" ;
-
- ; if defined OPTIONS button,
- ; Options buttons (max 10)
-
- Option1= "Lenguaje escrito" ;
- OptType1= "LANGUAGE" ;
- DefOpt1= "Language" ; field to set in the DefFile
- OptValue1= "English,Français,Deutsch,Español,Italiano" ;
- OptDefault1= "English" ;
-
- ; System Messages
-
- PressKey= "Pulsar cualquier tecla para continuar" ;
- Yes= "Si" ;
- No= "No" ;
- Save= "Deseas salvaguardar las opciones ?" ;
- Quit= "Deseas realmente salir ?" ;
- Enjoy= "Teclear DEMO para entrar en el mundo de Twinsen Demo !" ;
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- [ITALIANO]
-
- ; Main Window Title
-
- MainTitle= "Configurazione di LBA2 Demo" ;
-
- ; Main Window Buttons (max 10)
-
- MainButton1= "Configurazione suoni" ;
- MainType1= "DESTEXE" ;
- MainParam1= "SETSOUND.BAT" ;
-
- MainButton2= "Opzioni gioco" ;
- MainType2= "OPTIONS" ;
-
- MainButton3= "Leggi istruzioni" ;
- MainType3= "VIEWFILE" ;
- MainParam3= "README.TXT" ;
-
- MainButton4= "Esci" ;
- MainType4= "QUIT" ;
- MainParam4= "CONFIRM" ;
-
- ; if defined OPTIONS button,
- ; Options buttons (max 10)
-
- Option1= "Lingua scritta" ;
- OptType1= "LANGUAGE" ;
- DefOpt1= "Language" ; field to set in the DefFile
- OptValue1= "English,Français,Deutsch,Español,Italiano" ;
- OptDefault1= "English" ;
-
- ; System Messages
-
- PressKey= "Premere un tasto per continuare" ;
- Yes= "Sì" ;
- No= "No" ;
- Save= "Salvare le opzioni ?" ;
- Quit= "Uscire dal programma ?" ;
- Enjoy= "Digitare DEMO per scoprire il mondo di Twinsen Demo !" ;
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- ; end of config file
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
-