home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Levels / Underworld / underworld_bl_v2.exe / underworld / user.scr < prev   
Text File  |  2003-06-16  |  1KB  |  66 lines

  1. // NOTE:  THIS FILE IS AUTOMATICALLY REGENERATED, 
  2. //DO NOT EDIT THIS HEADER, YOUR COMMENTS WILL BE LOST IF YOU DO
  3. // User 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 User Info Configuration Layout Script (stores last settings chosen, too)
  35. // File generated:  Sun Jun 01 09:36:25 PM
  36. //
  37. //
  38. // Cvar    -    Setting
  39.  
  40. VERSION 1.0
  41.  
  42. DESCRIPTION INFO_OPTIONS
  43. {
  44.     "mp_decals"
  45.     {
  46.         "Multiplayer decal limit"
  47.         { NUMBER 0.000000 4096.000000 }
  48.         { "300.000000" }
  49.     }
  50.  
  51.     "hud_fastswitch"
  52.     {
  53.         "Faster weapon selection"
  54.         { BOOL }
  55.         { "0" }
  56.     }
  57.  
  58.     "hud_centerid"
  59.     {
  60.         "Player ID"
  61.         { BOOL }
  62.         { "1" }
  63.     }
  64.  
  65. }
  66.