home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / oddech / simutrans / simutrans.exe / SIMUTRANS / readme.txt < prev    next >
Text File  |  2003-12-20  |  7KB  |  249 lines

  1. The purpose of this document is to explain the configuration options of
  2. Simutrans. There are currently two styles of options:
  3.  
  4. 1) entries in the simuconf.tab file
  5. 2) command line options
  6.  
  7.  
  8. Simuconf.tab entries
  9. --------------------
  10.  
  11.  
  12. Max number of stations:
  13. stations = 8192
  14.  
  15.  
  16. Max number of convoys (i.e. train or truck with trailer or single truck):
  17. convoys = 8192
  18.  
  19.  
  20. Max number of rail blocks:
  21. railblocks = 8192
  22.  
  23.  
  24. Should grounds be animated? Ssetting to 0 will turn ground animations
  25. off and save a little bit of CPU time. Set to 1 to turn animation on:
  26. animated_grounds = 0
  27.  
  28.  
  29. Do you want to have random pedestrians in town? Look nice but needs some 
  30. CPU time to process them. (1=on, 0=off):
  31. random_pedestrians = 1
  32.  
  33.  
  34. Show info windows for private cars and pedestrians?
  35. (1=on, 0=off):
  36. pedes_and_car_info = 0
  37.  
  38.  
  39. Starting money of the player. Given in Credit cents (1/100 Cr):
  40. starting_money = 15000000
  41.  
  42.  
  43.  
  44. Simutrans command line options
  45. ------------------------------
  46.  
  47. 1.) Choose a resolution:
  48.  
  49. 1a.) Choose a 'standard'  resolution
  50.  
  51. simutrans -res n
  52.  
  53. where n is one of 1,2,3,4,5
  54.  
  55. The switch -res chooses the resolution at program start:
  56.  
  57. 1 = 640x480
  58. 2 = 800x600
  59. 3 = 1024x768
  60. 4 = 1280x1024
  61.  
  62. Resolution no. 5 runs Simutrans in a window instead of fullscreen mode 
  63. (Windows version only)
  64.  
  65. Use this switch at your own risk! Using a wrong resolution may damage your
  66. monitor! Up to date monitors should support all resolutions, but older
  67. monitors may have problems with the higher resolution settings. Don't expect
  68. all resolutions to be available with your graphics card. The program will
  69. abort the starting process if the graphics card doesn't support the chosen
  70. resolution.
  71.  
  72. The default resolution was 640x480. Simutrans version 0.78.4 and newer
  73. have a default resolution of 800x600. Please note that bigger resolutions
  74. slow down the game. If Simutrans runs too slowly on your system, use a
  75. smaller screen resolution. Windowed mode (-res 5 on Windows) is always
  76. slower than full screen resolutions.
  77.                            
  78.  
  79. 1b.) Choose a non-standard resolution
  80.  
  81. simutrans -screensize 900x400
  82.  
  83. More general the syntax is -screensize widthxheight
  84. where width and height are integral values separated by a small x
  85. This format is strict. Simutrans will not tolerate spaces or other
  86. format elements.
  87.  
  88. If the number matches a resolution your graphic card can display in
  89. fullscreen mode Simutrans will run in fullscreen mode. If not, Simutrans
  90. will run in a windowed mode.
  91.  
  92. Use with care! I'm sure you can screw up things if you use values which
  93. are not supported by your system. Use on your own risk ... i.e.
  94. using -screensize 1600x1400 might damage your monitor if the graphics
  95. card switches to that resolution, but your monitor cannot! I give
  96. absolutely no warranty for any results of using that option!!!
  97.  
  98. Please note that if width is set below 640, parts of the toolbar will
  99. not be visible and can't be used. In general setting width to less than 640
  100. and height to less than 400 will most likely cause trouble ... the program 
  101. does not check the values! As said above, use with care, no warranties are 
  102. given!
  103.  
  104.  
  105. 2.) Copy output messages into a logfile:
  106.  
  107. simutrans -log
  108.  
  109. This writes all messages which are output after the game switches to graphics
  110. mode to a file named "simu.log". This file might be helpful when reporting
  111. problems, you might consider to log a replay of the problem and send the log
  112. file together with a problem report to hansjoerg.malthaner@gmx.de. Please 
  113. zip (compress) large log files before sending them. Don't forget your
  114. explantion of the problem is much more important than the log file when
  115. reporting problems.
  116.  
  117.  
  118. 3.) Run Simutrans in free playing mode (bankrupt check turned off):
  119.  
  120. simutrans -freeplay
  121.  
  122.  
  123. 4.) Screen refresh setting:
  124.  
  125. On slow machines even updating 640x480 pixels each frame may be
  126. too much load for the CPU. To run Simutrans on slow machines, frame
  127. skipping can be activated. Vehicles may move less smoothly this way,
  128. but at least it is possible to run Simutrans at all.
  129. Maybe this is helpful for running the big resolutions on standard
  130. machines, too.
  131.  
  132. simutrans -refresh n
  133.  
  134. displays every nth frame only. n=2 should result in a speedup of 25%,
  135. n=3 in a speedup of 33%
  136. You can chose n in a range from 1 to 16, where n=1 has the same effect as
  137. omitting this setting at all. n >= 4 may result in 'jumpy' vehicle movement.
  138.  
  139. Try this at your own to find a usable setting for your hardware. Usually
  140. n=2 or n=3 work best on slow machines. n=16 may be a kind of slideshow mode.
  141.  
  142.  
  143. 5.) Shared memory usage:
  144.  
  145. The Linux/X-Windows version uses shred memory by default. In network
  146. environments this may not work. Use -net to turn shared memory usage off.
  147.  
  148. simutrans -net                                                    
  149.  
  150. (Simutrans versions 0.78.0 and newer autodetect shared memory. They do not 
  151. use this switch, but just ignore it).
  152.  
  153.  
  154. 6.) Async screen updates:
  155.  
  156. The Linux/X-Windows can be forced to update the screen asynchroneously.
  157. This may or may not improve the frame rate on your machine. On my setup
  158. it turned out to be useless, but on other setups, this option has proven
  159. helpful
  160.  
  161. simutrans -async
  162.  
  163. turns async screen updates on.
  164.  
  165. (Simutrans versions 0.78.0 and newer no longer support this switch.)
  166.  
  167.  
  168. 7.) Getting help (well it just says read this readme file)
  169.  
  170. simutrans -h
  171. simutrans -?
  172. simutrans -help
  173. simutrans --help
  174.  
  175. All print a quick help message, which basically says 
  176. "Read the readme file"
  177.  
  178.  
  179. 8.) Use alternative PAK files
  180.  
  181. If you have an alternative PAK file set for Simutrans, such as the
  182. winter scenario, you can use the following command line argument:
  183.  
  184. simutrans -objects winter_pak/
  185.  
  186. "winter_pak" is the directory where the PAK files are stored. Use the
  187. name of your setup instead! The trailing slash is mandatory.
  188.  
  189.  
  190.  
  191. 8a.) Read altnerative scenario
  192.  
  193. simutrans -scenario <directory>
  194.  
  195. This switch makes Simutrans read all config files, color maps and
  196. the daten.pak file from the given directory
  197.  
  198. (Obsolete as of Simutrans 0.81.1exp).
  199.  
  200.  
  201. 9) Turn sound and music off (as of Simutrans 0.81.23exp)
  202.  
  203. 9a) Turn sound off
  204.  
  205. simutrans -nosound
  206.  
  207. 9b) Turn music off
  208.  
  209. simutrans -nomidi
  210.  
  211.  
  212.  
  213. All the above mentioned options can be combined, i.e.
  214.  
  215. simutrans -res 2 -log -objects winter_pak/
  216.  
  217. runs Simutrans in test mode, writes output to "simu.log", switches to
  218. a resolution of 800x600 pixels and uses the winter pak files. Not
  219. all options are available on all platforms, i.e. -async and -net are
  220. only supported on Linux/X-Windows.
  221.  
  222.  
  223. If you run into problems, or if you have questions, you can contact me
  224. by email:
  225.  
  226. hansjoerg.malthaner@gmx.de
  227.  
  228. Suggestions on how to improve Simutrans are also always welcome.
  229.  
  230. If you're unsure how to report problems or change request, there are
  231. two example forms packaged with simutrans. Use "problem_report.txt"
  232. for problem reports and "change_request.txt" for change requests.
  233.  
  234.  
  235.  
  236. There are some Simutrans related web pages, you may want to visit them:
  237.  
  238. The official Simutrans home page:
  239. http://www.simutrans.de
  240.  
  241. A mirror of the official site (sometimes not up to date):
  242. http://simutrans.drive.to
  243. http://simutrans.cjb.net
  244.  
  245.  
  246. This readme file was written by Hansj÷rg Malthaner, November 2000,
  247. Last update 22-Feb-2003
  248. EMail: hansjoerg.malthaner@gmx.de
  249.