home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / spiele / strat / simutran.tgz / simutran.tar / simutrans / readme.txt < prev    next >
Text File  |  2001-04-14  |  3KB  |  120 lines

  1. Simutrans supports some commandline options, the current options include:
  2.  
  3.  
  4. 1.) Choose a resolution:
  5.  
  6. simuwin -res n
  7.  
  8. where n is one of 1,2,3,4,5
  9.  
  10. The switch -res chooses the resolution at program start:
  11.  
  12. 1 = 640x480
  13. 2 = 800x600
  14. 3 = 1024x768
  15. 4 = 1280x1024
  16.  
  17. Resolution no. 5 runs Simutrans in a window instead of fullscreen mode 
  18. (Windows version only)
  19.  
  20. Use this switch at your own risk! Using a wrong resolution may damage your
  21. monitor! Up to date monitors should support all resolutions, but older
  22. monitors may have problems with the higher resolution settings. Don't expect
  23. all resolutions to be available with your graphics card. The program will
  24. abort the starting process if the graphics card doesn't support the chosen
  25. resolution.
  26.  
  27.  
  28.  
  29. 2.) Redirect output messages to a logfile:
  30.  
  31. simuwin -log
  32.  
  33. This writes all messages which are output after the game switches to graphics
  34. mode to a file named "simu.log"
  35.  
  36.  
  37. 3.) Run Simutrans in free playing mode (unlimited money):
  38.  
  39. simuwin -freeplay
  40.  
  41.  
  42. 3a.) Run Simutrans in test mode (unlimited money, 
  43.     directly starts a default map):
  44.  
  45. simuwin -test
  46.  
  47. In all former versions this was the default setting. 
  48.                                          
  49.  
  50. 4.) Screen refresh setting:
  51.  
  52. On slow machines even updateing 640x480 pixels each frame may be
  53. too much load for the CPU. To run Simutrans on slow machines, frame
  54. skipping can be activated. Vehicles may move less smoothly this way,
  55. but at least it is possible to run Simutrans at all.
  56. Maybe this is helpful for running the big resolution on standard
  57. machines, too.
  58.  
  59. simutrans -refresh n
  60.  
  61. displays every nth frame only. n=2 should result in a speedup of 25%,
  62. n=3 in a speedup of 33%
  63. You can chose n in a range from 1 to 16, where n=1 has the same effect as
  64. omitting this setting at all. n >= 4 may result in 'jumpy' vehicle movement.
  65.  
  66. Try this at your owm to find a usable setting for your hardware. Usually
  67. n=2 or n=3 work best on slow machines. n=16 may be a kind of slideshow mode.
  68.  
  69.  
  70. 5.) Shared memory usage:
  71.  
  72. The Linux/X-Windows version uses shred memory by default. In network
  73. environments this may not work. USe -net to turn shared memory usage off.
  74.  
  75. simutrans -net
  76.  
  77.  
  78. 6.) Async screen updates:
  79.  
  80. The Linux/X-Windows can be forced to update the screen asynchroneously.
  81. This may or may not improve the frame rate on your machine. On my setup
  82. it turned out to be useless, but on other setups, this option has proven
  83. helpful
  84.  
  85. simutrans -async
  86.  
  87. turns async screen updates on.
  88.  
  89.  
  90.  
  91. All the above mentioned options can be combined, i.e.
  92.  
  93. simuwin -res 2 -log -test
  94.  
  95. runs Simutrans in test mode, writes output to "simu.log" and 
  96. switches to a resolution of 800x600 pixels. Not all options are
  97. available on all platforms, i.e. -async and -net are only
  98. supported on Linux/X-Windows.
  99.  
  100. If you run into problems, or if you have questions, you can contact me
  101. by email at:
  102.  
  103. hansjoerg.malthaner@gmx.de
  104.  
  105. Suggestions on how to improve Simutrans are also always welcome.
  106.  
  107.  
  108. There are some Simutrans related web pages, you may want to visit them:
  109.  
  110. The official Simutrans home page:
  111. http://www.simutrans.cjb.net
  112.  
  113. A mirror of the official site (maybe out of date):
  114. http://drive.to/simutrans
  115.  
  116.  
  117.  
  118. This readme file was written by Hansjˆrg Malthaner, November 2000,
  119. hansjoerg.malthaner@gmx.de
  120.