home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / TOOL / T030.ZIP / TCTABS / LITHIUM.TCT < prev    next >
Encoding:
Text File  |  1999-03-01  |  19.3 KB  |  783 lines

  1. Name=Lithium
  2. TCInfo=Lithium
  3. Game=q2
  4.  
  5. TxtCaption=admin_code
  6. TxtTooltip=sets the admin code, 0 to disable (max 5 digits)
  7. TxtExec=+set admin_code %txt%
  8. AddTextBox
  9.  
  10. ChkCaption=use_runes
  11. ChkTooltip=enables runes
  12. ChkTrue=+set use_runes 1
  13. ChkFalse=+set use_runes 0
  14. AddCheckBox
  15.  
  16. ChkCaption=use_packs
  17. ChkTooltip=enables packes
  18. ChkTrue=+set use_packs 1
  19. ChkFalse=+set use_packs 0
  20. AddCheckBox
  21.  
  22. ChkCaption=use_safety
  23. ChkTooltip=enables safety spawn period
  24. ChkTrue=+set use_safety 1
  25. ChkFalse=+set use_safety 0
  26. AddCheckBox
  27.  
  28. ChkCaption=use_startobserver
  29. ChkTooltip=enables starting clients in observer mode
  30. ChkTrue=+set use_startobserver 1
  31. ChkFalse=+set use_startobserver 0
  32. AddCheckBox
  33.  
  34. ChkCaption=use_startchasecam
  35. ChkTooltip=enables starting clients in chasecam mode
  36. ChkTrue=+set use_startchasecam 1
  37. ChkFalse=+set use_startchasecam 0
  38. AddCheckBox
  39.  
  40. ChkCaption=use_suicidekick
  41. ChkTooltip=enables kicking clients to mass suicide
  42. ChkTrue=+set use_suicidekick 1
  43. ChkFalse=+set use_suicidekick 0
  44. AddCheckBox
  45.  
  46. ChkCaption=use_chatmuzzle
  47. ChkTooltip=enables muzzling clients who chat too much
  48. ChkTrue=+set use_chatmuzzle 1
  49. ChkFalse=+set use_chatmuzzle 0
  50. AddCheckBox
  51.  
  52. ChkCaption=use_chatkick
  53. ChkTooltip=enables kicking clients who chat too much
  54. ChkTrue=+set use_chatkick 1
  55. ChkFalse=+set use_chatkick 0
  56. AddCheckBox
  57.  
  58. ChkCaption=use_nocamp
  59. ChkTooltip=enables no camping check
  60. ChkTrue=+set use_nocamp 1
  61. ChkFalse=+set use_nocamp 0
  62. AddCheckBox
  63.  
  64. ChkCaption=use_hook
  65. ChkTooltip=enables grappling hook
  66. ChkTrue=+set use_hook 1
  67. ChkFalse=+set use_hook 0
  68. AddCheckBox
  69.  
  70. ChkCaption=use_vwep
  71. ChkTooltip=enables view weapons
  72. ChkTrue=+set use_vwep 1
  73. ChkFalse=+set use_vwep 0
  74. AddCheckBox
  75.  
  76. ChkCaption=use_hitfactor
  77. ChkTooltip=enables aim to be factored into damage inflicted
  78. ChkTrue=+set use_hitfactor 1
  79. ChkFalse=+set use_hitfactor 0
  80. AddCheckBox
  81.  
  82. ChkCaption=use_gslog
  83. ChkTooltip=enables GSLog frag logging (Gibstats Standard Log)
  84. ChkTrue=+set use_gslog 1
  85. ChkFalse=+set use_gslog 0
  86. AddCheckBox
  87.  
  88. ChkCaption=use_mapqueue
  89. ChkTooltip=enables map queueing
  90. ChkTrue=+set use_mapqueue 1
  91. ChkFalse=+set use_mapqueue 0
  92. AddCheckBox
  93.  
  94. ChkCaption=use_mapvote
  95. ChkTooltip=enables map voting
  96. ChkTrue=+set use_mapvote 1
  97. ChkFalse=+set use_mapvote 0
  98. AddCheckBox
  99.  
  100. ChkCaption=use_lmaster
  101. ChkTooltip=enables communication with lithium master server
  102. ChkTrue=+set use_lmaster 1
  103. ChkFalse=+set use_lmaster 0
  104. AddCheckBox
  105.  
  106. ChkCaption=ctf
  107. ChkTooltip=enables ThreeWave CTF II
  108. ChkTrue=+set ctf 1
  109. ChkFalse=+set ctf 0
  110. AddCheckBox
  111.  
  112. ChkCaption=ctf_techs
  113. ChkTooltip=enables ThreeWave CTF II Techs
  114. ChkTrue=+set ctf_techs 1
  115. ChkFalse=+set ctf_techs 0
  116. AddCheckBox
  117.  
  118. ChkCaption=ctf_grapple
  119. ChkTooltip=enables ThreeWave CTF II Grapple
  120. ChkTrue=+set ctf_grapple 1
  121. ChkFalse=+set ctf_grapple 0
  122. AddCheckBox
  123.  
  124. ChkCaption=ctf_coloredhook
  125. ChkTooltip=enables lithium hook to be colored as per clients team
  126. ChkTrue=+set ctf_coloredhook 1
  127. ChkFalse=+set ctf_coloredhook 0
  128. AddCheckBox
  129.  
  130. ChkCaption=ctf_coloredquad
  131. ChkTooltip=enables quad shell to be colored as per clients team
  132. ChkTrue=+set ctf_coloredquad 1
  133. ChkFalse=+set ctf_coloredquad 0
  134. AddCheckBox
  135.  
  136. TxtCaption=timestamp
  137. TxtTooltip=specify how many minutes between console timestamps
  138. TxtExec=+set timestamp %txt%
  139. AddTextBox
  140.  
  141. TxtCaption=mapqueue
  142. TxtTooltip=sets plain text file to read for map cycling
  143. TxtExec=+set mapqueue %txt%
  144. AddTextBox
  145.  
  146. ChkCaption=map_random
  147. ChkTooltip=enables random map queue order
  148. ChkTrue=+set map_random 1
  149. ChkFalse=+set map_random 0
  150. AddCheckBox
  151.  
  152. TxtCaption=motd
  153. TxtTooltip=sets plain text file to read for MOTD
  154. TxtExec=+set motd %txt%
  155. AddTextBox
  156.  
  157. TxtCaption=banlist
  158. TxtTooltip=sets plain text file to read for IP banning
  159. TxtExec=+set banlist %txt%
  160. AddTextBox
  161.  
  162. TxtCaption=adminlist
  163. TxtTooltip=sets admin list file
  164. TxtExec=+set adminlist %txt%
  165. AddTextBox
  166.  
  167. TxtCaption=admin_map
  168. TxtTooltip=sets admin level required to change maps
  169. TxtExec=+set admin_map %txt%
  170. AddTextBox
  171.  
  172. TxtCaption=admin_kick
  173. TxtTooltip=sets admin level required to kick clients
  174. TxtExec=+set admin_kick %txt%
  175. AddTextBox
  176.  
  177. TxtCaption=admin_dmflags
  178. TxtTooltip=sets admin level required to change dmflags
  179. TxtExec=+set admin_dmflags %txt%
  180. AddTextBox
  181.  
  182. TxtCaption=admin_uses
  183. TxtTooltip=sets admin level required to change use_* variables
  184. TxtExec=+set admin_uses %txt%
  185. AddTextBox
  186.  
  187. TxtCaption=admin_vars
  188. TxtTooltip=sets admin level required to change all variables
  189. TxtExec=+set admin_vars %txt%
  190. AddTextBox
  191.  
  192. TxtCaption=gslog
  193. TxtTooltip=sets GSLog output file
  194. TxtExec=+set gslog %txt%
  195. AddTextBox
  196.  
  197. ChkCaption=gslog_flush
  198. ChkTooltip=enables instant logging
  199. ChkTrue=+set gslog_flush 1
  200. ChkFalse=+set gslog_flush 0
  201. AddCheckBox
  202.  
  203. ChkCaption=def_bestweapon
  204. ChkTooltip=sets default client bestweapon on/off
  205. ChkTrue=+set def_bestweapon 1
  206. ChkFalse=+set def_bestweapon 0
  207. AddCheckBox
  208.  
  209. ChkCaption=def_id
  210. ChkTooltip=sets default client player id on/off
  211. ChkTrue=+set def_id 1
  212. ChkFalse=+set def_id 0
  213. AddCheckBox
  214.  
  215. TxtCaption=def_hud
  216. TxtTooltip=sets default client HUD 0 = none, 1 = normal, 2 = lithium, 3 = ammo
  217. TxtExec=+set def_hud %txt%
  218. AddTextBox
  219.  
  220. TxtCaption=def_scores
  221. TxtTooltip=sets default client scoreboard layout 0 = old, 1 = by frags, 2 = by FPH
  222. TxtExec=+set def_scores %txt%
  223. AddTextBox
  224.  
  225. TxtCaption=fast_respawn
  226. TxtTooltip=sets how much faster items respawn, as more players join
  227. TxtExec=+set fast_respawn %txt%
  228. AddTextBox
  229.  
  230. TxtCaption=fast_pbound
  231. TxtTooltip=respawning gets faster up to this many players
  232. TxtExec=+set fast_pbound %txt%
  233. AddTextBox
  234.  
  235. TxtCaption=max_rate
  236. TxtTooltip=maximum rate setting the server will allow a client to have
  237. TxtExec=+set max_rate %txt%
  238. AddTextBox
  239.  
  240. TxtCaption=safety_time
  241. TxtTooltip=time the safety spawn shield lasts
  242. TxtExec=+set safety_time %txt%
  243. AddTextBox
  244.  
  245. TxtCaption=knockback_adjust
  246. TxtTooltip=knockback adjustment (impact knockbacks multiplied by this)
  247. TxtExec=+set knockback_adjust %txt%
  248. AddTextBox
  249.  
  250. TxtCaption=knockback_self
  251. TxtTooltip=knockback adjustment for self inflicted impacts
  252. TxtExec=+set knockback_self %txt%
  253. AddTextBox
  254.  
  255. TxtCaption=fall_damagemod
  256. TxtTooltip=fall damage modifier (fall damage multiplied by this)
  257. TxtExec=+set fall_damagemod %txt%
  258. AddTextBox
  259.  
  260. TxtCaption=rune_flags
  261. TxtTooltip=determines which runes will show in the game, add these: 1 = resist, 2 = strength, 4 = haste, 8 = regen, 16 = vampire
  262. TxtExec=+set rune_flags %txt%
  263. AddTextBox
  264.  
  265. TxtCaption=rune_spawn
  266. TxtTooltip=chance a rune will spawn from another item respawning
  267. TxtExec=+set rune_spawn %txt%
  268. AddTextBox
  269.  
  270. TxtCaption=rune_perplayer
  271. TxtTooltip=sets runes per player that will appear in map
  272. TxtExec=+set rune_perplayer %txt%
  273. AddTextBox
  274.  
  275. TxtCaption=rune_life
  276. TxtTooltip=seconds a rune will stay around before disappearing
  277. TxtExec=+set rune_life %txt%
  278. AddTextBox
  279.  
  280. TxtCaption=rune_min
  281. TxtTooltip=sets minimum number of runes to be in the game
  282. TxtExec=+set rune_min %txt%
  283. AddTextBox
  284.  
  285. TxtCaption=rune_max
  286. TxtTooltip=sets maximum number of runes to be in the game
  287. TxtExec=+set rune_max %txt%
  288. AddTextBox
  289.  
  290. TxtCaption=rune_resist
  291. TxtTooltip=sets how much damage is divided by with resist rune
  292. TxtExec=+set rune_resist %txt%
  293. AddTextBox
  294.  
  295. TxtCaption=rune_strength
  296. TxtTooltip=sets how much damage is multiplied by with strength rune
  297. TxtExec=+set rune_strength %txt%
  298. AddTextBox
  299.  
  300. TxtCaption=rune_regen
  301. TxtTooltip=sets how fast health is gained back
  302. TxtExec=+set rune_regen %txt%
  303. AddTextBox
  304.  
  305. TxtCaption=rune_regenmax
  306. TxtTooltip=sets maximum health that can be gained from regen rune
  307. TxtExec=+set rune_regenmax %txt%
  308. AddTextBox
  309.  
  310. TxtCaption=rune_vampire
  311. TxtTooltip=sets percentage of health gained from damage inflicted
  312. TxtExec=+set rune_vampire %txt%
  313. AddTextBox
  314.  
  315. TxtCaption=rune_vampiremax
  316. TxtTooltip=sets maximum health that can be gained from vampire rune
  317. TxtExec=+set rune_vampiremax %txt%
  318. AddTextBox
  319.  
  320. TxtCaption=rune_resist_sound
  321. TxtTooltip=sets sounds for runes
  322. TxtExec=+set rune_resist_sound %txt%
  323. AddTextBox
  324.  
  325. TxtCaption=rune_strength_sound
  326. TxtTooltip=sets sounds for runes
  327. TxtExec=+set rune_strength_sound %txt%
  328. AddTextBox
  329.  
  330. TxtCaption=rune_haste_sound
  331. TxtTooltip=sets sounds for runes
  332. TxtExec=+set rune_haste_sound %txt%
  333. AddTextBox
  334.  
  335. TxtCaption=rune_regen_sound
  336. TxtTooltip=sets sounds for runes
  337. TxtExec=+set rune_regen_sound %txt%
  338. AddTextBox
  339.  
  340. TxtCaption=rune_vampire_sound
  341. TxtTooltip=sets sounds for runes
  342. TxtExec=+set rune_vampire_sound %txt%
  343. AddTextBox
  344.  
  345. TxtCaption=pack_spawn
  346. TxtTooltip=chance a pack will spawn from another item respawning
  347. TxtExec=+set pack_spawn %txt%
  348. AddTextBox
  349.  
  350. TxtCaption=pack_life
  351. TxtTooltip=seconds a pack will stay around before disappearing
  352. TxtExec=+set pack_life %txt%
  353. AddTextBox
  354.  
  355. TxtCaption=hook_speed
  356. TxtTooltip=sets how fast the hook shoots out
  357. TxtExec=+set hook_speed %txt%
  358. AddTextBox
  359.  
  360. TxtCaption=hook_pullspeed
  361. TxtTooltip=sets how fast the hook pulls a player
  362. TxtExec=+set hook_pullspeed %txt%
  363. AddTextBox
  364.  
  365. ChkCaption=hook_sky
  366. ChkTooltip=enables hooking to the sky
  367. ChkTrue=+set hook_sky 1
  368. ChkFalse=+set hook_sky 0
  369. AddCheckBox
  370.  
  371. TxtCaption=hook_maxtime
  372. TxtTooltip=sets max time you can stay hooked
  373. TxtExec=+set hook_maxtime %txt%
  374. AddTextBox
  375.  
  376. TxtCaption=hook_damage
  377. TxtTooltip=sets damage hook does to other players
  378. TxtExec=+set hook_damage %txt%
  379. AddTextBox
  380.  
  381. TxtCaption=hook_initdamage
  382. TxtTooltip=sets damage done on initial hooking
  383. TxtExec=+set hook_initdamage %txt%
  384. AddTextBox
  385.  
  386. TxtCaption=hook_maxdamage
  387. TxtTooltip=sets maximum damage that can be done by the hook
  388. TxtExec=+set hook_maxdamage %txt%
  389. AddTextBox
  390.  
  391. TxtCaption=hook_delay
  392. TxtTooltip=sets delay in between hook shots
  393. TxtExec=+set hook_delay %txt%
  394. AddTextBox
  395.  
  396. TxtCaption=ping_watch
  397. TxtTooltip=seconds after client joins to start checking their ping
  398. TxtExec=+set ping_watch %txt%
  399. AddTextBox
  400.  
  401. TxtCaption=ping_endwatch
  402. TxtTooltip=seconds after client joins to end checking their ping
  403. TxtExec=+set ping_endwatch %txt%
  404. AddTextBox
  405.  
  406. TxtCaption=ping_min
  407. TxtTooltip=minimum average ping allowed, or client is kicked
  408. TxtExec=+set ping_min %txt%
  409. AddTextBox
  410.  
  411. TxtCaption=ping_max
  412. TxtTooltip=maximum average ping allowed, or client is kicked
  413. TxtExec=+set ping_max %txt%
  414. AddTextBox
  415.  
  416. TxtCaption=chatmuzzle_says
  417. TxtTooltip=if client chatmuzzle_says within chatmuzzle_time, client will be muzzled for chatmuzzle_holdtime
  418. TxtExec=+set chatmuzzle_says %txt%
  419. AddTextBox
  420.  
  421. TxtCaption=chatmuzzle_time
  422. TxtTooltip=if client chatmuzzle_says within chatmuzzle_time, client will be muzzled for chatmuzzle_holdtime
  423. TxtExec=+set chatmuzzle_time %txt%
  424. AddTextBox
  425.  
  426. TxtCaption=chatmuzzle_holdtime
  427. TxtTooltip=if client chatmuzzle_says within chatmuzzle_time, client will be muzzled for chatmuzzle_holdtime
  428. TxtExec=+set chatmuzzle_holdtime %txt%
  429. AddTextBox
  430.  
  431. TxtCaption=chatkick_says
  432. TxtTooltip=if client chatkick_says within chatkick_time, client will be kicked for chatting too much kick client needing to be muzzled this many times
  433. TxtExec=+set chatkick_says %txt%
  434. AddTextBox
  435.  
  436. TxtCaption=chatkick_time
  437. TxtTooltip=if client chatkick_says within chatkick_time, client will be kicked for chatting too much kick client needing to be muzzled this many times
  438. TxtExec=+set chatkick_time %txt%
  439. AddTextBox
  440.  
  441. TxtCaption=chatkick_muzzles
  442. TxtTooltip=if client chatkick_says within chatkick_time, client will be kicked for chatting too much kick client needing to be muzzled this many times
  443. TxtExec=+set chatkick_muzzles %txt%
  444. AddTextBox
  445.  
  446. TxtCaption=mapvote_min
  447. TxtTooltip=minimum clients before map voting is allowed
  448. TxtExec=+set mapvote_min %txt%
  449. AddTextBox
  450.  
  451. TxtCaption=mapvote_max
  452. TxtTooltip=maximum clients before map voting is allowed
  453. TxtExec=+set mapvote_max %txt%
  454. AddTextBox
  455.  
  456. TxtCaption=mapvote_time
  457. TxtTooltip=time a map vote can last, in seconds
  458. TxtExec=+set mapvote_time %txt%
  459. AddTextBox
  460.  
  461. TxtCaption=mapvote_need
  462. TxtTooltip=percent of clients required to vote
  463. TxtExec=+set mapvote_need %txt%
  464. AddTextBox
  465.  
  466. TxtCaption=mapvote_pass
  467. TxtTooltip=percent of yes votes required to pass the vote
  468. TxtExec=+set mapvote_pass %txt%
  469. AddTextBox
  470.  
  471. TxtCaption=mapvote_tries
  472. TxtTooltip=sets tries a client has to set map vote (reset each map)
  473. TxtExec=+set mapvote_tries %txt%
  474. AddTextBox
  475.  
  476. ChkCaption=mapvote_instant
  477. ChkTooltip=allows instant map change option if enabled
  478. ChkTrue=+set mapvote_instant 1
  479. ChkFalse=+set mapvote_instant 0
  480. AddCheckBox
  481.  
  482. TxtCaption=intermission_sound
  483. TxtTooltip=sound to play during intermission
  484. TxtExec=+set intermission_sound %txt%
  485. AddTextBox
  486.  
  487. TxtCaption=camp_threshold
  488. TxtTooltip=sets movement required to not be camping
  489. TxtExec=+set camp_threshold %txt%
  490. AddTextBox
  491.  
  492. TxtCaption=camp_time
  493. TxtTooltip=seconds a player has before getting a camping warning
  494. TxtExec=+set camp_time %txt%
  495. AddTextBox
  496.  
  497. TxtCaption=camp_warn
  498. TxtTooltip=seconds a player has after warned, or be killed
  499. TxtExec=+set camp_warn %txt%
  500. AddTextBox
  501.  
  502. TxtCaption=dropweapammo
  503. TxtTooltip=percentage of default ammo gained from a dropped weapon
  504. TxtExec=+set dropweapammo %txt%
  505. AddTextBox
  506. TxtCaption=jacket_armor
  507. TxtTooltip=sets pickup amount, max amount, normal resist, energy resist
  508. TxtExec=+set jacket_armor %txt%
  509. AddTextBox
  510.  
  511. TxtCaption=combat_armor
  512. TxtTooltip=sets pickup amount, max amount, normal resist, energy resist
  513. TxtExec=+set combat_armor %txt%
  514. AddTextBox
  515.  
  516. TxtCaption=body_armor
  517. TxtTooltip=sets pickup amount, max amount, normal resist, energy resist
  518. TxtExec=+set body_armor %txt%
  519. AddTextBox
  520.  
  521. TxtCaption=shard_armor
  522. TxtTooltip=sets amount of armor gained from armor shards
  523. TxtExec=+set shard_armor %txt%
  524. AddTextBox
  525.  
  526. TxtCaption=power_armor_screen
  527. TxtTooltip=sets damage saved per cell
  528. TxtExec=+set power_armor_screen %txt%
  529. AddTextBox
  530.  
  531. TxtCaption=power_armor_shield
  532. TxtTooltip=sets damage saved per cell
  533. TxtExec=+set power_armor_shield %txt%
  534. AddTextBox
  535.  
  536. ChkCaption=start_weapon
  537. ChkTooltip=starting settings
  538. ChkTrue=+set start_weapon 1
  539. ChkFalse=+set start_weapon 0
  540. AddCheckBox
  541.  
  542. ChkCaption=start_blaster
  543. ChkTooltip=starting settings
  544. ChkTrue=+set start_blaster 1
  545. ChkFalse=+set start_blaster 0
  546. AddCheckBox
  547.  
  548. ChkCaption=start_shotgun
  549. ChkTooltip=starting settings
  550. ChkTrue=+set start_shotgun 1
  551. ChkFalse=+set start_shotgun 0
  552. AddCheckBox
  553.  
  554. ChkCaption=start_sshotgun
  555. ChkTooltip=starting settings
  556. ChkTrue=+set start_sshotgun 1
  557. ChkFalse=+set start_sshotgun 0
  558. AddCheckBox
  559.  
  560. ChkCaption=start_machinegun
  561. ChkTooltip=starting settings
  562. ChkTrue=+set start_machinegun 1
  563. ChkFalse=+set start_machinegun 0
  564. AddCheckBox
  565.  
  566. ChkCaption=start_chaingun
  567. ChkTooltip=starting settings
  568. ChkTrue=+set start_chaingun 1
  569. ChkFalse=+set start_chaingun 0
  570. AddCheckBox
  571.  
  572. ChkCaption=start_grenadelauncher
  573. ChkTooltip=starting settings
  574. ChkTrue=+set start_grenadelauncher 1
  575. ChkFalse=+set start_grenadelauncher 0
  576. AddCheckBox
  577.  
  578. ChkCaption=start_rocketlauncher
  579. ChkTooltip=starting settings
  580. ChkTrue=+set start_rocketlauncher 1
  581. ChkFalse=+set start_rocketlauncher 0
  582. AddCheckBox
  583.  
  584. ChkCaption=start_hyperblaster
  585. ChkTooltip=starting settings
  586. ChkTrue=+set start_hyperblaster 1
  587. ChkFalse=+set start_hyperblaster 0
  588. AddCheckBox
  589.  
  590. ChkCaption=start_railgun
  591. ChkTooltip=starting settings
  592. ChkTrue=+set start_railgun 1
  593. ChkFalse=+set start_railgun 0
  594. AddCheckBox
  595.  
  596. ChkCaption=start_bfg
  597. ChkTooltip=starting settings
  598. ChkTrue=+set start_bfg 1
  599. ChkFalse=+set start_bfg 0
  600. AddCheckBox
  601.  
  602. TxtCaption=max_health
  603. TxtTooltip=maximum settings
  604. TxtExec=+set max_health %txt%
  605. AddTextBox
  606.  
  607. TxtCaption=max_armor
  608. TxtTooltip=maximum settings
  609. TxtExec=+set max_armor %txt%
  610. AddTextBox
  611.  
  612. TxtCaption=max_bullets
  613. TxtTooltip=maximum settings
  614. TxtExec=+set max_bullets %txt%
  615. AddTextBox
  616.  
  617. TxtCaption=max_shells
  618. TxtTooltip=maximum settings
  619. TxtExec=+set max_shells %txt%
  620. AddTextBox
  621.  
  622. TxtCaption=max_rockets
  623. TxtTooltip=maximum settings
  624. TxtExec=+set max_rockets %txt%
  625. AddTextBox
  626.  
  627. TxtCaption=max_grenades
  628. TxtTooltip=maximum settings
  629. TxtExec=+set max_grenades %txt%
  630. AddTextBox
  631.  
  632. TxtCaption=max_cells
  633. TxtTooltip=maximum settings
  634. TxtExec=+set max_cells %txt%
  635. AddTextBox
  636.  
  637. TxtCaption=max_slugs
  638. TxtTooltip=maximum settings
  639. TxtExec=+set max_slugs %txt%
  640. AddTextBox
  641.  
  642. TxtCaption=pack_health
  643. TxtTooltip=maximum settings if a player gets a pack
  644. TxtExec=+set pack_health %txt%
  645. AddTextBox
  646.  
  647. TxtCaption=pack_armor
  648. TxtTooltip=maximum settings if a player gets a pack
  649. TxtExec=+set pack_armor %txt%
  650. AddTextBox
  651.  
  652. TxtCaption=pack_bullets
  653. TxtTooltip=maximum settings if a player gets a pack
  654. TxtExec=+set pack_bullets %txt%
  655. AddTextBox
  656.  
  657. TxtCaption=pack_shells
  658. TxtTooltip=maximum settings if a player gets a pack
  659. TxtExec=+set pack_shells %txt%
  660. AddTextBox
  661.  
  662. TxtCaption=pack_rockets
  663. TxtTooltip=maximum settings if a player gets a pack
  664. TxtExec=+set pack_rockets %txt%
  665. AddTextBox
  666.  
  667. TxtCaption=pack_grenades
  668. TxtTooltip=maximum settings if a player gets a pack
  669. TxtExec=+set pack_grenades %txt%
  670. AddTextBox
  671.  
  672. TxtCaption=pack_cells
  673. TxtTooltip=maximum settings if a player gets a pack
  674. TxtExec=+set pack_cells %txt%
  675. AddTextBox
  676.  
  677. ChkCaption=no_shotgun
  678. ChkTooltip=inhibit (disable) items, only takes effect after map change
  679. ChkTrue=+set no_shotgun 1
  680. ChkFalse=+set no_shotgun 0
  681. AddCheckBox
  682.  
  683. ChkCaption=no_sshotgun
  684. ChkTooltip=inhibit (disable) items, only takes effect after map change
  685. ChkTrue=+set no_sshotgun 1
  686. ChkFalse=+set no_sshotgun 0
  687. AddCheckBox
  688.  
  689. ChkCaption=no_machinegun
  690. ChkTooltip=inhibit (disable) items, only takes effect after map change
  691. ChkTrue=+set no_machinegun 1
  692. ChkFalse=+set no_machinegun 0
  693. AddCheckBox
  694.  
  695. ChkCaption=no_chaingun
  696. ChkTooltip=inhibit (disable) items, only takes effect after map change
  697. ChkTrue=+set no_chaingun 1
  698. ChkFalse=+set no_chaingun 0
  699. AddCheckBox
  700.  
  701. ChkCaption=no_grenadelauncher
  702. ChkTooltip=inhibit (disable) items, only takes effect after map change
  703. ChkTrue=+set no_grenadelauncher 1
  704. ChkFalse=+set no_grenadelauncher 0
  705. AddCheckBox
  706.  
  707. ChkCaption=no_rocketlauncher
  708. ChkTooltip=inhibit (disable) items, only takes effect after map change
  709. ChkTrue=+set no_rocketlauncher 1
  710. ChkFalse=+set no_rocketlauncher 0
  711. AddCheckBox
  712.  
  713. ChkCaption=no_hyperblaster
  714. ChkTooltip=inhibit (disable) items, only takes effect after map change
  715. ChkTrue=+set no_hyperblaster 1
  716. ChkFalse=+set no_hyperblaster 0
  717. AddCheckBox
  718.  
  719. ChkCaption=no_railgun
  720. ChkTooltip=inhibit (disable) items, only takes effect after map change
  721. ChkTrue=+set no_railgun 1
  722. ChkFalse=+set no_railgun 0
  723. AddCheckBox
  724.  
  725. ChkCaption=no_bfg
  726. ChkTooltip=inhibit (disable) items, only takes effect after map change
  727. ChkTrue=+set no_bfg 1
  728. ChkFalse=+set no_bfg 0
  729. AddCheckBox
  730.  
  731. ChkCaption=no_quad
  732. ChkTooltip=inhibit (disable) items, only takes effect after map change
  733. ChkTrue=+set no_quad 1
  734. ChkFalse=+set no_quad 0
  735. AddCheckBox
  736.  
  737. ChkCaption=no_pent
  738. ChkTooltip=inhibit (disable) items, only takes effect after map change
  739. ChkTrue=+set no_pent 1
  740. ChkFalse=+set no_pent 0
  741. AddCheckBox
  742.  
  743. TxtCaption=start_health
  744. TxtTooltip=starting settings
  745. TxtExec=+set start_health %txt%
  746. AddTextBox
  747.  
  748. TxtCaption=start_armor
  749. TxtTooltip=starting settings
  750. TxtExec=+set start_armor %txt%
  751. AddTextBox
  752.  
  753. TxtCaption=start_bullets
  754. TxtTooltip=starting settings
  755. TxtExec=+set start_bullets %txt%
  756. AddTextBox
  757.  
  758. TxtCaption=start_shells
  759. TxtTooltip=starting settings
  760. TxtExec=+set start_shells %txt%
  761. AddTextBox
  762.  
  763. TxtCaption=start_rockets
  764. TxtTooltip=starting settings
  765. TxtExec=+set start_rockets %txt%
  766. AddTextBox
  767.  
  768. TxtCaption=start_grenades
  769. TxtTooltip=starting settings
  770. TxtExec=+set start_grenades %txt%
  771. AddTextBox
  772.  
  773. TxtCaption=start_cells
  774. TxtTooltip=starting settings
  775. TxtExec=+set start_cells %txt%
  776. AddTextBox
  777.  
  778. TxtCaption=start_slugs
  779. TxtTooltip=starting settings
  780. TxtExec=+set start_slugs %txt%
  781. AddTextBox
  782.  
  783.