Advertisement
Guest User

Sketch's Config

a guest
Oct 28th, 2015
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.47 KB | None | 0 0
  1. // ----------------------------------------------------------------------------
  2. // Chris' maxframes config, blended with M0re's and Rhapsody
  3. // v0.10, September 17th 2014
  4. // ----------------------------------------------------------------------------
  5. // Problems or questions? Contact me at /u/Sketches_Stuff_Maybe @ reddit.com
  6. // ----------------------------------------------------------------------------
  7. // Launch options:
  8. // IMPORTANT: Remove -dxlevel 81 from the launch options after the first launch!
  9. //
  10. // Fullscreen: -dxlevel 81 -full -w -console -novid -useforcedmparms -noforcemaccel -noforcemspd
  11. // Windowed: -dxlevel 81 -sw -console -noborder -novid -useforcedmparms -noforcemaccel -noforcemspd
  12. // ----------------------------------------------------------------------------
  13.  
  14. // ----------------------------------------------------------------------------
  15. // FPS cap
  16. // ----------------------------------------------------------------------------
  17. // The primary benefit of an FPS cap is to make the FPS more stable, other than
  18. // that, it doesn't do a lot. A moderate, consistent framerate is much more
  19. // desirable than a variable but sometimes high framerate. A common
  20. // misconception is that if any more frames are generated than your monitor can
  21. // display, they are useless. This is wrong -- frames are used for much more
  22. // than mere display, and affect the way the game feels well past your
  23. // refresh rate.
  24. //
  25. // This FPS cap should *always* be set to a value higher than `cl_cmdrate' in
  26. // any case, or the discrepancy between clientside frame generation and frames
  27. // to be sent to the server will no doubt cause you many a headache, especially
  28. // when it comes down to hit registration. Other than that, I recommend
  29. // for everyone to use the value `132' (2*66), as long as you can generally
  30. // keep that value stable without regular drops.
  31. // ----------------------------------------------------------------------------
  32. cl_showfps 1 // Show unsmoothed FPS meter
  33. fps_max 132
  34.  
  35. // ----------------------------------------------------------------------------
  36. // Net settings
  37. // ----------------------------------------------------------------------------
  38. // Whilst net settings perhaps aren't an integral part of an FPS config, they
  39. // are a fact of life in competitive TF2, and as such, they are included here.
  40. //
  41. // A common question I am asked -- what defines whether a good connection is
  42. // good or bad? Mostly personal preference. If you're not willing to make the
  43. // choice, try both and see which is better for you.
  44. //
  45. // Generally, meeting both of the following conditions would classify it as a
  46. // good connection:
  47. //
  48. // - Ping of <80 to the average server you join
  49. // - Generally no/negligible choke/loss (can be checked with `net_graph')
  50. //
  51. // There's some pretty good documentation on this here:
  52. // http://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking
  53. //
  54. // Uncomment (remove the `//' from) one of the groups if you want to use them.
  55. // ----------------------------------------------------------------------------
  56.  
  57. // Good connection
  58. cl_cmdrate 66
  59. cl_interp 0
  60. cl_interp_ratio 1
  61. cl_lagcompensation 1
  62. cl_pred_optimize 2
  63. cl_smooth 0
  64. cl_smoothtime 0.01
  65. cl_updaterate 66
  66. rate 60000
  67.  
  68. // Bad connection
  69. //cl_cmdrate 40
  70. //cl_interp 0
  71. //cl_interp_ratio 2
  72. //cl_lagcompensation 1
  73. //cl_pred_optimize 2
  74. //cl_smooth 0
  75. //cl_smoothtime 0.01
  76. //cl_updaterate 40
  77. //rate 35000
  78.  
  79. // ----------------------------------------------------------------------------
  80. // Sprays
  81. // ----------------------------------------------------------------------------
  82. // Bear in mind that these are disabled on war servers due to `sv_pure 2'
  83. // anyway, so if you play competitive TF2, this won't help you.
  84. // ----------------------------------------------------------------------------
  85.  
  86. // Disable sprays
  87. cl_playerspraydisable 1
  88. r_spray_lifetime 0
  89.  
  90. // Enable sprays -- uncomment this section if you want these settings
  91. //cl_playerspraydisable 0
  92. //r_spray_lifetime 2
  93.  
  94. // ----------------------------------------------------------------------------
  95. // Shadows
  96. // ----------------------------------------------------------------------------
  97.  
  98. // Disable shadows
  99. mat_shadowstate 0 // Set to 1 to enable.
  100. r_shadowmaxrendered 0 // Set to 11 to enable.
  101. r_shadowrendertotexture 0 // Set to 1 to enable, but can cause lag; 0 is the recommended setting either way.
  102. r_shadows 0 // Set to 1 to enable.
  103. nb_shadow_dist 400
  104.  
  105. // ----------------------------------------------------------------------------
  106. // Facial features
  107. // ----------------------------------------------------------------------------
  108.  
  109. // Disable facial features
  110. r_eyes 1
  111. r_flex 2
  112. r_lod 2
  113. r_rootlod 2
  114. r_teeth 0
  115. r_eyegloss 0
  116. r_eyemove 0
  117. r_eyeshift_x 0
  118. r_eyeshift_y 0
  119. r_eyeshift_z 0
  120. r_eyesize 0
  121. blink_duration 0
  122.  
  123. // ----------------------------------------------------------------------------
  124. // Ragdolls
  125. // ----------------------------------------------------------------------------
  126. // You will have reduced performance on deaths which produce ragdolls.
  127. // ----------------------------------------------------------------------------
  128.  
  129. // Disable ragdolls
  130. cl_ragdoll_fade_time 0
  131. cl_ragdoll_forcefade 1
  132. cl_ragdoll_physics_enable 0
  133. g_ragdoll_fadespeed 0
  134. g_ragdoll_lvfadespeed 0
  135. ragdoll_sleepaftertime 0
  136.  
  137. // ----------------------------------------------------------------------------
  138. // Gibs
  139. // ----------------------------------------------------------------------------
  140. // You will have reduced performance on deaths which produce gibs.
  141. // ----------------------------------------------------------------------------
  142.  
  143. // Disable gibs
  144. cl_phys_props_enable 0
  145. cl_phys_props_max 0
  146. props_break_max_pieces 0
  147. r_propsmaxdist 1
  148. violence_agibs 0
  149. violence_hgibs 0
  150.  
  151. // ----------------------------------------------------------------------------
  152. // Audio
  153. // ----------------------------------------------------------------------------
  154. // Just some audio tweaks I've personally added
  155. // ----------------------------------------------------------------------------
  156.  
  157. dsp_slow_cpu 0 // If set to 1, reduces the quality of DSP effects. Negligible performance gain.
  158. snd_async_fullyasync 1 // Runs the audio fully asynchronous, and, for some reason, reduces the number of TDRs (https://forums.geforce.com/default/topic/389688/geforce-drivers/nvidia-statement-on-tdr-errors-display-driver-nvlddmkm-stopped-/)
  159. snd_pitchquality 1 // Helps determine what to set the audio quality at. More info a few lines down.
  160. snd_spatialize_roundrobin 1 // Lowend optimization: if nonzero, spatialize only a fraction of sound channels each frame. 1/2^x of channels will be spatialized
  161. snd_mixahead 0.05 // Sets how long it takes until attack sounds play. By default the setting is 0.1, or 100ms, which is 1/10 of a second.
  162.  
  163.  
  164.  
  165.  
  166. // ----------------------------------------------------------------------------
  167. // Graphical
  168. // ----------------------------------------------------------------------------
  169. // Now we come to the main brunt of the config. You probably don't want to mess
  170. // with this.
  171. // ----------------------------------------------------------------------------
  172. cl_hud_playerclass_use_playermodel 0 // Potential FPS gain, we'll see after more thorough testing
  173. mat_phong 0 // Disables phonging on all models. Also achieved by enabling DX8. Disables lightwarps. Can make some models appear black.
  174. cl_detaildist 0 // Distance at which the detailed parts of props are no longer visible (lower LODs)
  175. cl_detailfade 0 // Distance across which detail props fade in
  176. cl_drawmonitors 0 // Disables the rendering of in-game "monitors" which contain 3D rendered images. Mostly, if not completely unused in TF2.
  177. cl_ejectbrass 0 // Disables brass ejection
  178. cl_muzzleflash_dlight_1st 0 //
  179. cl_predict 1 //
  180. cl_predictweapons 1 //
  181. cl_jiggle_bone_framerate_cutoff 0 // Turns off jigglebones, although I recommend keeping them on at all times by setting them to 1, since their performance impact is generally none/negligible.
  182. cl_new_impact_effects 0 // Disables new impact effects
  183. cl_show_splashes 0 // Disables water splashes
  184. func_break_max_pieces 0 // Undocumented, but probably the same as props_break_max_pieces
  185. glow_outline_effect_enable 0 // Cart glow effect. Performance loss with this is generally negligible, however, so I recommend enabling it simply because of how useful it is.
  186. lod_transitiondist 0 // Sets how far you have to be from someone to make them go to their next LOD. Setting this to 0 forces the lowest LOD.
  187. mat_antialias 0 // Sets lowest antialiasing value.
  188. mat_bumpmap 1 // Controls bumpmapping. Has a weird effect if used on DX9, so it's set to 1.
  189. mat_colcorrection_disableentities 1 // Disables color-correcting entities.
  190. mat_colorcorrection 0 // Disables color-correction.
  191. mat_disable_bloom 1 // Disables the bloom effect that allows light to reflect off of a surface, and the HDR effect.
  192. mat_disable_fancy_blending 1 // Disables fancy texture blending.
  193. mat_disable_lightwarp 1 // Disables lightwarps, which partially determine shading for players, entities, and the map. mat_phong also does this.
  194. mat_envmapsize 8 // Changes envmap size.
  195. mat_envmaptgasize 8 // Messes around with size of sprayed textures
  196. mat_disable_ps_patch 1 //
  197. mat_filterlightmaps 1 // Filters lightmaps.
  198. mat_filtertextures 1 // Filters textures.
  199. mat_forceaniso 0 // Forces anisotropic filtering level
  200. mat_hdr_level 0 // Sets HDR level.
  201. mat_max_worldmesh_vertices 512 // Not even going to try to guess, sorry. :(
  202. mat_monitorgamma 2.0 // Controls brightness, try 1.8 to make it brighter or 2.2 to get it darker. Only works in fullscreen.
  203. mat_motion_blur_enabled 1 // Controls motion blur; needed for transparent viewmodels
  204. mat_parallaxmap 0 // Disables parallax mapping.
  205. mat_mipmaptextures 1 // Control mipmapping
  206. mat_reducefillrate 1 // Reduces the fillrate when the game is run in DX8.
  207. mat_reduceparticles 1 // Reduces particle count.
  208. mat_softwarelighting 0 // Disables rendering of lights by the software.
  209. mat_autoexposure_max 0 //
  210. mat_autoexposure_min 0 //
  211. mat_alphacoverage 0 //
  212. mat_diffuse 1 //
  213. mat_non_hdr_bloom_scalefactor 0 //
  214. mat_bloomscale 0 // More assurance that bloom stays off
  215. mat_bloom_scalefactor_scalar 0 //
  216. mat_specular 1 // Controls specularity. Setting this to 0 will make ubers non-shiny, and will remove some specular effects from in-game entities which support it.
  217. mat_fastspecular 1 // Fast specularity.
  218. mat_fastnobump 0 //
  219. mat_forcemanagedtextureintohardware 0
  220. mat_framebuffercopyoverlaysize 0 //
  221. mat_trilinear 0 // Sets trlinear mode.
  222. mat_viewportscale 1 // Almost no performance gain from viewport upscaling.
  223. mat_viewportupscale 1 //
  224. mat_wateroverlaysize 1 // Water overlay size.
  225. mp_decals 9 // `9' is a good value to still see the spread pattern from a scattergun without any real performance loss. Needs to be changed with r_decals.
  226. r_3dsky 0 // Disables 3D skies. This makes maps like koth_wubwubwub much, much less spectacular, so you need to compromise.
  227. //r_3dnow 0 // Disables 3DNow, but it doesn't take arguments in TF2
  228. r_ambientboost 0 // Controls ambient lights
  229. r_ambientfactor 0 // Controls ambient lights
  230. r_ambientmin 0 // Controls ambient lights
  231. r_avglight 0 // Controls average lighting on objects
  232. r_cheapwaterend 1 // Activates cheap water
  233. r_cheapwaterstart 1 // Activates cheap water
  234. r_decals 9 // Controls decal amount. Needs to be changed with mp_decals.
  235. r_maxmodeldecal 9 // Controls how many decals can be on a model at once
  236. r_decalstaticprops 0 // Enables whether decals can be seen on props.
  237. r_decal_cullsize 15 // Controls the cull size of decals.
  238. r_drawdetailprops 0 // Controls whether details on props should be drawn at all.
  239. r_drawmodeldecals 0 // Controls whether decals should be seeable on a model.
  240. r_drawflecks 0 // Controls whether particles upon hitting a surface with a bullet should be rendered.
  241. r_dynamic 0 // Disables dynamic lighting.
  242. r_maxdlights 0 // Determines the maximum number of dynamic lights visible on the screen.
  243. r_physpropstaticlighting 0 // Dtermines if there should be static lighting on props
  244. r_occlusion 0 // Use occlussion from Source engine?
  245. r_worldlights 1 // Number of world lights to use per vertex
  246. r_flashlightdepthtexture 0 // Specifies how detailed the flashlight light should be. Useless in TF2.
  247. r_forcewaterleaf 1 // Optimization to water - considers view in leaf under water for purposes of culling.
  248. r_lightaverage 0 // Disables average lighting.
  249. r_dopixelvisibility 0 //
  250. r_maxnewsamples 0 // Undocumented.
  251. r_maxsampledist 1 // Undocumented.
  252. r_sse2 1 //
  253. r_propsmaxdist 0 // Max visible distance for props.
  254. r_renderoverlayfragment 0 // Leaves a marking underneath health kits and ammo kits.
  255. r_staticprop_lod 4 // Sets the default LOD for static props.
  256. //r_waterdrawreflection 0 // Controls as to whether reflections should be drawn on the surface of water.
  257. //r_waterdrawrefraction 0 // Controls as to whether to calculate refractions when in water.
  258. //r_waterforceexpensive 0 // Forces expensive water.
  259. //r_waterforcereflectentities 0 // Forces as to whether entities should be reflected into water even if r_waterdrawreflection is 0.
  260. rope_averagelight 0 // Makes ropes use average of cubemap lighting instead of max intensity.
  261. rope_collide 0 // Collide rope with the world.
  262. rope_rendersolid 0 // Disables rendering ropes/cables at all.
  263. rope_shake 0 // Controls whether ropes should shake as if there's wind.
  264. rope_smooth 0 // Controls as to whether there should be an antialiasing effect on ropes.
  265. rope_subdiv 0 // Rope subdivision amount.
  266. rope_wind_dist 0 // If a rope is this far away, don't simulate wind on them.
  267. tf_particles_disable_weather 1 // Disable weather effects on maps supporting it. For example, setting this to `1' disables rain effects on *_sawmill.
  268. tracer_extra 0 // Undocumented.
  269. violence_ablood 1 // Setting ablood/hblood to 1 actually improves perf usually
  270. violence_hblood 1 //
  271.  
  272. // Control antialiasing quality to a better extent
  273. mat_software_aa_quality 0 // was 9
  274. mat_software_aa_strength 0
  275. mat_software_aa_strength_vgui -1
  276. mat_software_aa_blur_one_pixel_lines 0
  277. mat_software_aa_edge_threshold 9
  278. mat_software_aa_tap_offset "1"
  279.  
  280. // ----------------------------------------------------------------------------
  281. // Misc
  282. // ----------------------------------------------------------------------------
  283. // Miscellaneous
  284. // Some miscellaneous improvements that don't quite fit into any of the above categories.
  285.  
  286. flex_smooth 1
  287. in_usekeyboardsampletime 0
  288. mat_clipz 1 // FX card users should set this to 0
  289. mat_forcehardwaresync 0
  290. mat_levelflush 1
  291. m_rawinput 1 // Turn on raw mouse input.
  292. mat_vsync 0 // Turn off vsync to avoid nasty I/O latency.
  293. r_fastzreject -1 // Values >1 enable a fast Z rejection algorithm, to be performed on the GPU (as opposed to on the CPU). The value `-1' autodetects hardware support for this feature, which is safer than forcing it.
  294. mat_queue_mode 2 // mat_queue mode is another frequently asked about cvar, it
  295. // defines the threading method to be used by the material
  296. // system. It has been unstable to use in the past, but
  297. // nowadays it's generally okay.
  298. //
  299. // Here are the possible values:
  300. // -2 legacy default
  301. // -1 default
  302. // 0 synchronous single thread
  303. // 1 queued single thread
  304. // 2 queued multithreaded
  305. //
  306. // If you have problems with the value `2', try setting it to
  307. // `-1'.
  308. //
  309. // As an aside, there are quite a few bugs in the demo system
  310. // that occur when mat_queue_mode is set to a value that is
  311. // not `-1'. If you intend to do work with the demo system,
  312. // maybe you should change this.
  313.  
  314. //cl_threaded_bone_setup 1 // Causes crashes on systems with less than four cores
  315. cl_threaded_client_leaf_system 0
  316. //r_queued_decals 1 // Causes crashes on systems with less than four cores
  317. r_queued_ropes 1
  318. r_queued_post_processing 0
  319. r_threaded_client_shadow_manager 1
  320. r_threaded_particles 1
  321. r_threaded_renderables 1
  322. cl_forcepreload 1 // Forces preloading sounds and such to make it lag less when in-game.
  323. // mat_viewportupscale 1 and mat_viewportscale 0.5 // for terrible GPU's only
  324. cl_software_cursor 0 // fixes Windows cursor appearing on screen bug, but breaks on Mac/Linux and prevents looking up in some cases when set to 1
  325. //studio_queue_mode 0 // default "1". Can give a major FPS boost, but causes crashes. For some reason it is stable when viewing demos, so feel free to set to "1" when not in multiplayer
  326.  
  327. // ----------------------------------------------------------------------------
  328. // Threading
  329. // ----------------------------------------------------------------------------
  330. mat_queue_mode 2 // mat_queue mode is another frequently asked about cvar, it
  331. // defines the threading method to be used by the material
  332. // system. It has been unstable to use in the past, but
  333. // nowadays it's generally okay.
  334. //
  335. // Here are the possible values:
  336. // -2 legacy default
  337. // -1 default
  338. // 0 synchronous single thread
  339. // 1 queued single thread
  340. // 2 queued multithreaded
  341. //
  342. // If you have problems with the value `2', try setting it to
  343. // `-1'.
  344. //
  345. // As an aside, there are quite a few bugs in the demo system
  346. // that occur when mat_queue_mode is set to a value that is
  347. // not `-1'. If you intend to do work with the demo system,
  348. // maybe you should change this.
  349.  
  350. cl_threaded_bone_setup 0
  351. cl_threaded_client_leaf_system 0
  352. r_queued_decals 0
  353. r_queued_ropes 1
  354. r_queued_post_processing 0
  355. r_threaded_client_shadow_manager 1
  356. r_threaded_particles 1
  357. r_threaded_renderables 1
  358.  
  359.  
  360. // ----------------------------------------------------------------------------
  361. // General security
  362. // ----------------------------------------------------------------------------
  363.  
  364. cl_allowupload 0
  365. alias cl_allowupload "echo Blocked cl_allowupload!" // Prevents cl_allowupload from being changed by a malicious server, and notifies you
  366. alias unbindall "echo Blocked unbindall!" // Prevents unbindall from being run by a malicious server, and notifies you
  367.  
  368. // Gets rid of servers playing annoying sound files. Note that this prevents sounds from saysound and other plugins that do similar things.
  369. //alias play "echo Blocked play!" // Can prevent the game from playing sounds in some cases
  370. alias sndplaydelay "echo Blocked sndplaydelay!"
  371. alias playgamesound "echo Blocked playgamesound!"
  372. alias soundfade "echo Blocked soundfade!"
  373. cl_downloadfilter "nosounds" // Disables servers from downloading sounds by default
  374.  
  375. // Servers don't need this
  376. alias cl_spec_mode
  377. alias rpt_connect
  378. alias r_screenoverlay
  379.  
  380. alias closed_htmlpage "echo Blocked pinion!" // May have false positives depending on the server, but it's not that big of a deal, since all this does is prevent Pinion or other unruly addons from keeping you from closing the MOTD.
  381.  
  382.  
  383. // ----------------------------------------------------------------------------
  384. // m0re's config
  385. // ----------------------------------------------------------------------------
  386. cl_forcepreload 1 // Force preloading
  387.  
  388. ai_report_task_timings_on_limit "0"
  389. ai_think_limit_label "0"
  390. option_duck_method "1"
  391. overview_alpha "1.0"
  392. overview_health "1"
  393. overview_locked "1"
  394. overview_mode 0
  395. overview_names "1"
  396. overview_tracks "1"
  397. pyro_max_intensity "0.35"
  398. pyro_max_rate "0.2"
  399. pyro_max_side_length "0.55"
  400. pyro_max_side_width "0.95"
  401. pyro_min_intensity "0.1"
  402. pyro_min_rate "0.05"
  403. pyro_min_side_length "0.3"
  404. pyro_min_side_width "0.65"
  405. pyro_vignette_distortion "0"
  406. replay_dodiskcleanup "1"
  407. replay_editor_camera_length "15"
  408. replay_editor_fov_mousewheel_invert "0"
  409. replay_editor_fov_mousewheel_multiplier "5"
  410. replay_enableeventbasedscreenshots "0"
  411. replay_enablerenderpreview "0"
  412. replay_flushinterval "15"
  413. replay_movie_export_last_dir ""
  414. replay_movie_reveal_warning "1"
  415. replay_quitmsg_dontaskagain "1"
  416. replay_renderqueue_first_add "0"
  417. replay_rendersetting_exportraw "0"
  418. replay_rendersetting_renderglow "0"
  419. replay_replayeditor_rewindmsgcounter "0"
  420. replay_replaywelcomedlgcount "2"
  421. replay_voice_during_playback "0"
  422. rope_averagelight 0
  423. rope_collide 0
  424. rope_rendersolid 0
  425. rope_shake 0
  426. rope_smooth 0
  427. rope_subdiv 0
  428. rope_wind_dist 0
  429. cl_spec_carrieditems "1"
  430. cl_spec_mode "5"
  431. cl_soundfile "1"
  432.  
  433.  
  434. // ----------------------------------------------------------------------------
  435. // Simplified Null Movement
  436. // ----------------------------------------------------------------------------
  437.  
  438. alias none ""
  439. alias +mfwd "-back;+forward;alias checkfwd +forward"
  440. alias +mback "-forward;+back;alias checkback +back"
  441. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  442. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  443. alias -mfwd "-forward;checkback;alias checkfwd none"
  444. alias -mback "-back;checkfwd;alias checkback none"
  445. alias -mleft "-moveleft;checkright;alias checkleft none"
  446. alias -mright "-moveright;checkleft;alias checkright none"
  447. alias checkfwd none
  448. alias checkback none
  449. alias checkleft none
  450. alias checkright none
  451.  
  452. bind w +mfwd
  453. bind s +mback
  454. bind a +mleft
  455. bind d +mright
  456.  
  457.  
  458.  
  459. // ----------------------------------------------------------------------------
  460. // Personal Tweaks
  461. // ----------------------------------------------------------------------------
  462. cl_mvm_wave_status_visible_during_wave 1 //Shows bots left in MvM
  463. cl_ask_blacklist_opt_out "1" //Removes the asking for blacklisting and favoring servers
  464. cl_ask_favorite_opt_out "1"
  465. sb_dontshow_maxplayer_warning "1"
  466. tf_explanations_backpackpanel "1" //Removes explanation of backpack
  467. tf_explanations_charinfo_armory_panel "1"//Removes explanation of purchases
  468. tf_explanations_charinfopanel "1" //Removes explanation of other stuff related to crafting and discarding and store
  469. tf_explanations_craftingpanel "1"
  470. tf_explanations_discardpanel "1"
  471. tf_explanations_store "1"
  472. tf_training_has_prompted_for_forums "1"
  473. tf_training_has_prompted_for_loadout "1"
  474. tf_training_has_prompted_for_offline_practice "1"
  475. tf_training_has_prompted_for_options "1"
  476. tf_training_has_prompted_for_training "1"
  477. //Adds captions; if you don't have captions you can get them at https://code.google.com/p/tf2closecaptions/
  478. //cc_lang clovervidiar //the updated version requires one of these two to be uncommented.
  479. closecaption 1
  480. cc_subtitles 0
  481. cc_predisplay_time 0
  482. cc_lang clovervidiac
  483.  
  484. //Null movement script
  485. bind w +mfwd
  486. bind s +mback
  487. bind a +mleft
  488. bind d +mright
  489. alias +mfwd "-back;+forward;alias checkfwd +forward;catfact_cycle"
  490. alias +mback "-forward;+back;alias checkback +back;catfact_cycle"
  491. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;catfact_cycle"
  492. alias +mright "-moveleft;+moveright;alias checkright +moveright;catfact_cycle"
  493. alias -mfwd "-forward;checkback;alias checkfwd none;catfact_cycle"
  494. alias -mback "-back;checkfwd;alias checkback none;catfact_cycle"
  495. alias -mleft "-moveleft;checkright;alias checkleft none;catfact_cycle"
  496. alias -mright "-moveright;checkleft;alias checkright none;catfact_cycle"
  497. alias checkfwd none
  498. alias checkback none
  499. alias checkleft none
  500. alias checkright none
  501. alias none ""
  502.  
  503. //Cat Facts Script
  504. //BY DEFAULT THE SCRIPT IS BOUND TO T - THIS CAN BE CHANGED ON THE LAST LINE
  505.  
  506. alias "catfact01" "say On average, cats spend 2/3 of every day sleeping."
  507. alias "catfact02" "say Unlike dogs, cats do not have a sweet tooth. Scientists believe this is due to a mutation in a key taste receptor."
  508. alias "catfact03" "say When a cat chases its prey, it keeps its head level. Dogs and humans bob their heads up and down."
  509. alias "catfact04" "say The technical term for a cat’s hairball is a “bezoar”."
  510. alias "catfact05" "say A group of cats is called a “clowder”."
  511. alias "catfact06" "say Female cats tend to be right pawed, while male cats are more often left pawed."
  512. alias "catfact07" "say A cat can’t climb head first down a tree because every claw on a cat’s paw points the same way."
  513. alias "catfact08" "say Cats make about 100 different sounds. Dogs make only about 10."
  514. alias "catfact09" "say A cat’s brain is biologically more similar to a human brain than it is to a dog’s."
  515. alias "catfact10" "say There are more than 500 million domestic cats in the world, with approximately 40 recognized breeds."
  516. alias "catfact11" "say The oldest known pet cat was recently found in a 9,500-year-old grave on the Mediterranean island of Cyprus."
  517. alias "catfact12" "say Cats are North America’s most popular pets: there are 73 million cats compared to 63 million dogs"
  518. alias "catfact13" "say Over 30% of households in North America own a cat."
  519. alias "catfact14" "say In 1963, France blasted a cat named Felicette into outer space. She survived the trip."
  520. alias "catfact15" "say The group of words associated with cat (catt, cath, chat, katze) stem from the Latin catus, meaning domestic cat."
  521. alias "catfact16" "say A cat’s hearing is better than a dog’s."
  522. alias "catfact17" "say A cat can hear high-frequency sounds up to two octaves higher than a human."
  523. alias "catfact18" "say A cat can travel at a top speed of approximately 31 mph (49 km) over a short distance."
  524. alias "catfact19" "say A cat can jump up to five times its own height in a single bound."
  525. alias "catfact20" "say Some cats have survived falls of over 65 feet (20 meters), due largely to their “righting reflex”."
  526. alias "catfact21" "say A cat rubs against people not only to be affectionate but also to mark out its territory with scent glands around its face."
  527. alias "catfact22" "say To purr, a muscle in the larynx opens and closes the air passage about 25 times a second."
  528. alias "catfact23" "say When a family cat died in ancient Egypt, family members would mourn by shaving off their eyebrows."
  529. alias "catfact24" "say In 1888, more than 300,000 mummified cats were found an Egyptian cemetery."
  530. alias "catfact25" "say Most cats give birth to a litter of between one and nine kittens."
  531. alias "catfact26" "say The largest known litter ever produced was 19 kittens, of which 15 survived."
  532. alias "catfact27" "say Smuggling a cat out of ancient Egypt was punishable by death."
  533. alias "catfact28" "say The group of animals that pet cats belong to emerged around 12 million years ago."
  534. alias "catfact29" "say The biggest wildcat today is the Siberian Tiger."
  535. alias "catfact30" "say The smallest wildcat today is the Black-footed cat."
  536. alias "catfact31" "say Many Egyptians worshipped the goddess Bast, who had a woman’s body and a cat’s head."
  537. alias "catfact32" "say In Britain and Australia, black cats are considered lucky."
  538. alias "catfact33" "say The most popular pedigreed cat is the Persian cat, followed by the Main Coon cat and the Siamese cat."
  539. alias "catfact34" "say The smallest pedigreed cat is a Singapura, which can weigh just 4 lbs (1.8 kg), or about five large cans of cat food."
  540. alias "catfact35" "say Cats hate the water because their fur does not insulate well when it’s wet."
  541. alias "catfact36" "say The first commercially cloned pet was a cat named “Little Nicky”." He cost his owner $50,000."
  542. alias "catfact37" "say A cat usually has about 12 whiskers on each side of its face."
  543. alias "catfact38" "say Scientists believe grass appears red to cats."
  544. alias "catfact39" "say In the original Italian version of Cinderella, the benevolent fairy godmother figure was a cat."
  545. alias "catfact40" "say Experts think that cats may have magnetized cells in their brains that act as compasses."
  546. alias "catfact41" "say Isaac Newton invented the cat flap."
  547. alias "catfact42" "say A cat’s jaw can’t move sideways, so a cat can’t chew large chunks of food."
  548. alias "catfact43" "say A cat almost never meows at another cat, mostly just humans. Cats typically will spit, purr, and hiss at other cats."
  549. alias "catfact44" "say Approximately 1/3 of cat owners think their pets are able to read their minds."
  550. alias "catfact45" "say All cats have claws, and all except the cheetah sheath them when at rest."
  551. alias "catfact46" "say A cat lover is called an Ailurophilia (Greek: cat+lover)."
  552. alias "catfact47" "say In Japan, cats are thought to have the power to turn into super spirits when they die."
  553. alias "catfact48" "say Most cats had short hair until about 100 years ago, when it became fashionable to own cats and experiment with breeding."
  554. alias "catfact49" "say Cats have 32 muscles that control the outer ear (humans have only 6)."
  555. alias "catfact50" "say A cat can independently rotate its ears 180 degrees."
  556. alias "catfact51" "say One reason that kittens sleep so much is because a growth hormone is released only during sleep."
  557. alias "catfact52" "say Cats have about 130,000 hairs per square inch (20,155 hairs per square centimeter)."
  558. alias "catfact53" "say The heaviest cat on record is Himmy, a Tabby from Queensland, Australia. He weighed nearly 47 pounds (21 kg)."
  559. alias "catfact54" "say The oldest cat on record was Crème Puff from Texas, who made it until three days after her 38th birthday."
  560. alias "catfact55" "say The lightest cat on record is a blue point Himalayan called Tinker Toy, who weighed 1 pound, 6 ounces (616 g)."
  561. alias "catfact56" "say The tiniest cat on record is Mr. Pebbles, a 2-year-old cat that weighed 3 lbs (1.3 k) and was 6.1 inches (15.5 cm) high."
  562. alias "catfact57" "say In the 1750s, Europeans introduced cats into the Americas to control pests."
  563. alias "catfact58" "say The first cat show was organized in 1871 in London. Cat shows later became a worldwide craze."
  564. alias "catfact59" "say The first cartoon cat was Felix the Cat in 1919."
  565. alias "catfact60" "say A cat has 230 bones in its body. A human has 206."
  566. alias "catfact61" "say A cat has no collarbone, so it can fit through any opening the size of its head."
  567. alias "catfact62" "say A cat’s nose pad is ridged with a unique pattern, just like the fingerprint of a human."
  568. alias "catfact63" "say Foods that should not be given to cats include onions, garlic, green tomatoes, raw potatoes, chocolate, grapes, and raisins."
  569. alias "catfact64" "say A 2007 Gallup poll revealed that both men and women were equally likely to own a cat."
  570. alias "catfact65" "say how do i fly as demonstration man"
  571. alias "catfact66" "say what button make assassin go transparent"
  572. alias "catfact67" "say how make tuxedo terrorist do lobster dance?"
  573. alias "catfact68" "say how to eat hoagie as big machinegun man"
  574. alias "catfact69" "say how outback man get lemonade"
  575. alias "catfact70" "say how to glow as healing scientist"
  576. alias "catfact71" "say where jogger get soda"
  577. alias "catfact72" "say how to institute automatic cannon as constructor"
  578. alias "catfact73" "say how shot lazer as hillbilly"
  579. alias "catfact74" "say how to launch ball as call center guy"
  580. alias "catfact75" "say can large ammunition bloke get fish and chips"
  581. alias "catfact76" "say how to signal friends with rubber suit guy"
  582. alias "catfact77" "say how speed man become super blur?"
  583. alias "catfact78" "say How inventor produce vending machine?"
  584. alias "catfact79" "say how engine man use calculator?"
  585. alias "catfact80" "say how to fly as captain america"
  586. alias "catfact81" "say where robot gun get bullet shoots"
  587. alias "catfact82" "say how do i shoot air as masked ignition man?!"
  588. alias "catfact83" "say how do make gun robots bigger as suspender dude"
  589. alias "catfact84" "say How can push explody train down choo choo tracks"
  590. alias "catfact85" "say How do make patriot fly"
  591. alias "catfact86" "say how does triathlon winner get home run"
  592. alias "catfact87" "say How do flame-man use signal"
  593. alias "catfact88" "say As the australian longshoot man how do I throw apple juice"
  594. alias "catfact89" "say How to reprogram cannons with french businessman!"
  595. alias "catfact90" "say how eyeball shoot eyeballs!!!"
  596. alias "catfact91" "say how make u.s. marine go air force?"
  597. alias "catfact92" "say How to make construction worker build gas pump?"
  598. alias "catfact93" "say when can carpenter put soda machine"
  599. alias "catfact94" "say How make Gun as Bob the Builder"
  600. alias "catfact95" "say go play with your building blocks"
  601. alias "catfact96" "say How do you push as the firebat"
  602. alias "catfact97" "say how warrior dig with shovel"
  603. alias "catfact98" "say what button to glow ghost buster?"
  604. alias "catfact99" "say how I go shiny as the dentist"
  605. alias "catfact100" "say how does fast boy throw ball"
  606. alias "catfact101" "say how fireman hammertime"
  607. alias "catfact102" "say how architect get more minerals"
  608. alias "catfact103" "say How do I make healing box?"
  609. alias "catfact104" "say how machine man get vespene gas"
  610. alias "catfact105" "say who can then the secret agent become the other team"
  611. alias "catfact106" "say why masked tuxedo man change color???"
  612. alias "catfact107" "say how do outback steakhouse guy do the telescope"
  613. alias "catfact108" "say how does french toast go seethrough"
  614. alias "catfact109" "say how masked artist make ice sculptures"
  615. alias "catfact110" "say How do I street fighter move as the fireman???????????"
  616. alias "catfact111" "say as the American guy, how do I use my jetpack"
  617. alias "catfact112" "say how to raise flag as patriot?!"
  618. alias "catfact123" "say How building healing bot as technician?"
  619. alias "catfact114" "say how fighter guy play trumpet"
  620. alias "catfact115" "say As science hillbilly, how do I deploy a tiny robo-cop?"
  621. alias "catfact116" "say why to build turret as construction worker!"
  622. alias "catfact117" "say How to shoot annoying baseball player?"
  623. alias "catfact118" "say How to pretend to die as french businessman"
  624. alias "catfact119" "say how ski mask guy listen to radio"
  625. alias "catfact120" "say how do boston scoundrel run fast?"
  626. alias "catfact121" "say how use chef knife as helmet child?"
  627. alias "catfact122" "say how do drinks machine as erection man?"
  628. alias "catfact123" "say how do i build disco platform as hank of the hill"
  629. alias "catfact124" "say how moorish legend do fast run"
  630. alias "catfact125" "say How u jump high as sports player"
  631. alias "catfact126" "say how to fly as sold man?"
  632. alias "catfact127" "say how speedy hooligan throw christmas ball?"
  633. alias "catfact128" "say how country singer play guitar"
  634. alias "catfact129" "say how white usain bolt sponsor pepsi"
  635. alias "catfact130" "say how coal miner play missile command with wrungler"
  636. alias "catfact131" "say where infantry fellow get gunboots?"
  637. alias "catfact132" "say how medicine man find supersaw?"
  638. alias "catfact133" "say how professorman inside eggshell?"
  639. alias "catfact134" "say how somali pirate get pegleg"
  640. alias "catfact135" "say how archer wanker shoot fire"
  641. alias "catfact136" "say how texas man get can opener hand"
  642. alias "catfact137" "say how astronaut suit eat candy"
  643. alias "catfact138" "say how albert einstein get lightning bolt hand"
  644. alias "catfact139" "say where vladimir putin find boxing glove"
  645.  
  646.  
  647. alias "catfact_diceroll_01" "alias catfact_result catfact01;alias catfact_cycle catfact_diceroll_02"
  648. alias "catfact_diceroll_02" "alias catfact_result catfact02;alias catfact_cycle catfact_diceroll_03"
  649. alias "catfact_diceroll_03" "alias catfact_result catfact03;alias catfact_cycle catfact_diceroll_04"
  650. alias "catfact_diceroll_04" "alias catfact_result catfact04;alias catfact_cycle catfact_diceroll_05"
  651. alias "catfact_diceroll_05" "alias catfact_result catfact05;alias catfact_cycle catfact_diceroll_06"
  652. alias "catfact_diceroll_06" "alias catfact_result catfact06;alias catfact_cycle catfact_diceroll_07"
  653. alias "catfact_diceroll_07" "alias catfact_result catfact07;alias catfact_cycle catfact_diceroll_08"
  654. alias "catfact_diceroll_08" "alias catfact_result catfact08;alias catfact_cycle catfact_diceroll_09"
  655. alias "catfact_diceroll_09" "alias catfact_result catfact09;alias catfact_cycle catfact_diceroll_10"
  656. alias "catfact_diceroll_10" "alias catfact_result catfact10;alias catfact_cycle catfact_diceroll_11"
  657. alias "catfact_diceroll_11" "alias catfact_result catfact11;alias catfact_cycle catfact_diceroll_12"
  658. alias "catfact_diceroll_12" "alias catfact_result catfact12;alias catfact_cycle catfact_diceroll_13"
  659. alias "catfact_diceroll_13" "alias catfact_result catfact13;alias catfact_cycle catfact_diceroll_14"
  660. alias "catfact_diceroll_14" "alias catfact_result catfact14;alias catfact_cycle catfact_diceroll_15"
  661. alias "catfact_diceroll_15" "alias catfact_result catfact15;alias catfact_cycle catfact_diceroll_16"
  662. alias "catfact_diceroll_16" "alias catfact_result catfact16;alias catfact_cycle catfact_diceroll_17"
  663. alias "catfact_diceroll_17" "alias catfact_result catfact17;alias catfact_cycle catfact_diceroll_18"
  664. alias "catfact_diceroll_18" "alias catfact_result catfact18;alias catfact_cycle catfact_diceroll_19"
  665. alias "catfact_diceroll_19" "alias catfact_result catfact19;alias catfact_cycle catfact_diceroll_20"
  666. alias "catfact_diceroll_20" "alias catfact_result catfact20;alias catfact_cycle catfact_diceroll_21"
  667. alias "catfact_diceroll_21" "alias catfact_result catfact21;alias catfact_cycle catfact_diceroll_22"
  668. alias "catfact_diceroll_22" "alias catfact_result catfact22;alias catfact_cycle catfact_diceroll_23"
  669. alias "catfact_diceroll_23" "alias catfact_result catfact23;alias catfact_cycle catfact_diceroll_24"
  670. alias "catfact_diceroll_24" "alias catfact_result catfact24;alias catfact_cycle catfact_diceroll_25"
  671. alias "catfact_diceroll_25" "alias catfact_result catfact25;alias catfact_cycle catfact_diceroll_26"
  672. alias "catfact_diceroll_26" "alias catfact_result catfact26;alias catfact_cycle catfact_diceroll_27"
  673. alias "catfact_diceroll_27" "alias catfact_result catfact27;alias catfact_cycle catfact_diceroll_28"
  674. alias "catfact_diceroll_28" "alias catfact_result catfact28;alias catfact_cycle catfact_diceroll_29"
  675. alias "catfact_diceroll_29" "alias catfact_result catfact29;alias catfact_cycle catfact_diceroll_30"
  676. alias "catfact_diceroll_30" "alias catfact_result catfact30;alias catfact_cycle catfact_diceroll_31"
  677. alias "catfact_diceroll_31" "alias catfact_result catfact31;alias catfact_cycle catfact_diceroll_32"
  678. alias "catfact_diceroll_32" "alias catfact_result catfact32;alias catfact_cycle catfact_diceroll_33"
  679. alias "catfact_diceroll_33" "alias catfact_result catfact33;alias catfact_cycle catfact_diceroll_34"
  680. alias "catfact_diceroll_34" "alias catfact_result catfact34;alias catfact_cycle catfact_diceroll_35"
  681. alias "catfact_diceroll_35" "alias catfact_result catfact35;alias catfact_cycle catfact_diceroll_36"
  682. alias "catfact_diceroll_36" "alias catfact_result catfact36;alias catfact_cycle catfact_diceroll_37"
  683. alias "catfact_diceroll_37" "alias catfact_result catfact37;alias catfact_cycle catfact_diceroll_38"
  684. alias "catfact_diceroll_38" "alias catfact_result catfact38;alias catfact_cycle catfact_diceroll_39"
  685. alias "catfact_diceroll_39" "alias catfact_result catfact39;alias catfact_cycle catfact_diceroll_40"
  686. alias "catfact_diceroll_40" "alias catfact_result catfact40;alias catfact_cycle catfact_diceroll_41"
  687. alias "catfact_diceroll_41" "alias catfact_result catfact41;alias catfact_cycle catfact_diceroll_42"
  688. alias "catfact_diceroll_42" "alias catfact_result catfact42;alias catfact_cycle catfact_diceroll_43"
  689. alias "catfact_diceroll_43" "alias catfact_result catfact43;alias catfact_cycle catfact_diceroll_44"
  690. alias "catfact_diceroll_44" "alias catfact_result catfact44;alias catfact_cycle catfact_diceroll_45"
  691. alias "catfact_diceroll_45" "alias catfact_result catfact45;alias catfact_cycle catfact_diceroll_46"
  692. alias "catfact_diceroll_46" "alias catfact_result catfact46;alias catfact_cycle catfact_diceroll_47"
  693. alias "catfact_diceroll_47" "alias catfact_result catfact47;alias catfact_cycle catfact_diceroll_48"
  694. alias "catfact_diceroll_48" "alias catfact_result catfact48;alias catfact_cycle catfact_diceroll_49"
  695. alias "catfact_diceroll_49" "alias catfact_result catfact49;alias catfact_cycle catfact_diceroll_50"
  696. alias "catfact_diceroll_50" "alias catfact_result catfact50;alias catfact_cycle catfact_diceroll_51"
  697. alias "catfact_diceroll_51" "alias catfact_result catfact51;alias catfact_cycle catfact_diceroll_52"
  698. alias "catfact_diceroll_52" "alias catfact_result catfact52;alias catfact_cycle catfact_diceroll_53"
  699. alias "catfact_diceroll_53" "alias catfact_result catfact53;alias catfact_cycle catfact_diceroll_54"
  700. alias "catfact_diceroll_54" "alias catfact_result catfact54;alias catfact_cycle catfact_diceroll_55"
  701. alias "catfact_diceroll_55" "alias catfact_result catfact55;alias catfact_cycle catfact_diceroll_56"
  702. alias "catfact_diceroll_56" "alias catfact_result catfact56;alias catfact_cycle catfact_diceroll_57"
  703. alias "catfact_diceroll_57" "alias catfact_result catfact57;alias catfact_cycle catfact_diceroll_58"
  704. alias "catfact_diceroll_58" "alias catfact_result catfact58;alias catfact_cycle catfact_diceroll_59"
  705. alias "catfact_diceroll_59" "alias catfact_result catfact59;alias catfact_cycle catfact_diceroll_60"
  706. alias "catfact_diceroll_60" "alias catfact_result catfact60;alias catfact_cycle catfact_diceroll_61"
  707. alias "catfact_diceroll_61" "alias catfact_result catfact61;alias catfact_cycle catfact_diceroll_62"
  708. alias "catfact_diceroll_62" "alias catfact_result catfact62;alias catfact_cycle catfact_diceroll_63"
  709. alias "catfact_diceroll_63" "alias catfact_result catfact63;alias catfact_cycle catfact_diceroll_64"
  710. alias "catfact_diceroll_64" "alias catfact_result catfact64;alias catfact_cycle catfact_diceroll_65"
  711. alias "catfact_diceroll_65" "alias catfact_result catfact65;alias catfact_cycle catfact_diceroll_66"
  712. alias "catfact_diceroll_66" "alias catfact_result catfact66;alias catfact_cycle catfact_diceroll_67"
  713. alias "catfact_diceroll_67" "alias catfact_result catfact67;alias catfact_cycle catfact_diceroll_68"
  714. alias "catfact_diceroll_68" "alias catfact_result catfact68;alias catfact_cycle catfact_diceroll_69"
  715. alias "catfact_diceroll_69" "alias catfact_result catfact69;alias catfact_cycle catfact_diceroll_70"
  716. alias "catfact_diceroll_70" "alias catfact_result catfact70;alias catfact_cycle catfact_diceroll_71"
  717. alias "catfact_diceroll_71" "alias catfact_result catfact71;alias catfact_cycle catfact_diceroll_72"
  718. alias "catfact_diceroll_72" "alias catfact_result catfact72;alias catfact_cycle catfact_diceroll_73"
  719. alias "catfact_diceroll_73" "alias catfact_result catfact73;alias catfact_cycle catfact_diceroll_74"
  720. alias "catfact_diceroll_74" "alias catfact_result catfact74;alias catfact_cycle catfact_diceroll_75"
  721. alias "catfact_diceroll_75" "alias catfact_result catfact75;alias catfact_cycle catfact_diceroll_76"
  722. alias "catfact_diceroll_76" "alias catfact_result catfact76;alias catfact_cycle catfact_diceroll_77"
  723. alias "catfact_diceroll_77" "alias catfact_result catfact77;alias catfact_cycle catfact_diceroll_78"
  724. alias "catfact_diceroll_78" "alias catfact_result catfact78;alias catfact_cycle catfact_diceroll_79"
  725. alias "catfact_diceroll_79" "alias catfact_result catfact79;alias catfact_cycle catfact_diceroll_80"
  726. alias "catfact_diceroll_80" "alias catfact_result catfact80;alias catfact_cycle catfact_diceroll_81"
  727. alias "catfact_diceroll_81" "alias catfact_result catfact81;alias catfact_cycle catfact_diceroll_82"
  728. alias "catfact_diceroll_82" "alias catfact_result catfact82;alias catfact_cycle catfact_diceroll_83"
  729. alias "catfact_diceroll_83" "alias catfact_result catfact83;alias catfact_cycle catfact_diceroll_84"
  730. alias "catfact_diceroll_84" "alias catfact_result catfact84;alias catfact_cycle catfact_diceroll_85"
  731. alias "catfact_diceroll_85" "alias catfact_result catfact85;alias catfact_cycle catfact_diceroll_86"
  732. alias "catfact_diceroll_86" "alias catfact_result catfact86;alias catfact_cycle catfact_diceroll_87"
  733. alias "catfact_diceroll_87" "alias catfact_result catfact87;alias catfact_cycle catfact_diceroll_88"
  734. alias "catfact_diceroll_88" "alias catfact_result catfact88;alias catfact_cycle catfact_diceroll_89"
  735. alias "catfact_diceroll_89" "alias catfact_result catfact89;alias catfact_cycle catfact_diceroll_90"
  736. alias "catfact_diceroll_90" "alias catfact_result catfact90;alias catfact_cycle catfact_diceroll_91"
  737. alias "catfact_diceroll_91" "alias catfact_result catfact91;alias catfact_cycle catfact_diceroll_92"
  738. alias "catfact_diceroll_92" "alias catfact_result catfact92;alias catfact_cycle catfact_diceroll_93"
  739. alias "catfact_diceroll_93" "alias catfact_result catfact93;alias catfact_cycle catfact_diceroll_94"
  740. alias "catfact_diceroll_94" "alias catfact_result catfact94;alias catfact_cycle catfact_diceroll_95"
  741. alias "catfact_diceroll_95" "alias catfact_result catfact95;alias catfact_cycle catfact_diceroll_96"
  742. alias "catfact_diceroll_96" "alias catfact_result catfact96;alias catfact_cycle catfact_diceroll_97"
  743. alias "catfact_diceroll_97" "alias catfact_result catfact97;alias catfact_cycle catfact_diceroll_98"
  744. alias "catfact_diceroll_98" "alias catfact_result catfact98;alias catfact_cycle catfact_diceroll_99"
  745. alias "catfact_diceroll_99" "alias catfact_result catfact99;alias catfact_cycle catfact_diceroll_100"
  746. alias "catfact_diceroll_100" "alias catfact_result catfact100;alias catfact_cycle catfact_diceroll_101"
  747. alias "catfact_diceroll_101" "alias catfact_result catfact101;alias catfact_cycle catfact_diceroll_102"
  748. alias "catfact_diceroll_102" "alias catfact_result catfact102;alias catfact_cycle catfact_diceroll_103"
  749. alias "catfact_diceroll_103" "alias catfact_result catfact103;alias catfact_cycle catfact_diceroll_104"
  750. alias "catfact_diceroll_104" "alias catfact_result catfact104;alias catfact_cycle catfact_diceroll_105"
  751. alias "catfact_diceroll_105" "alias catfact_result catfact105;alias catfact_cycle catfact_diceroll_106"
  752. alias "catfact_diceroll_106" "alias catfact_result catfact106;alias catfact_cycle catfact_diceroll_107"
  753. alias "catfact_diceroll_107" "alias catfact_result catfact107;alias catfact_cycle catfact_diceroll_108"
  754. alias "catfact_diceroll_108" "alias catfact_result catfact108;alias catfact_cycle catfact_diceroll_109"
  755. alias "catfact_diceroll_109" "alias catfact_result catfact109;alias catfact_cycle catfact_diceroll_110"
  756. alias "catfact_diceroll_110" "alias catfact_result catfact110;alias catfact_cycle catfact_diceroll_111"
  757. alias "catfact_diceroll_111" "alias catfact_result catfact111;alias catfact_cycle catfact_diceroll_112"
  758. alias "catfact_diceroll_112" "alias catfact_result catfact112;alias catfact_cycle catfact_diceroll_113"
  759. alias "catfact_diceroll_113" "alias catfact_result catfact113;alias catfact_cycle catfact_diceroll_114"
  760. alias "catfact_diceroll_114" "alias catfact_result catfact114;alias catfact_cycle catfact_diceroll_115"
  761. alias "catfact_diceroll_115" "alias catfact_result catfact115;alias catfact_cycle catfact_diceroll_116"
  762. alias "catfact_diceroll_116" "alias catfact_result catfact116;alias catfact_cycle catfact_diceroll_117"
  763. alias "catfact_diceroll_117" "alias catfact_result catfact117;alias catfact_cycle catfact_diceroll_118"
  764. alias "catfact_diceroll_118" "alias catfact_result catfact118;alias catfact_cycle catfact_diceroll_119"
  765. alias "catfact_diceroll_119" "alias catfact_result catfact119;alias catfact_cycle catfact_diceroll_120"
  766. alias "catfact_diceroll_120" "alias catfact_result catfact120;alias catfact_cycle catfact_diceroll_121"
  767. alias "catfact_diceroll_121" "alias catfact_result catfact121;alias catfact_cycle catfact_diceroll_122"
  768. alias "catfact_diceroll_122" "alias catfact_result catfact122;alias catfact_cycle catfact_diceroll_123"
  769. alias "catfact_diceroll_123" "alias catfact_result catfact123;alias catfact_cycle catfact_diceroll_124"
  770. alias "catfact_diceroll_124" "alias catfact_result catfact124;alias catfact_cycle catfact_diceroll_125"
  771. alias "catfact_diceroll_125" "alias catfact_result catfact125;alias catfact_cycle catfact_diceroll_126"
  772. alias "catfact_diceroll_126" "alias catfact_result catfact126;alias catfact_cycle catfact_diceroll_127"
  773. alias "catfact_diceroll_127" "alias catfact_result catfact127;alias catfact_cycle catfact_diceroll_128"
  774. alias "catfact_diceroll_128" "alias catfact_result catfact128;alias catfact_cycle catfact_diceroll_129"
  775. alias "catfact_diceroll_129" "alias catfact_result catfact129;alias catfact_cycle catfact_diceroll_130"
  776. alias "catfact_diceroll_130" "alias catfact_result catfact130;alias catfact_cycle catfact_diceroll_131"
  777. alias "catfact_diceroll_131" "alias catfact_result catfact131;alias catfact_cycle catfact_diceroll_132"
  778. alias "catfact_diceroll_132" "alias catfact_result catfact132;alias catfact_cycle catfact_diceroll_133"
  779. alias "catfact_diceroll_133" "alias catfact_result catfact133;alias catfact_cycle catfact_diceroll_134"
  780. alias "catfact_diceroll_134" "alias catfact_result catfact134;alias catfact_cycle catfact_diceroll_135"
  781. alias "catfact_diceroll_135" "alias catfact_result catfact135;alias catfact_cycle catfact_diceroll_136"
  782. alias "catfact_diceroll_136" "alias catfact_result catfact136;alias catfact_cycle catfact_diceroll_137"
  783. alias "catfact_diceroll_137" "alias catfact_result catfact137;alias catfact_cycle catfact_diceroll_138"
  784. alias "catfact_diceroll_138" "alias catfact_result catfact138;alias catfact_cycle catfact_diceroll_139"
  785. alias "catfact_diceroll_139" "alias catfact_result catfact64;alias catfact_cycle catfact_diceroll_01"
  786. alias catfact_cycle catfact_diceroll_01
  787.  
  788.  
  789. alias resultandcycle "catfact_result; catfact_cycle"
  790.  
  791.  
  792.  
  793. bind T resultandcycle
  794.  
  795. // ----------------------------------------------------------------------------
  796. // Crosshair Tweaks
  797. // ----------------------------------------------------------------------------
  798. cl_crosshair_blue "0.000000"
  799. cl_crosshair_file "crosshair2"
  800. cl_crosshair_green "255.000000"
  801. cl_crosshair_red "0.000000"
  802. cl_crosshair_scale "32.270000"
  803. cl_crosshairalpha "200"
  804. cl_crosshaircolor "0"
  805. cl_dynamiccrosshair "1"
  806.  
  807. // ----------------------------------------------------------------------------
  808. // Print to console
  809. // ----------------------------------------------------------------------------
  810. clear
  811. echo [[Performance settings loaded]]
  812. echo "-------------------------------------------------------"
  813. echo " Blended config loaded. "
  814. echo "-------------------------------------------------------"
  815. echo "closecaption enabled"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement