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

Commit

Permalink
5.1.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: bigfinfrank <[email protected]>
  • Loading branch information
bigfinfrank committed Jul 26, 2024
1 parent 029702a commit 57b10b4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 59 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ New updates are added as a h2 header (`##`) above the previous version (meaning
We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is the undoubtedly best format for version formatting, please use it for your own projects.


## 5.1.0-rc2
## 5.1.0-rc3
```diff
+ 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
Expand Down Expand Up @@ -43,6 +43,7 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
* 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
Expand All @@ -58,8 +59,7 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
- 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.

*** STILL STUFF TODO***
- Removed "Changing framerate and power saving settings" from practice.cfg per @xPaw/@H7perus suggestion
```


Expand Down Expand Up @@ -186,14 +186,14 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
```


## 5.0.0-rc2
## 5.0.0-rc3
```diff
* Fixed remaining formatting issues.
* Updated README to clear to-do list.
```


## 5.0.0-rc2
## 5.0.0-rc3
```diff
+ Added toggles to lag switch aliases
+ Added fin_def_fetch to debug.cfg
Expand Down
4 changes: 2 additions & 2 deletions config/loader.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echoln "[loader.cfg] Start of loader.cfg";
exec "./config/utility/clear.cfg";

echoln "[loader.cfg] Loading"; // Echo the command arguments on the console
echoln "[loader.cfg] Fin's CS2 Config 5.1.0-rc2";
echoln "[loader.cfg] Fin's CS2 Config 5.1.0-rc3";
echoln "[loader.cfg] https://steamcommunity.com/id/bigfinfrank";
echoln "[loader.cfg] https://github.com/bigfinfrank/cfg";
echoln "[loader.cfg] Last edited: July 26th 2024";
Expand Down Expand Up @@ -118,7 +118,7 @@ echoln "[loader.cfg] ";
echoln "[loader.cfg] ";
echoln "[loader.cfg] ";
echoln "[loader.cfg] Loaded";
echoln "[loader.cfg] Fin's CS2 Config 5.1.0-rc2";
echoln "[loader.cfg] Fin's CS2 Config 5.1.0-rc3";
echoln "[loader.cfg] https://steamcommunity.com/id/bigfinfrank";
echoln "[loader.cfg] https://github.com/bigfinfrank/cfg";
echoln "[loader.cfg] Last edited: July 26th 2024";
Expand Down
4 changes: 2 additions & 2 deletions config/primary/init.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ echoln "[init.cfg] Start of init.cfg";


echoln "[init.cfg] {1} Initializing";
hostname "Fin's CS2 Config 5.1.0-rc2 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
alias "fin_version" "echoln 5.1.0-rc2"; // Sets version number to an alias (can be output with: "alias fin_version")
hostname "Fin's CS2 Config 5.1.0-rc3 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
alias "fin_version" "echoln 5.1.0-rc3"; // Sets version number to an alias (can be output with: "alias fin_version")
sv_steamgroup "42297947"; // The ID of the steam group that this server belongs to. You can find your group's ID on the admin profile page in the steam community. (currently https://steamcommunity.com/groups/advancedcfg)
cl_clanid "42297947"; // Current clan ID for name decoration

Expand Down
Loading

0 comments on commit 57b10b4

Please sign in to comment.