Skip to content

Commit 6c225ac

Browse files
committed
Update changelog
1 parent 9b05976 commit 6c225ac

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.TXT

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
Version 40,
1+
Version 40, 26 October 2022
22
---------------------------
33

4+
Supported games in this release:
5+
* Counter-Strike: Source
6+
* Counter-Strike: Global Offensive
7+
* Team Fortress 2
8+
* Zombie Panic! Source
9+
* Half-Life 2
10+
* Source 2013 mods
11+
* Black Mesa
12+
* Half-Life 2: Deathmatch
13+
* Synergy
14+
* Hunt Down The Freeman
15+
* Empires
16+
417
* Added SVR injector to inject into running games at your own risk. The injector will only find games that are running in insecure mode.
18+
* Fixed sound address in latest CSGO update (@SmileyAG)
19+
* New games added (@SmileyAG, @Neoony)
20+
* Updated FFmpeg binaries to 5.1.2
521

622
Version 39, 12 March 2022
723
---------------------------

publish.cmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ mkdir publish_temp\svr
88
copy /Y ".\bin\svr_game.dll" "publish_temp\svr\"
99
copy /Y ".\bin\svr_launcher.exe" "publish_temp\svr\"
1010
copy /Y ".\bin\ffmpeg.exe" "publish_temp\svr\"
11+
copy /Y ".\bin\avcodec-59.dll" "publish_temp\svr\"
12+
copy /Y ".\bin\avdevice-59.dll" "publish_temp\svr\"
13+
copy /Y ".\bin\avfilter-8.dll" "publish_temp\svr\"
14+
copy /Y ".\bin\avformat-59.dll" "publish_temp\svr\"
15+
copy /Y ".\bin\avutil-57.dll" "publish_temp\svr\"
16+
copy /Y ".\bin\postproc-56.dll" "publish_temp\svr\"
17+
copy /Y ".\bin\swscale-6.dll" "publish_temp\svr\"
18+
copy /Y ".\bin\swresample-4.dll" "publish_temp\svr\"
1119
xcopy /Q /E ".\bin\data\" "publish_temp\svr\data\"
1220
copy /Y ".\update.cmd" "publish_temp\svr\"
1321
copy /Y ".\README.MD" "publish_temp\svr\"

0 commit comments

Comments
 (0)