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

Commit

Permalink
Updated to MC:SE 2 "Beatrix"
Browse files Browse the repository at this point in the history
  • Loading branch information
RoonMoonlight committed Feb 13, 2021
1 parent ccd5edf commit 52c7b16
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 216 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog ##
**Current Version:** v1.0 'Aegina'
**Current Version:** v2.0 'Beatrix'
### General Changes ###
* Initial Release
* Removed unnecessary code from MysticConfig (Such as TF2 only cvars)
* Fixed the bind when resetting
* Updated the Startup/Help screen
* Removed the bind/cheat fix command
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MC:SE comes with several settings used to toggle certain features; edit them in
1. Head to [release page](https://github.com/MysticMoonlight/MysticConfig-Source-Edition/releases) and click on MCSE.zip to download file
2. Extract the zip file (Recommend using with 7-zip for extraction)
3. locate your Source Engine Game(If CS:S, go cstrike) installation's `custom` folder (usually located at `C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom` on Windows)
4. Move the `MysticConfig` folder to custom folder.
4. Move the extracted folder to custom folder.
5. Edit the settings on `_settings.cfg` to customize the config.
6. Launch TF2

Expand All @@ -47,7 +47,7 @@ Since MC:SE aims to support all source engine games, most source engine games sh
* And many more Source Engine games which supports custom folder

### Unsupported Games ###
* Left 4 Dead series (It uses addon system by default)
* Left 4 Dead series (It uses addon system and does not support folder based mods)
* Counter Strike: Global Offensive (Valve removed custom folder support)
* Any GoldSrc/Source 2 Engine games (This script compilation was not meant to support GoldSrc and Source 2 Engines)

Expand Down
7 changes: 2 additions & 5 deletions cfg/_commands.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
// Add commands related to fixing various bugs encountered.
alias fix_invis "record fix; stop;echo MysticConfig | Invisible bug successfully fixed."
alias fix_sound "snd_restart;echo MysticConfig | Sound successfully reloaded."
alias fix_binds "exec fix_binds.cfg"
alias fix_hud "hud_reloadscheme;echo MysticConfig | HUD successfully reloaded."
alias fix_cheats "exec fix_cheats.cfg"
alias fix_materials "toggle mat_phong;echo MysticConfig | Toggled phong."
alias fix_all "fix_invis;fix_sound;fix_binds;fix_hud;echo MysticConfig | All errors successfully fixed."
alias fix_all "fix_invis;fix_sound;fix_hud;echo MysticConfig | All errors successfully fixed."

// Screenshot option command
// Commands related to screenshots. Adjust screenshot quality with these commands.
Expand All @@ -18,4 +15,4 @@ alias "screenshot_nohud" "incrementvar sv_cheats -1 2 1; cl_drawhud 0; increment

// MysticConfig command
alias "mc_help" "exec _help.cfg"
alias "mc_version" "echo MysticConfig | MysticConfig: Source Edition 1 'Aegina'"
alias "mc_version" "echo MysticConfig | MysticConfig: Source Edition 2 'Beatrix'"
10 changes: 5 additions & 5 deletions cfg/_help.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ echo " ██╔████╔██║██║ ╚═╝██
echo " ██║╚██╔╝██║██║ ██╗╚════██║██╔══╝ "
echo " ██║ ╚═╝ ██║╚██████╗╚═╝███████║███████╗ "
echo " ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝ "
echo "=------------------------------------------------------------="
echo " "
echo " List of commands "
echo "=------------------------------------------------------------="
echo " "
echo "Fix commands list:"
echo "fix_invis - Fixes the invisible players issue by using demo system."
echo "fix_sound - Reloads the sound to fix the sound issue."
Expand All @@ -15,15 +15,15 @@ echo "fix_hud - Reloads your hud to fix the hud issue."
echo "fix_cheats - Fixes the cheat issue."
echo "fix_materials - Toggles the mat_phong to fix the material issue."
echo "fix_all - Fixes the invisible players, sound, binds, hud issues."
echo "=------------------------------------------------------------="
echo " "
echo "Screenshot commands list:"
echo "screenshot_low - Low screenshot quality. (70% Quality)"
echo "screenshot_med - Medium screenshot quality. (80% Quality)"
echo "screenshot_def - Default screenshot quality. (90% Quality)"
echo "screenshot_high - High screenshot quality. (100% Quality)"
echo "screenshot_nohud - Removes the hud to easily take map screenshot. (Warning: This will enable cheats)"
echo "=------------------------------------------------------------="
echo " "
echo "MysticConfig command list:"
echo "mc_help - Displays the command list (You are here!)"
echo "mc_version - Displays the version information"
echo "=------------------------------------------------------------="
echo " "
12 changes: 0 additions & 12 deletions cfg/_reset.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,4 @@ alias key7 slot7; bind 7 key7
alias key8 slot8; bind 8 key8
alias key9 slot9; bind 9 key9

// Reset any other affected keys.
bind G +taunt
bind R +reload
bind B lastdisguise
unbind SHIFT
unbind MOUSE4
unbind BACKSPACE
unbind N

// Return to the default zoom.
zoom_reset

echo "MysticConfig | Binds reloaded."
6 changes: 3 additions & 3 deletions cfg/_startup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ echo " ██╔████╔██║██║ ╚═╝██
echo " ██║╚██╔╝██║██║ ██╗╚════██║██╔══╝ "
echo " ██║ ╚═╝ ██║╚██████╗╚═╝███████║███████╗ "
echo " ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝ "
echo "=------------------------------------------------------------="
echo " MysticConfig: Source Edition 1 'Aegina' "
echo " "
echo " MysticConfig: Source Edition 2 'Beatrix' "
echo " Made by Mystic Moonlight and community "
echo "=------------------------------------------------------------="
echo " "
echo "MysticConfig | Welcome to MC:SE! Type mc_help for list of commands."
56 changes: 0 additions & 56 deletions cfg/fix_binds.cfg

This file was deleted.

131 changes: 0 additions & 131 deletions cfg/fix_cheats.cfg

This file was deleted.

0 comments on commit 52c7b16

Please sign in to comment.