home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Novinky / Becherovka / BecherMania-Arkanoid / Start.ini < prev   
INI File  |  2000-11-30  |  2KB  |  67 lines

  1. ; This ini file should reside in the same folder as BKCRR.EXE (or whatever
  2. ; you rename it to, see below)
  3. ;
  4. ; New! If you'll be using an autorun.inf, then you can have this files contents
  5. ; in it.
  6. ;
  7. ; You can rename BKCRR.EXE to any name you like, like: MYPROJ.EXE
  8. ; If you do so rename this ini file as MYPROJ.INI
  9. ; and rename the section header below as [MYPROJ]
  10. ; Simple: EXE name, INI name and Section name must be the same!
  11.  
  12. [START]
  13.  
  14. ; MBTitle will show as caption for all message boxes bkCRR displays
  15. ; MBTitle cannot be empty, if it is bkCRR will look for the section
  16. ; in autorun.inf file.
  17.  
  18. MBTitle=Akce "Amerika"
  19.  
  20. ; RunApp is the application you intend to run after changing the 
  21. ; resolution. (Any path should be relative to BKCRR.EXE's path, 
  22. ; better yet do not use any path then the RunApp should be in the 
  23. ; same folder with BKCRR.EXE) 
  24.  
  25. RunApp=BECHERMANIA.exe
  26.  
  27. ; RunApp will run only if RunParam is supplied at commandline!
  28. ; You will run BKCRR with the command line 'RunParam' from your 
  29. ; autorun application. If user double clicks BKCRR, or parameter 
  30. ; is wrong then the AltApp specified will run which may be the 
  31. ; autorun application itself! That will make everything simple,
  32. ; some user fiddling with the EXE files will endup with your
  33. ; autorun app!
  34. ; Well, if that's confusing for you or you don't have an autorun
  35. ; app, or if you'll make bkCRR the autorun app (which will be really
  36. ; annoying) then;
  37. ; 0 is a special case for RunParam, RunApp will run without a 
  38. ; commandline param
  39.  
  40. RunParam=0
  41. AltApp=autorun.exe
  42.  
  43. ; Below are minumum res properties. BKCRR cannot change BPP (bit per pixel)!
  44. ; While it says min there, they are the actual properties BKCRR will use to
  45. ; change the resolution. BKCRR will not try another res. (like 800x600 if
  46. ; 640x480 fails and current res is 1024x768)
  47.  
  48. minHorRes=800
  49. minVerRes=600
  50. minBpp=24
  51.  
  52. ; FailMsg will be displayed if minBpp is say 16 and current Bpp is 8
  53. ; and restart is needed.
  54.  
  55. FailMsg=Tato aplikace vy₧aduje TrueColor !
  56.  
  57. ; This message is displayed if RunApp cannot be run
  58.  
  59. NotRunMsg=Nemohu najφt soubor BECHERMANIA.exe !
  60.  
  61. ; This message will be displayed in a YES_NO message box,
  62. ; resolution could not be changed but current resolution 
  63. ; is enough to run the app. If the user selects yes then
  64. ; RunApp will run at current res
  65.  
  66. RunAnyWayMsg=Nepoda°ilo se zm∞nit rozliÜenφ. P°esto spustit?
  67.