Skip to content

Commit

Permalink
update srctvmgr gamedata etc (#168)
Browse files Browse the repository at this point in the history
* update srctvmgr gamedata etc

* convert gd back to spaces

* dos2unix

* update version for updater
  • Loading branch information
sapphonie authored Oct 8, 2023
1 parent 0ca6ee9 commit 413d4bc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Binary file modified extensions/sourcetvmanager.ext.2.tf2.dll
Binary file not shown.
Binary file modified extensions/sourcetvmanager.ext.2.tf2.so
Binary file not shown.
4 changes: 2 additions & 2 deletions gamedata/sourcetvmanager.games.txt
Original file line number Diff line number Diff line change
Expand Up @@ -510,15 +510,15 @@
"library" "engine"
"linux" "@_ZN11CHLTVServer19BroadcastEventLocalEP10IGameEventb"
// "SourceTV broadcast local event: %s\n"
"windows" "\x55\x8B\xEC\x81\xEC\x44\x04\x00\x00\x53"
"windows" "\x55\x8B\xEC\x81\xEC\x48\x04\x00\x00\x53\x8B\xD9\xC6\x45\xBC\x01\x56\x8D\x4D\xD0\xC7\x45\xC0\x00\x00\x00\x00\xC7\x45\xC4\x00\x00\x00\x00\xC7\x45\x2A\x2A\x2A\x2A\x2A\xE8"
}

"CHLTVServer::BroadcastLocalChat"
{
"library" "engine"
"linux" "@_ZN11CHLTVServer18BroadcastLocalChatEPKcS1_"
// "hltv_chat"
"windows" "\x55\x8B\xEC\x81\xEC\x4C\x04\x00\x00\x53\x8B\xD9"
"windows" "\x55\x8B\xEC\x81\xEC\x50\x04\x00\x00\x53\x8B\xD9\x8B\x0D\x2A\x2A\x2A\x2A\x56\x6A\x01\x68\x2A\x2A\x2A\x2A\x8B\x01\x89\x5D\xFC\xFF\x50"
}

"CHLTVServer::Shutdown"
Expand Down
Binary file modified plugins/stac.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion scripting/stac.sp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#pragma semicolon 1
#pragma newdecls required

#define PLUGIN_VERSION "6.1.0"
#define PLUGIN_VERSION "6.1.1"

#define UPDATE_URL "https://raw.githubusercontent.com/sapphonie/StAC-tf2/master/updatefile.txt"

Expand Down
5 changes: 3 additions & 2 deletions updatefile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
{
"Version"
{
"Latest" "6.1.0"
"Latest" "6.1.1"
}

"Notes" "Changes in 6.1.0"
"Notes" "Changes in 6.1.0/6.1.1"
"Notes" "- Update for SourceTVManager extension to prevent crashes on windows"
"Notes" "- StAC now supports 100 player servers!"
"Notes" "===== StAC is always looking for feedback! Got an issue, request, or wanna discuss? Open a GitHub issue and join the Discord server linked in the README, on GitHub! ====="
"Notes" "===== Thank you for using StAC. -sappho ===== "
Expand Down

0 comments on commit 413d4bc

Please sign in to comment.