Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
crashfort committed Oct 26, 2022
1 parent 9b05976 commit 6c225ac
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.TXT
@@ -1,7 +1,23 @@
Version 40,
Version 40, 26 October 2022
---------------------------

Supported games in this release:
* Counter-Strike: Source
* Counter-Strike: Global Offensive
* Team Fortress 2
* Zombie Panic! Source
* Half-Life 2
* Source 2013 mods
* Black Mesa
* Half-Life 2: Deathmatch
* Synergy
* Hunt Down The Freeman
* Empires

* Added SVR injector to inject into running games at your own risk. The injector will only find games that are running in insecure mode.
* Fixed sound address in latest CSGO update (@SmileyAG)
* New games added (@SmileyAG, @Neoony)
* Updated FFmpeg binaries to 5.1.2

Version 39, 12 March 2022
---------------------------
Expand Down
8 changes: 8 additions & 0 deletions publish.cmd
Expand Up @@ -8,6 +8,14 @@ mkdir publish_temp\svr
copy /Y ".\bin\svr_game.dll" "publish_temp\svr\"
copy /Y ".\bin\svr_launcher.exe" "publish_temp\svr\"
copy /Y ".\bin\ffmpeg.exe" "publish_temp\svr\"
copy /Y ".\bin\avcodec-59.dll" "publish_temp\svr\"
copy /Y ".\bin\avdevice-59.dll" "publish_temp\svr\"
copy /Y ".\bin\avfilter-8.dll" "publish_temp\svr\"
copy /Y ".\bin\avformat-59.dll" "publish_temp\svr\"
copy /Y ".\bin\avutil-57.dll" "publish_temp\svr\"
copy /Y ".\bin\postproc-56.dll" "publish_temp\svr\"
copy /Y ".\bin\swscale-6.dll" "publish_temp\svr\"
copy /Y ".\bin\swresample-4.dll" "publish_temp\svr\"
xcopy /Q /E ".\bin\data\" "publish_temp\svr\data\"
copy /Y ".\update.cmd" "publish_temp\svr\"
copy /Y ".\README.MD" "publish_temp\svr\"
Expand Down

0 comments on commit 6c225ac

Please sign in to comment.