home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.12 / 1999-06_Disc_4.12.bin / S3DEMO / S3DEMO.EXE / Install / autorun.dat next >
Text File  |  1998-10-30  |  2KB  |  59 lines

  1. //
  2. // commandlines
  3. //
  4.  
  5. // call for game exe
  6. GAMECALL            "s3.exe"
  7. // call for the game setup exe
  8. CALLSETUP            "SetupS3.exe"
  9. // name of the manual pages
  10. MANUAL                "Manual\main.htm"
  11. // name of the news pages
  12. NEWS                "News\webpages\main.htm"
  13. // call for the htmlviewer which is used when the user has no default viewer
  14. HTMLVIEWER            "IViewp32.exe"
  15.  
  16.  
  17. // Buttonfont format: fontsize "Fontname"
  18. BUTTON_FONT            120 "Arial Bold"
  19.  
  20. // background bitmap
  21. BMP_BACKGROUND            632    455    "Install\Autorun.bmp"
  22.  
  23.  
  24. //
  25. // BUTTONS 
  26. //
  27.  
  28. // format: width height "bitmapfile"
  29. // (width and height must be same size on both bmp's)
  30. BMP_BUTTON1            172    28    "Install\button1.bmp"
  31. BMP_BUTTON2            172    28    "Install\button2.bmp"
  32.  
  33.  
  34. // BUTTONS
  35. // PosX PosY "Text"
  36. BT_START        50    30    "  Start game" 
  37. BT_SETUP        50    100    "  Setup" 
  38. BT_INSTALL        50    30    "  Install game" 
  39. BT_MANUAL        50    65    "  Manual" 
  40. BT_NEWS1        50    100    "  News"
  41. BT_NEWS2        50    135    "  News"
  42. BT_EXIT            50    395    "  Exit" 
  43.  
  44. //
  45. // TEXTS
  46. //
  47. TEXT_MAINTITLE            "THE SETTLERS III"
  48. INFOTEXT_ABORT            "Installation canceled!" 
  49. ERRORTEXT_STARTPROGRAM        "Error while starting the following program:" 
  50. ERRORTEXT_GAME_NOT_FOUND    "The Settlers3 directory was not be found"
  51. ERRORTEXT_CDROM1        "Settlers3 CD1 not found!\nPlease insert Settlers3 CD1 and try again." 
  52. ERRORTEXT_CDROM2        "Settlers3 CD2 not found!\nPlease insert Settlers3 CD2 and try again." 
  53. ERRORTEXT_WIN95REQUIRED        "This game requires at least Windows 95 or Windows NT 4.0." 
  54. ERRORTEXT_TITLE            "Error" 
  55. WARNING_TITLE            "Warning" 
  56. INFO_TITLE            "Information" 
  57. DEINSTALL_TITLE            "Uninstall"
  58. DEINSTALL_SAVEGAMES        "Delete the saved games?"
  59.