home *** CD-ROM | disk | FTP | other *** search
/ CD Action 9 B / cdactioncoverdisc / hell / helltry.dat next >
Text File  |  1996-10-02  |  3KB  |  122 lines

  1. ;
  2. ; General Characteristics
  3. ;
  4. [General]
  5. DebugFlag=0
  6. AppTitle=Microsoft HellBender Trial Version
  7. ;Icon=autodemo.exe
  8. ReturnAfterLaunch=1
  9. DemosAtSameLevel=0
  10. TaskbarAdjust=0
  11. BitmapDir=controls\
  12. SoundDir=controls\
  13.  
  14. ;
  15. ; Main Screen
  16. ;
  17. [Main]
  18. Image=screen.bmp
  19. ;
  20. ; Incoming Splash Screen
  21. ;
  22. [SplashIn]
  23. UsingSplashIn=0
  24. BlackBackground=0
  25. Image=black.dib
  26. TitlebarAdjust=0
  27. UsingButtons=0
  28. OKButton=ok_up.bmp,ok_dwn.bmp,,84,194
  29. ;QuitButton=quit_up.bmp,quit_dwn.bmp,,200,200
  30.  
  31. ;
  32. ; Outgoing Splash Screen
  33. ;
  34. [SplashOut]
  35. UsingSplashOut=0
  36. BlackBackground=0
  37. Image=black.dib
  38. TitlebarAdjust=0
  39.  
  40. ;-----------------------------------------------------
  41. ; To enable / disable the PicClip facility, set
  42. ; the UsingPicClip to 1 (enable) or 0 (disable).
  43. ; (If set to 0, all other fields are ignored)
  44. ;
  45. ; - "Cols" & "Rows" describe the layout of the 
  46. ;     PicClip source bitmap
  47. ; - "Interval" is the VB Timer interval (milliseconds)
  48. ;
  49. [PicClip]
  50. UsingPicClip=0
  51. Image=strip.bmp
  52. Left=353
  53. Top=219
  54. Cols=15
  55. Rows=1
  56. TimerInterval=20
  57.  
  58. ;--------------------------------------
  59. ; Sound Section
  60. ; There should always be a Splash sound.
  61. ; At the very least, play SILENCE.WAV,
  62. ; to turn off any sound that might still
  63. ; be playing from a previous application.
  64. ;
  65. [Sound]
  66. ;SplashLength=1
  67. Splash=silence.wav
  68. Main=silence.wav
  69. BtnDown=btn_dwn.wav
  70. ;BtnUp=btn_up.wav
  71. Demo=silence.wav
  72. Exit=silence.wav
  73.  
  74. ;-----------------------------------------------------------------
  75. ; Define Buttons and the demos associated with them
  76. ; Button 0 is the Exit -- doesn't have a demo.
  77. ;
  78. [Buttons]
  79. nButtons=3
  80. Button0=exitup.bmp,exitdn.bmp,exitdn.bmp,3,366
  81. Button1=instup.bmp,instdn.bmp,instdn.bmp,5,201
  82. Button2=dxup.bmp,dxdn.bmp,dxdn.bmp,457,271
  83. ;
  84. Demo1=compress\heltrial.exe
  85. Demo2=directx\dxfull.exe
  86.  
  87. ; Setup for an Extended Demos
  88. ; (a bitmap which is itself second level set of
  89. ;  demos and buttons, specified here.)
  90.  
  91.  
  92.  
  93. ;-----------------------------------------------------------
  94. ; Autodemos
  95. ; Autodemos are specified by the Button number.
  96. ;
  97. [AutoDemos]
  98. nAutodemos=0
  99. AutodemoSeconds=9920
  100. autodemo1=3
  101.  
  102. ;**************************************
  103. ; Proto-Localization
  104. ; for CD error message
  105. ;
  106. ; "default" language = US English
  107. ; For message in German, set language=deutsch
  108. ;
  109. [CurrentLanguage]
  110. language=default
  111. ;language=deutsch
  112. ;language=francais
  113. ;language=italian
  114. ;language=espanol
  115.  
  116. [Message1]
  117. default=Please insert the CD.
  118. deutsch=Legen Sie bitte die CD ein.
  119. francais=Veullez insΘrer le CD.
  120. italian=Per cortesia inserire il CD.
  121. espanol=Por favor, inserte el CD.
  122.