home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / DVDStar / Akce / Half-Life2 / hl2as_beta7_full.exe / cfg / settings.scr < prev   
Encoding:
Text File  |  2005-11-21  |  1.6 KB  |  108 lines

  1. // NOTE:  THIS FILE IS AUTOMATICALLY REGENERATED, 
  2. //DO NOT EDIT THIS HEADER, YOUR COMMENTS WILL BE LOST IF YOU DO
  3. // Multiplayer options script
  4. //
  5. // Format:
  6. //  Version [float]
  7. //  Options description followed by 
  8. //  Options defaults
  9. //
  10. // Option description syntax:
  11. //
  12. //  "cvar" { "Prompt" { type [ type info ] } { default } }
  13. //
  14. //  type = 
  15. //   BOOL   (a yes/no toggle)
  16. //   STRING
  17. //   NUMBER
  18. //   LIST
  19. //
  20. // type info:
  21. // BOOL                 no type info
  22. // NUMBER       min max range, use -1 -1 for no limits
  23. // STRING       no type info
  24. // LIST          delimited list of options value pairs
  25. //
  26. //
  27. // default depends on type
  28. // BOOL is "0" or "1"
  29. // NUMBER is "value"
  30. // STRING is "value"
  31. // LIST is "index", where index "0" is the first element of the list
  32.  
  33.  
  34. // Half-Life Server Configuration Layout Script (stores last settings chosen, too)
  35. // File generated:  Mon Nov 21 01:55:45 PM
  36. //
  37. //
  38. // Cvar    -    Setting
  39.  
  40. VERSION 1.0
  41.  
  42. DESCRIPTION SERVER_OPTIONS
  43. {
  44.     "maxplayers"
  45.     {
  46.         "Max Players"
  47.         { NUMBER 0 -1 }
  48.         { "12" }
  49.     }
  50.  
  51.     "hostname"
  52.     {
  53.         "#Valve_Hostname"
  54.         { STRING }
  55.         { "HL2: Assualt beta 7" }
  56.     }
  57.  
  58.     "sv_password"
  59.     {
  60.         "#Valve_Server_Password"
  61.         { STRING }
  62.         { "" }
  63.     }
  64.  
  65.     "sv_lan"
  66.     {
  67.         "LAN Only"
  68.         { BOOL }
  69.         { "0" }
  70.     }
  71.  
  72.     "tv_enable"
  73.     {
  74.         "Enable Source TV"
  75.         { BOOL }
  76.         { "1" }
  77.     }
  78.  
  79.     "mp_footsteps"
  80.     {
  81.         "Footsteps"
  82.         { BOOL }
  83.         { "1" }
  84.     }
  85.  
  86.     "mp_flashlight"
  87.     {
  88.         "Flashlight"
  89.         { BOOL }
  90.         { "1" }
  91.     }
  92.  
  93.     "overview_locked"
  94.     {
  95.         "Lock Overview Texture"
  96.         { BOOL }
  97.         { "1" }
  98.     }
  99.  
  100.     "sv_sendvelocity"
  101.     {
  102.         "Low ping server physics"
  103.         { BOOL }
  104.         { "1" }
  105.     }
  106.  
  107. }
  108.