Skip to content

Commit d9a6fa4

Browse files
committedJan 17, 2025
| 4 files | M common.sh, M l4d/left4dead/bin/client_strings.txt, M l4d/left4dead/bin/server_strings.txt, M tools/ValveResourceFormat
https://steamdb.info/patchnotes/17033350/
1 parent 7c87455 commit d9a6fa4

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed
 

‎common.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ ProcessVPK ()
6565

6666
DeduplicateStringsFrom ()
6767
{
68-
echo "> Deduplicating strings"
69-
7068
suffix="$1"
7169
shift
7270

71+
echo "> Deduplicating strings ($suffix)"
72+
7373
dedupe_files=()
7474
for file in "$@"; do
7575
dedupe_files+=("$(realpath "$file")")

‎l4d/left4dead/bin/client_strings.txt

+24-24
Original file line numberDiff line numberDiff line change
@@ -2423,10 +2423,10 @@ $world_mins
24232423
3D skybox
24242424
3L?Zb%
24252425
3ffff.
2426-
3rJt
2426+
3rBt
24272427
3rd_strike
2428-
3vJt
2429-
3zJt
2428+
3vBt
2429+
3zBt
24302430
4 by 3
24312431
4.0f
24322432
40.0
@@ -2459,9 +2459,9 @@ $world_mins
24592459
6IInput
24602460
6fff.
24612461
7.0f
2462-
72JQ
2462+
72BQ
24632463
750.0
2464-
76JQ
2464+
76BQ
24652465
7CFXLine
24662466
7CFXQuad
24672467
7C_Flare
@@ -2473,17 +2473,19 @@ $world_mins
24732473
7Dragger
24742474
7IConVar
24752475
7IHudLCD
2476-
7V`K
2477-
7Z`K
2478-
7b`K
2479-
7f`K
2476+
7VXK
2477+
7ZXK
2478+
7^XK
2479+
7bXK
2480+
7fXK
24802481
7fffff.
24812482
7ffffff.
2482-
7j`K
2483-
7n`K
2484-
7r`K
2485-
7v`K
2486-
7z`K
2483+
7jXK
2484+
7nXK
2485+
7rXK
2486+
7vXK
2487+
7zXK
2488+
7~XK
24872489
8#u7
24882490
8-t%f
24892491
8.u0
@@ -2725,8 +2727,7 @@ $world_mins
27252727
=ffff.
27262728
>0uM
27272729
>13C_SceneEntity
2728-
>CZ2
2729-
>FD2
2730+
>CR2
27302731
>N31PrecacheEffectExplosionPrecache18CResourcePrecacherE
27312732
>ffff.
27322733
>fffff.
@@ -7136,11 +7137,11 @@ F8x)
71367137
F;7u
71377138
F;sp|
71387139
FAILED
7140+
FCR2
71397141
FCVAR_CHEAT cvars reverted to defaults.\n
71407142
FCVAR_NEVER_AS_STRING
7141-
FCZ2
71427143
FDx)
7143-
FFD2
7144+
FF<2
71447145
FFDamage
71457146
FFDamageGame
71467147
FFDamageGameMost
@@ -10656,14 +10657,14 @@ Zombies can shove special zombies with a lunge.
1065610657
\n ##### CHLClient::PrecacheMaterial could not find material %s (%s)
1065710658
\n ##### CMaterialReference::Init got error material for %s in tex group %s
1065810659
\n------- CLIENT SOUNDSCAPES -------\n
10659-
\n6LK
10660-
\nNLK
10660+
\n6DK
10661+
\nNDK
1066110662
\n\nTotal Frames : %3i\n\n
1066210663
\n\nopname, total time, max time, total render time, max render time\n
1066310664
\nf9D
10664-
\nfLK
10665+
\nfDK
1066510666
\nt9i
10666-
\nvKK
10667+
\nvCK
1066710668
\rfff.
1066810669
\t!FClassnameIs( [%s]
1066910670
\t![%s]->GetWeaponInSlot(
@@ -10758,8 +10759,7 @@ Zombies can shove special zombies with a lunge.
1075810759
]fff.
1075910760
]ffff.
1076010761
]ffffff.
10761-
^CZ2
10762-
^FD2
10762+
^CR2
1076310763
^ffff.
1076410764
^fffff.
1076510765
_Pku

‎l4d/left4dead/bin/server_strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,7 @@ $tH13CTerrorPlayer
27392739
8IVehicle
27402740
8Infected
27412741
8TankIdle
2742-
8VYj
2742+
8V[j
27432743
8dt%
27442744
8ff&?
27452745
8ffff.

0 commit comments

Comments
 (0)
Please sign in to comment.