home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 August / Gamestar_08_1999-08_cd2.bin / data / input_cz.def < prev    next >
Text File  |  1999-07-15  |  4KB  |  113 lines

  1. input_definition
  2. ; povinna radka, input.def
  3. ;
  4. ; input definition file - definice itemu, jejich visualizaci a struktury
  5. ;
  6. ; (c) 1998,99 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 main_popis color 234-248-206
  34.  
  35. }
  36. ;
  37. ;-----------------------------------------------------
  38. section broodwar {
  39. label nazev wlist color 108-200-220 face Arial
  40. exefilepath cesta_k_instalatoru buton_install_exe
  41. text popis window_popis color 250-250-250
  42. filepath soubor buton_view_file
  43. images obrazky window_slideshow
  44. }
  45. ;-----------------------------------------------------
  46. section cesar3 {
  47. label nazev wlist color 108-200-220 face Arial
  48. exefilepath cesta_k_instalatoru buton_install_exe
  49. text popis window_popis color 250-250-250
  50. filepath soubor buton_view_file
  51. images obrazky window_slideshow
  52. }
  53. ;-----------------------------------------------------
  54. section kknd2 {
  55. label nazev wlist color 108-200-220 face Arial
  56. exefilepath cesta_k_instalatoru buton_install_exe
  57. text popis window_popis color 250-250-250
  58. filepath soubor buton_view_file
  59. images obrazky window_slideshow
  60. }
  61. ;-----------------------------------------------------
  62. section ostatni {
  63. label nazev wlist color 108-200-220 face Arial
  64. exefilepath cesta_k_instalatoru buton_install_exe
  65. text popis window_popis color 250-250-250
  66. filepath soubor buton_view_file
  67. images obrazky window_slideshow
  68. }
  69. ;-----------------------------------------------------
  70. section ra {
  71. label nazev wlist color 108-200-220 face Arial
  72. exefilepath cesta_k_instalatoru buton_install_exe
  73. text popis window_popis color 250-250-250
  74. filepath soubor buton_view_file
  75. images obrazky window_slideshow
  76. }
  77. ;-----------------------------------------------------
  78. section rrt2 {
  79. label nazev wlist color 108-200-220 face Arial
  80. exefilepath cesta_k_instalatoru buton_install_exe
  81. text popis window_popis color 250-250-250
  82. filepath soubor buton_view_file
  83. images obrazky window_slideshow
  84. }
  85. ;-----------------------------------------------------
  86. section simcity {
  87. label nazev wlist color 108-200-220 face Arial
  88. exefilepath cesta_k_instalatoru buton_install_exe
  89. text popis window_popis color 250-250-250
  90. filepath soubor buton_view_file
  91. images obrazky window_slideshow
  92. }
  93. ;-----------------------------------------------------
  94. section starcraft {
  95. label nazev wlist color 108-200-220 face Arial
  96. exefilepath cesta_k_instalatoru buton_install_exe
  97. text popis window_popis color 250-250-250
  98. filepath soubor buton_view_file
  99. images obrazky window_slideshow
  100. }
  101. ;-----------------------------------------------------
  102. section warcraft {
  103. label nazev wlist color 108-200-220 face Arial
  104. exefilepath cesta_k_instalatoru buton_install_exe
  105. text popis window_popis color 250-250-250
  106. filepath soubor buton_view_file
  107. images obrazky window_slideshow
  108. }
  109.  
  110. ;-----------------------------------------------------
  111. ;
  112. end
  113. ;