Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

5.1.0

Latest
Compare
Choose a tag to compare
@bigfinfrank bigfinfrank released this 27 Jul 03:34
a52185a
+ Added sv_minimum_desired_chicken_count "100" to practice.cfg and misc.cfg
+ Added tv_password1 and updated the tv_password description in server_secrets.cfg.example and private.cfg.example
+ Added r_show_time_info to +fin_scorenet in aliases_controls.cfg
+ Added (+/-/ )fin_autohop aliases to aliases_exploits.cfg
+ Added new bind scancodeX method of checking all bound keys to keys.cfg instead of using the dedicated folder to check each category of keys.
+ Added voice_threshold_attack and voice_threshold_hold to audio.cfg
+ Added cl_input_enable_raw_keyboard false into binds.cfg for those that run into the "stuck keys" bug, might cause issues with FACEIT.
+ Added cl_joystick_enabled "false" and joystick "false" to binds.cfg
+ Added cl_ticks_warning_level "2" to networking.cfg to help diagnose tick problems when they happen
+ Added sv_steamauth_enforce "2" and tv_secure_bypass "false" to safety.cfg and practice.cfg
+ Added cl_hud_telemetry_* and cl_grenadecrosshair_* convars to ui.cfg
+ Added cl_teamid_overhead_fade_near_crosshair to ui.cfg
+ Added autohop.cfg into utility, credit to @deafps
+ Added fin_darkmode aliases to allow you to disable mat_fullbright 3 being set on map load, useful when changing local maps repeatedly.
+ Added fin_minijump aliases along with reworks to other movement aliases based on https://steamcommunity.com/sharedfiles/filedetails/?id=3283822077
+ Added fin_nextcategory and fin_lastcategory for use with https://github.com/Nereziel/cs2-WeaponPaints

* Adjusted whitespace & new lines
* Enabled mp_endmatch_votenextmap and increased mp_endmatch_votenextleveltime from 0 to 20.
* Fixed some missing semicolons
* Replaced old RGB Hud implementation's use of toggle between several values with cyclevar
* Updated input_button_code_is_scan_code in binds.cfg to use the renamed input_button_code_is_scan_code_scd
* Updated cl_teamid_overhead_mode from 2 to 3 (as well as the description) because Valve decided to change what the numbers meant.
* Fixed category numbering in a few spots
* Updated mat_fullbright with it's new description
* Disabled SourceTV/demo recording in practice.cfg, was causing crashes.
* Set players and bots to be killed on disconnect again as the one-time cleanup is less impactful than the ghost of the player sitting there forever.
* Updated ui_mainmenu_bkgnd_movie_######## convar
* Temporarily disabled mp_randomspawn* as they might be resulting in crashes
* Fixed a typo
* Renamed fin_antiafk to fin_antiafk_on and fin_antiafk2 to fin_antiafk_off.
* Updated defensive_values
* Fixed some missing/incorrect {X} section numbers
* Fixed missing.cfg in server_secrets.cfg.example's echoln's
* Renamed grammarly/ in utility/ to autocorrect/ for profeshunuhlizm
* Adjusted practice.cfg settings to allow four bots to run around aimlessly, for stiles

- Removed cq_netgraph and cq_netgraph_problem_show_auto from aliases_controls.cfg and networking.cfg
- Removed keys folder
- Removed mat_disable_normal_mapping from skill_container.cfg
- Removed script_reload_kz in favor of using https://github.com/Letaryat/poor-sharptimer for KZ UI.
- Removed cl_chatfilters from safety.cfg as it's no longer in the game.
- Removed sv_max_allowed_net_graph, mp_roundtime_deployment, and cash_team_survive_guardian_wave from practice.cfg as they're no longer in the game.
- Removed mp_guardian_* commands from debug.cfg as they're no longer in the game.
- Removed cl_playerspray_auto_apply and sv_holiday_mode from misc.cfg as they're no longer in the game.
- Removed cl_crosshair_sniper_show_normal_inaccuracy and spec_hide_players from ui.cfg and skinpictures.cfg as they're no longer in the game.
- Removed desubtick aliases en-masse
- Removed gc and il aliases in favor of fin_nextcategory and fin_lastcategory
- Removed positions folder, these might be re-added in the future if I can find a consistent way to set them, not just arbitrarily via getpos_exact.
- Removed prog and added it to .gitignore
- Removed aliases.cfg, gamemodes.cfg, items.cfg, and positions.cfg from utility/ because most of them were out of date and I can't be asked to update them manually, may return in the future, similarly to the positions folder.
- Removed "Changing framerate and power saving settings" from practice.cfg per @xPaw/@H7perus suggestion