home *** CD-ROM | disk | FTP | other *** search
/ ELSA 3D Revelator / Revelator.iso / ELSAWARE / ESTART / ESTRTENG.INI < prev    next >
Encoding:
INI File  |  1999-10-18  |  2.0 KB  |  74 lines

  1. ; Intro Tool description file
  2.  
  3. [BITMAP]
  4. ; the bitmap section defines all bitmap related input
  5. ; all bitmaps are BMP or DIB formats and must have the same size
  6. ; BACKGROUND: main bitmap file; obligatory
  7. ; ACTIVATED:  bitmap with activated areas
  8. ; PRESSED:    bitmap with pressed areas
  9. BACKGROUND=cd\E_d_24.bmp
  10. ACTIVATED=cd\E_a_24.bmp
  11. PRESSED=cd\E_p_24.bmp
  12.  
  13. [BITMAP4]
  14. BACKGROUND=cd\E_d_4.bmp
  15. ACTIVATED=cd\E_a_4.bmp
  16. PRESSED=cd\E_p_4.bmp
  17.  
  18. [BITMAP8]
  19. BACKGROUND=cd\E_d_8.bmp
  20. ACTIVATED=cd\E_a_8.bmp
  21. PRESSED=cd\E_p_8.bmp
  22.  
  23. ;[BITMAP32]
  24. ; sections BITMAPxx have the same structur like BITMAP with fixed bitdepth
  25. ; the program will first search in these section for colordepth matching bitmaps 
  26. ; and then in the BITMAP section
  27.  
  28. [CONTROL]
  29. ; stretch bitmap to window, default off (0)
  30. STRETCH=0
  31. ; SIZE=<XSize> x <YSize> size window to fixed size
  32. SIZE=maximized
  33. ; font description of info text (optional)
  34. FONTNAME=Arial
  35. FONTSIZE=15
  36. ;Fontstyle: NORMAL,THIN,BOLD,ITALIC,UNDERLINE,STRIKEOUT
  37. FONTSTYLE= BOLD
  38. FONTCOLOR=210,210,230
  39. ; area for text output (optional), default is (10,10, maxx-10, maxy-10)
  40. TEXTAREA=48,410,480,30
  41. DefaultText=Please press button
  42. ;Titel=ELSA Winnerware C-98
  43. INTROWAVE=\ELSAWARE\ESTART\AUDIO\REVROCKS.WAV
  44. WAVELOCK=1
  45. ;ACTIVATEWAVE=LASER.WAV
  46.  
  47.  
  48. [HOTSPOTS]
  49. ; hotspot areas in bitmap
  50. ; <name>=<posx>, <posy>, <sizex>, <sizey>, <command>
  51.  
  52. GERMANY=490,110,160,80,LOAD estrtdeu.ini
  53. ;ENGLISH=490,190,160,80,LOAD estrteng.ini
  54. FRANCE=490,275,160,85,LOAD estrtfra.ini
  55.  
  56. INSTALL=10,110,160,80,..\rebotest.exe
  57. MANUAL=10,190,160,80,..\ACROREAD\ACRORD32.EXE ..\..\MANUAL\PDF\ENGLISH\REVEL_EN.pdf
  58. SUPPORT=10,270,160,80,LOAD Sstrteng.ini
  59. EXIT=10,350,160,80, exit, Glocken.WAV
  60.  
  61. [INFOTEXT]
  62. ; info text of hotspots, displayed when activated
  63. ; <name>=<text>[,<posx>, <posy>, <sizex>, <sizey>]
  64.  
  65. GERMANY=Deutsch wΣhlen
  66. ;ENGLISH=Select English
  67. FRANCE=En franτais
  68.  
  69. INSTALL=Software installation
  70. MANUAL=Show manual as PDF-file
  71. SUPPORT=Switch to support infos
  72.  
  73. EXIT=Exit program
  74.