File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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
622Version 39, 12 March 2022
723---------------------------
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ mkdir publish_temp\svr
88copy /Y " .\bin\svr_game.dll" " publish_temp\svr\"
99copy /Y " .\bin\svr_launcher.exe" " publish_temp\svr\"
1010copy /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\"
1119xcopy /Q /E " .\bin\data\" " publish_temp\svr\data\"
1220copy /Y " .\update.cmd" " publish_temp\svr\"
1321copy /Y " .\README.MD" " publish_temp\svr\"
You can’t perform that action at this time.
0 commit comments