home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2000 January / Gamestar_14_2000-01_cd1.bin / DATA / INPUT.DEF < prev    next >
Text File  |  1999-12-04  |  5KB  |  104 lines

  1. input_definition
  2. ; povinna radka, input.def
  3. ;
  4. ; input definition file - definice itemu, jejich visualizaci a struktury
  5. ;
  6. ; (c) 1998 Svatopluk Svec
  7. ;
  8. ; - pokud chcete napsat nazev souboru s mezerami, vlozte nazev do uvozovek
  9. ; - pokud je variant nekolik (napr. u videa - nektere jsou ve forme souboru, jine ve forme
  10. ;    selfextractoru, ktere se musi instalovat, napr. dablo 2), uvedte vsechny moznosti
  11. ; - pokud se text nevejde na jednu radku, vlozte ho do uvozovek
  12. ;
  13. ; typy promennych:
  14. ;    label    = ridici clen struktury, v listu budou labely ridicich clenu
  15. ;    text    = klasicky text, max. delka podle velikosti oken, ve kterych se bude text visualisovat, cr se nahrazuje mezerou
  16. ;    formatedtext    = nekolik radek textu, cr se bere jako oddelovac radky, tab se ignoruje
  17. ;    filepath    = cesta na soubor na disku, na ktery se pouzije default windows prohlizec
  18. ;    moviefilepath = soubor s videem pro prehrani v okne
  19. ;    images = soubory pro slideshow, musi byt vyjmenovane, a to v jedne radce za sebou
  20. ;    musicfilepath = soubor pro prehrani jako musika - mp3, wav, adpcm apod.
  21. ;    exefilepath = spustitelny soubor
  22. ;    registrypath = hodnota promenne v registru windows, v tomto pripade mezi uvozovkami
  23. ;    textfile = textovy soubor, zatim neimplementovano, pouzijte typ default
  24. ;
  25. ; krome textu (tech muze byt az 16) se nesmi specifikace ostatnich typu vyskytnout vice nez jednou, pokud
  26. ; se vyskytnou, bere se jako platny pouze posledni vyskyt
  27. ; =============================================================
  28. ;typ dat, jmeno promenne v souboru data.def, jmeno visualisatoru, [typ fontu - u veci, ktere maji typ text nebo label]
  29. ;
  30. section main {
  31.  
  32. label nazev imaginary ; nebude se visualisovat = chci pouze prvniho dataitema
  33. formatedtext uvodni_text window_main_popis color 219-205-127
  34.  
  35. }
  36. ;
  37. ;-----------------------------------------------------
  38. section dema {    ; dema maji: popis, min. config, jmeno, install, uninstallstring, slideshow
  39. ; povinna polozka, labely se zobrazuji v seznamu sekce - listu oken, ten je take povinny
  40. label nazev dema_list color 232-194-90
  41. text nazevbig window_bigname face Verdana color 174-204-217 emboss up
  42. exefilepath cesta_k_instalatoru buton_install_exe            ; buton 2 je instalacni buton
  43. text popis window_demo_popis color 110-202-222                     ; u textu je nutno take zadat typ fontu ve forme cisla
  44. formatedtext minimalni_pozadavky window_demo_pozadavky color 255-255-255    ; ano, zaformatovany text, tedy - nacitam nekolik radek po sobe dokud neni 'end'
  45. registrypath uninstall_jmeno_v_registru buton_uninstall_exe
  46. filepath navod_k_instalaci buton_view_file                ; navod na hru, test pru sekci cdstar, spusteni default vieweru
  47. images obrazky window_slideshow                        ; vypis obrazku
  48. startingpath starting_path buton_start_exe                ; spusteni nainstalovaneho dema
  49. }
  50. ;-----------------------------------------------------
  51. section videa {
  52.  
  53. label nazev dema_list color 232-194-90
  54. moviefilepath video window_video_player
  55. exefilepath cesta_k_instalatoru buton_install_exe    ; ano, nektera videa jsou jako selfextract exe
  56. text popis window_demo_popis
  57.  
  58. }
  59. ;-----------------------------------------------------
  60. section patche {
  61.  
  62. label nazev dema_list color 232-194-90
  63. exefilepath cesta_k_instalatoru buton_install_exe
  64. ;registrypath uninstallinfo buton_uninstall_exe
  65. filepath soubor buton_view_file
  66. formatedtext popis window_demo_popis    ; tak to luc chtel
  67. images obrazky window_slideshow
  68. }
  69. ;-----------------------------------------------------
  70. section trainery {
  71.  
  72. label nazev dema_list color 232-194-90
  73. ;exefilepath cesta_k_instalatoru buton_install_exe
  74. ;registrypath uninstallinfo buton_uninstall_exe
  75. filepath soubor buton_view_file
  76. formatedtext popis window_demo_popis    ; tak to luc chtel
  77. images obrazky window_slideshow
  78. }
  79. ;-----------------------------------------------------
  80. section cdstar {
  81.  
  82. label nazev dema_list color 232-194-90
  83. exefilepath cesta_k_instalatoru buton_install_exe
  84. registrypath uninstallinfo buton_uninstall_exe
  85. filepath soubor buton_view_file
  86. images obrazky window_slideshow
  87. formatedtext popis window_demo_popis    ; zaformatovano, tak to luc chtel
  88.  
  89. }
  90. ;-----------------------------------------------------
  91. section programy {
  92.  
  93. label nazev dema_list color 232-194-90
  94. exefilepath cesta_k_instalatoru buton_install_exe
  95. ;registrypath uninstallinfo buton_uninstall_exe
  96. filepath soubor buton_view_file
  97. formatedtext popis window_demo_popis    ; tak to luc chtel
  98. images obrazky window_slideshow
  99.  
  100. }
  101. ;-----------------------------------------------------
  102. ;
  103. end
  104. ;