選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

user.scr 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. // Half-Life User Info Configuration Layout Script (stores last settings chosen, too)
  33. // File generated: Tue Dec 10 12:40:30 AM
  34. //
  35. //
  36. // Cvar - Setting
  37. VERSION 1.0
  38. DESCRIPTION INFO_OPTIONS
  39. {
  40. "cl_corpsestay"
  41. {
  42. "#Cstrike_Corpse_Stay"
  43. { NUMBER 0.000000 600.000000 }
  44. { "600.000000" }
  45. }
  46. "mp_decals"
  47. {
  48. "#Valve_Multiplayer_Decal_Limit"
  49. { NUMBER 0.000000 4096.000000 }
  50. { "300.000000" }
  51. }
  52. "max_shells"
  53. {
  54. "#Cstrike_Max_Shells"
  55. { NUMBER 0.000000 -1.000000 }
  56. { "120.000000" }
  57. }
  58. "max_smokepuffs"
  59. {
  60. "#Cstrike_Max_Smoke_Puffs"
  61. { NUMBER 0.000000 -1.000000 }
  62. { "120.000000" }
  63. }
  64. "fastsprites"
  65. {
  66. "#Cstrike_Smoke_Quality"
  67. {
  68. LIST
  69. "#Cstrike_Smoke_Best" "0"
  70. "#Cstrike_Smoke_Medium" "1"
  71. "#Cstrike_Smoke_Worst" "2"
  72. }
  73. { "0.000000" }
  74. }
  75. "cl_righthand"
  76. {
  77. "#Cstrike_Weapon_Alignment"
  78. {
  79. LIST
  80. "#Cstrike_Left_Handed" "0"
  81. "#Cstrike_Right_Handed" "1"
  82. }
  83. { "1.000000" }
  84. }
  85. "_vgui_menus"
  86. {
  87. "#Cstrike_Buy_Menu_Type"
  88. {
  89. LIST
  90. "#Cstrike_Old_Style_Menus" "0"
  91. "#Cstrike_VGUI_Menus" "1"
  92. }
  93. { "1.000000" }
  94. SetInfo
  95. }
  96. "_cl_autowepswitch"
  97. {
  98. "#Cstrike_Automatic_Weapon_Switch"
  99. { BOOL }
  100. { "1" }
  101. SetInfo
  102. }
  103. "hud_centerid"
  104. {
  105. "#Valve_Center_Player_Names"
  106. { BOOL }
  107. { "0" }
  108. }
  109. "_ah"
  110. {
  111. "#Cstrike_AutoHelp"
  112. { BOOL }
  113. { "1" }
  114. SetInfo
  115. }
  116. "hud_takesshots"
  117. {
  118. "#Valve_Automatic_Screenshots"
  119. { BOOL }
  120. { "0" }
  121. }
  122. "cl_observercrosshair"
  123. {
  124. "#Valve_Observer_Crosshair"
  125. { BOOL }
  126. { "1" }
  127. }
  128. "cl_radartype"
  129. {
  130. "#Cstrike_RadarType"
  131. {
  132. LIST
  133. "#Cstrike_Transparent" "0"
  134. "#Cstrike_Solid" "1"
  135. }
  136. { "0.000000" }
  137. }
  138. }