Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit a058d6c

Browse files
authored
Update gamedata (#26)
* Update readme gamedata text link * Update gamedata txt Based on Source2ZE/CS2Fixes repository --------- Co-authored-by: marqdevx <[email protected]>
1 parent 7a0ab08 commit a058d6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DISCLAIMER: *not* responsible for any issues or breakages caused by the plugin.
1212
### Fix server crashes
1313
In case you have non-expected server crashes, it might be due the `addons\cs2scrim\gamedata\cs2fixes.games.txt` is not up-to-date.
1414
I might not update that text until a next "official" release of the addon, so in order to fix that file:
15-
The original addon repository it's actively updated, so copy the content of this https://github.com/Source2ZE/CS2Fixes/blob/main/gamedata/cs2fixes.games.txt onto your `addons\cs2scrim\gamedata\cs2fixes.games.txt`
15+
Copy the content of the file https://github.com/marqdevx/mm-cs2-scrim/blob/main/gamedata/cs2fixes.games.txt onto your `addons\cs2scrim\gamedata\cs2fixes.games.txt`
1616

1717
# Addon information
1818
This plugin adds the minimum requirements for competitive teams that need a more handy way of managing a few commands from the server side, like config management or replay recording.

gamedata/cs2fixes.games.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"windows" "@LoggingSystem_LogAssert"
5454
"linux" "@LoggingSystem_LogAssert"
5555
}
56-
// String: "\"Console<0>\" say \"%s\"\n"
56+
57+
// String: "\"Console<0>\" say \"%s\"\n"
5758
"Host_Say"
5859
{
5960
"library" "server"
@@ -94,11 +95,10 @@
9495
"windows" "\x4C\x8B\xC9\x48\x8B\x09\x48\x85\xC9\x74\x2A\x48\x8B\x41\x10"
9596
"linux" "\x4C\x8B\x07\x4D\x85\xC0\x74\x2A\x49\x8B\x40\x10"
9697
}
97-
// String : "SV: %d/%s ignored %d FL_FULL_EDICT_CH"
9898
"StateChanged"
9999
{
100100
"library" "server"
101-
"windows" "\x40\x55\x53\x56\x41\x55\x41\x57\x48\x8D\x6C\x24\xB0"
101+
"windows" "\x48\x89\x54\x24\x10\x55\x53\x57\x41\x55"
102102
"linux" "\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x41\x54\x53\x89\xD3"
103103
}
104104
"VoiceShouldHear"

0 commit comments

Comments
 (0)