Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 1.98 KB | Hits: 80 | Expires: Never
Copy text to clipboard
  1. // Example host configuration file
  2. // How to use: LFS /cfg=setup.cfg
  3. // Lines starting with // are ignored
  4.  
  5. // host name
  6. /host=JiGaN
  7.  
  8. // optional: password
  9. //pass=password
  10.  
  11. // optional: admin password
  12. /admin=111
  13.  
  14. // optional: InSim port
  15. //insim=29999
  16.  
  17. // optional: local specified ip address
  18. /ip=10.213.144.88
  19.  
  20. // a high number below 65536
  21. /port=63392
  22.  
  23. // demo/s1/s2
  24. /mode=s2
  25.  
  26. // no/yes/hidden
  27. /usemaster=no
  28.  
  29. // BL1/BL1R/BL2, SO1/SO1R/SO2, etc
  30. /track=BL1
  31.  
  32. // weather
  33. /weather=3
  34.  
  35. // cars allowed - see README.txt
  36. /cars=ALL
  37.  
  38. // max guests that can join host
  39. /maxguests=5
  40.  
  41. // slots reserved for admins (0 to 8)
  42. /adminslots=1
  43.  
  44. // max cars in a race
  45. /carsmax=5
  46.  
  47. // max cars (real+ai) on host pc
  48. /carshost=0
  49.  
  50. // max cars (real+ai) per guest pc
  51. /carsguest=0
  52.  
  53. // smoothness (3-6) number of car updates per second
  54. /pps=6
  55.  
  56. // qualifying minutes, 0 for no qualifying
  57. /qual=0
  58.  
  59. // number of laps, 0 for practice
  60. /laps=5
  61.  
  62. // if laps not specified: hours
  63. //hours=24
  64.  
  65. // 0=no/1=low/2=high
  66. /wind=1
  67.  
  68. // nogfx/invisible
  69. /dedicated=nogfx
  70.  
  71. // no/yes: can guests vote to kick or ban
  72. /vote=yes
  73.  
  74. // no/yes: can guests select track
  75. /select=yes
  76.  
  77. // no/kick/ban/spec: wrong way drivers
  78. /autokick=spec
  79.  
  80. // no restart within X seconds of race start
  81. /rstmin=60
  82.  
  83. // no restart within X seconds of race finish
  84. /rstend=30
  85.  
  86. // no/yes: allow join during race
  87. /midrace=yes
  88.  
  89. // no/yes: pit stop required
  90. /mustpit=no
  91.  
  92. // no/yes: allow car reset
  93. /canreset=no
  94.  
  95. // no/yes: force cockpit view
  96. /fcv=no
  97.  
  98. // no/yes: allow wrong way driving
  99. /cruise=yes
  100.  
  101. // fixed/finish/reverse/random: race start order
  102. /start=finish
  103.  
  104. // optional: welcome message up to 200 chars
  105. /welcome=welcome.txt
  106.  
  107. // optional: text file listing allowed tracks
  108. //tracks=tracks.txt
  109.  
  110. // optional: message log file
  111. //log=chat.log
  112.  
  113. // no/yes: network debug
  114. /ndebug=no
  115.  
  116. // MPR autosave (0=off / 1=manual / 2=auto)
  117. /autosave=0
  118.  
  119. // MPR folder
  120. /mprdir=mpr
  121.  
  122. // LYT folder
  123. /lytdir=layout