home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2001 June / Gamestar_30_2001-06_cd2.bin / AUTORUN / DEFAULT.INI next >
INI File  |  2000-01-31  |  1KB  |  56 lines

  1. [SETTINGS]
  2. UninstallKey  = Slave Zero
  3. GameExe       = SlaveZero.exe
  4. WNDCLASSName  = Slave Zero
  5. WindowCaption = Slave Zero
  6.  
  7. ; The following are paths, relative to the AUTORUN.INI's directory.
  8. ; AUTORUN.EXE looks for the AUTORUN.INI in it's own directory first. If it does
  9. ; not find it there, it looks for a subdir named AUTORUN and checks there.
  10.  
  11. Readme           = ..\readme\readme.htm
  12. Manual           = ..\manual\manual.htm
  13. GameInstaller    = ..\setup\Setup.exe
  14.  
  15. ; the directory were the string files (english.str, ect.) are located
  16. StringFiles  = .
  17. LangDlgIni   = .\LANGUAGE.INI
  18. ShowLangDlg  = YES
  19. ;FloatStatusText = YES
  20.  
  21. ; BITMAPS
  22. BmpSmallFont = ART\Text.bmp
  23. BmpWndBg     = ART\WndBg.bmp
  24. BmpScrnBg     = ART\ScrnBg.bmp
  25. BmpBtnPlay     = ART\btnPlay.bmp
  26. BmpBtnInst     = ART\btnInst.bmp
  27. BmpBtnManl     = ART\btnManl.bmp
  28. BmpBtnRead     = ART\btnRead.bmp
  29. BmpBtnECat     = ART\btnECat.bmp
  30. BmpBtnExit     = ART\btnExit.bmp
  31. BmpScrollBG  = ART\Scroll.bmp
  32.  
  33. ; REGION DATA
  34. RgnWndBg  = ART\WndBg.rgn
  35. RgnScroll = ART\Scroll.rgn
  36.  
  37. ; SOUND
  38. WaveBtnRollOver = ART\RollOver.wav
  39. WaveBtnClickIn  = ART\ClickIn.wav
  40. WaveBtnClickOut = ART\ClickOut.wav
  41.  
  42. ; BUTTON POSITIONS
  43. BtnInstall = 200, 140
  44. BtnManual  = 200, 206
  45. BtnReadMe  = 200, 272
  46. BtnExit    = 200, 338
  47. ;BtnCatalog = 200, 285
  48. EEgg       = 57, 58
  49.  
  50. ; STATUS TEXT POSITION
  51. StatusPos = 140, 420
  52. ;StatusPos = 140, 520
  53.  
  54.  
  55.  
  56.