Official patch notes

Dota 2 update
Build 24359624
23 Jul 2026, 18:58 UTC
Technical changes
84 files changed
+3774 additions-1420 removals
Technical changes
Changed files
Showing 20 of 84 tracked files.
84 files+3774-1420
MDumpSource2/.stringsignore+7-0
DumpSource2/.stringsignore
+7-0
@@ -9770,6 +9770,7 @@ CDOTA_Unit_Undying_Zombie
97709770 CDOTA_Unit_VisageFamiliar
97719771 CDOTA_Unit_ZeusCloud
97729772 CDOTA_VR_Modifier_Statue_Mode
9773+CDOTA_WhackAMoleGameEffectsEntity
97739774 CDOTA_Wisp_Spirit
97749775 CDSPMixgroupModifier
97759776 CDSPPresetMixgroupModifierTable
@@ -27646,7 +27647,9 @@ VN_DIALOGUE_EFFECT_PORTRAIT_WEAVE
2764627647 VN_DIALOGUE_EFFECT_TEXT_BOLD
2764727648 VN_DIALOGUE_EFFECT_TEXT_FAST
2764827649 VN_DIALOGUE_EFFECT_TEXT_INSTANT
27650+VN_DIALOGUE_EFFECT_TEXT_LARGE
2764927651 VN_DIALOGUE_EFFECT_TEXT_NONE
27652+VN_DIALOGUE_EFFECT_TEXT_NO_CURSOR
2765027653 VN_DIALOGUE_EFFECT_TEXT_NO_NAMEPLATE
2765127654 VN_DIALOGUE_EFFECT_TEXT_NO_TEXT
2765227655 VN_DIALOGUE_EFFECT_TEXT_SMALL
@@ -27663,6 +27666,7 @@ VN_TEXT_COLOR_LIGHT_GRAY
2766327666 VN_TEXT_COLOR_ORANGE
2766427667 VN_TEXT_COLOR_PURPLE
2766527668 VN_TEXT_COLOR_RED
27669+VN_TEXT_COLOR_TITLE
2766627670 VN_TEXT_COLOR_WHITE
2766727671 VN_TEXT_COLOR_YELLOW
2766827672 VOICEDATA_FORMAT_ENGINE
@@ -31464,6 +31468,7 @@ dota_dark_carnival_encounter_crate_drop
3146431468 dota_dark_carnival_encounter_lockpicking
3146531469 dota_dark_carnival_encounter_slark_jailbreak
3146631470 dota_dark_carnival_encounter_slark_jailbreak_debug
31471+dota_dark_carnival_encounter_whack_a_mole
3146731472 dota_dark_carnival_fake_current_time_days
3146831473 dota_dark_carnival_fortune_teller_time_between_welcome_backs
3146931474 dota_dark_carnival_max_pan_away_before_zoom_out
@@ -37686,6 +37691,7 @@ k_eDarkCarnivalRewardVisual_Chest
3768637691 k_eDarkCarnivalRewardVisual_Chest_Small
3768737692 k_eDarkCarnivalRewardVisual_Coin
3768837693 k_eDarkCarnivalRewardVisual_Completed
37694+k_eDarkCarnivalRewardVisual_EconItem
3768937695 k_eDarkCarnivalRewardVisual_Emoticon
3769037696 k_eDarkCarnivalRewardVisual_Encounter
3769137697 k_eDarkCarnivalRewardVisual_End
@@ -41068,6 +41074,7 @@ m_bFinalTreasure
4106841074 m_bFindClearSpace
4106941075 m_bFinishEarly
4107041076 m_bFinished
41077+m_bFireEventOnStart
4107141078 m_bFireEventsOnPath
4107241079 m_bFireOnEmissionEnd
4107341080 m_bFiredStartEndOutput
MDumpSource2/commands.txt+3-0
DumpSource2/commands.txt
+3-0
@@ -1458,6 +1458,9 @@ dota_dark_carnival_encounter_slark_jailbreak (developmentonly clientdll)
14581458 dota_dark_carnival_encounter_slark_jailbreak_debug (developmentonly clientdll)
14591459 <no description>
14601460
1461+dota_dark_carnival_encounter_whack_a_mole (developmentonly clientdll)
1462+ <no description>
1463+
14611464 dota_dark_carnival_visual_novel_dialogue (developmentonly clientdll)
14621465 <no description>
MDumpSource2/module_metadata/client.kv3+2-1
DumpSource2/module_metadata/client.kv3
+2-1
@@ -397,10 +397,11 @@
397397 name = "DotaMotionComic_global_client"
398398 group = "GameStartup"
399399 source_file = "src/game/shared/dota/dota_motion_comic_schema.cpp"
400- source_line = 23
400+ source_line = 19
401401 resources =
402402 [
403403 resource_name:"scripts/events/dark_carnival/dark_carnival_motion_comics_part2.vdata",
404+ resource_name:"scripts/events/dark_carnival/dark_carnival_motion_comics_part3.vdata",
404405 ]
405406 },
406407 {
MDumpSource2/schemas/client/CDOTAMotionComicFrame.h+3-1
DumpSource2/schemas/client/CDOTAMotionComicFrame.h
+3-1
@@ -1,10 +1,12 @@
11 // MGetKV3ClassDefaults = {
22 // "_class": "CDOTAMotionComicFrame",
3-// "m_flAutoAdvanceDelay": -1.000000
3+// "m_flAutoAdvanceDelay": -1.000000,
4+// "m_bFireEventOnStart": false
45 //}
56 // MVDataBase
67 // MVDataNodeType = 1
78 class CDOTAMotionComicFrame
89 {
910 float32 m_flAutoAdvanceDelay;
11+ bool m_bFireEventOnStart;
1012 };
MDumpSource2/schemas/client/CDOTAMotionComicImageFrame.h+1-0
DumpSource2/schemas/client/CDOTAMotionComicImageFrame.h
+1-0
@@ -1,6 +1,7 @@
11 // MGetKV3ClassDefaults = {
22 // "_class": "CDOTAMotionComicImageFrame",
33 // "m_flAutoAdvanceDelay": -1.000000,
4+// "m_bFireEventOnStart": false,
45 // "m_Image": ""
56 //}
67 class CDOTAMotionComicImageFrame : public CDOTAMotionComicFrame
MDumpSource2/schemas/client/CDOTAMotionComicVideoFrame.h+1-0
DumpSource2/schemas/client/CDOTAMotionComicVideoFrame.h
+1-0
@@ -1,6 +1,7 @@
11 // MGetKV3ClassDefaults = {
22 // "_class": "CDOTAMotionComicVideoFrame",
33 // "m_flAutoAdvanceDelay": -1.000000,
4+// "m_bFireEventOnStart": false,
45 // "m_bLooping": false,
56 // "m_flAllowSkipAfterDelay": -1.000000,
67 // "m_sVideoPath": "",
ADumpSource2/schemas/client/CDOTA_WhackAMoleGameEffectsEntity.h+4-0
DumpSource2/schemas/client/CDOTA_WhackAMoleGameEffectsEntity.h
+4-0
@@ -0,0 +1,4 @@
1+// MEntityAllowsPortraitWorldSpawn
2+class CDOTA_WhackAMoleGameEffectsEntity : public C_BaseModelEntity
3+{
4+};
MDumpSource2/schemas/client/DOTAVisualNovelDialogueTextEffect_t.h+2-0
DumpSource2/schemas/client/DOTAVisualNovelDialogueTextEffect_t.h
+2-0
@@ -7,4 +7,6 @@ enum DOTAVisualNovelDialogueTextEffect_t : uint32_t
77 VN_DIALOGUE_EFFECT_TEXT_SMALL = 8,
88 VN_DIALOGUE_EFFECT_TEXT_NO_NAMEPLATE = 16,
99 VN_DIALOGUE_EFFECT_TEXT_NO_TEXT = 32,
10+ VN_DIALOGUE_EFFECT_TEXT_LARGE = 64,
11+ VN_DIALOGUE_EFFECT_TEXT_NO_CURSOR = 128,
1012 };
MDumpSource2/schemas/client/DOTAVisualNovelTextColor_t.h+1-0
DumpSource2/schemas/client/DOTAVisualNovelTextColor_t.h
+1-0
@@ -14,4 +14,5 @@ enum DOTAVisualNovelTextColor_t : uint32_t
1414 VN_TEXT_COLOR_PURPLE = 11,
1515 VN_TEXT_COLOR_YELLOW = 12,
1616 VN_TEXT_COLOR_LIGHT_BROWN = 13,
17+ VN_TEXT_COLOR_TITLE = 14,
1718 };
MDumpSource2/schemas/client/DarkCarnivalRewardVisual_t.h+4-3
DumpSource2/schemas/client/DarkCarnivalRewardVisual_t.h
+4-3
@@ -13,7 +13,8 @@ enum DarkCarnivalRewardVisual_t : uint32_t
1313 k_eDarkCarnivalRewardVisual_Oracle = 9,
1414 k_eDarkCarnivalRewardVisual_HeroItemSet = 10,
1515 k_eDarkCarnivalRewardVisual_ShowcaseDecoration = 11,
16- k_eDarkCarnivalRewardVisual_Start = 12,
17- k_eDarkCarnivalRewardVisual_End = 13,
18- k_eDarkCarnivalRewardVisual_Completed = 14,
16+ k_eDarkCarnivalRewardVisual_EconItem = 12,
17+ k_eDarkCarnivalRewardVisual_Start = 13,
18+ k_eDarkCarnivalRewardVisual_End = 14,
19+ k_eDarkCarnivalRewardVisual_Completed = 15,
1920 };
MDumpSource2/schemas/server/dynpitchvol_base_t.h+2-2
DumpSource2/schemas/server/dynpitchvol_base_t.h
+2-2
@@ -17,8 +17,8 @@
1717 // "pitch": 0,
1818 // "spinupsav": 0,
1919 // "spindownsav": 0,
20-// "pitchfrac": 952810634,
21-// "vol": 32760,
20+// "pitchfrac": 1361627834,
21+// "vol": 32766,
2222 // "fadeinsav": 0,
2323 // "fadeoutsav": 0,
2424 // "volfrac": 0,
MDumpSource2/schemas/server/dynpitchvol_t.h+2-2
DumpSource2/schemas/server/dynpitchvol_t.h
+2-2
@@ -17,8 +17,8 @@
1717 // "pitch": 0,
1818 // "spinupsav": 0,
1919 // "spindownsav": 0,
20-// "pitchfrac": 952810634,
21-// "vol": 32760,
20+// "pitchfrac": 1361627834,
21+// "vol": 32766,
2222 // "fadeinsav": 0,
2323 // "fadeoutsav": 0,
2424 // "volfrac": 0,
MProtobufs/dota_match_metadata.proto+5-0
Protobufs/dota_match_metadata.proto
+5-0
@@ -394,6 +394,7 @@ message CDOTAMatchPrivateMetadata {
394394 optional int32 contributor_hero_id = 5;
395395 optional uint32 value = 6;
396396 optional uint32 type = 7;
397+ optional uint32 attacker_unit_index = 8;
397398 }
398399
399400 message DamageMitigationRecord {
@@ -404,6 +405,7 @@ message CDOTAMatchPrivateMetadata {
404405 optional int32 contributor_hero_id = 5;
405406 optional uint32 value = 6;
406407 optional uint32 type = 7;
408+ optional uint32 attacker_unit_index = 8;
407409 }
408410
409411 message HealingContributionRecord {
@@ -414,6 +416,7 @@ message CDOTAMatchPrivateMetadata {
414416 optional int32 contributor_hero_id = 5;
415417 optional uint32 value = 6;
416418 optional uint32 type = 7;
419+ optional uint32 attacker_unit_index = 8;
417420 }
418421
419422 message HealingReductionRecord {
@@ -424,6 +427,7 @@ message CDOTAMatchPrivateMetadata {
424427 optional int32 contributor_hero_id = 5;
425428 optional uint32 value = 6;
426429 optional uint32 type = 7;
430+ optional uint32 attacker_unit_index = 8;
427431 }
428432
429433 message KillingBlow {
@@ -453,4 +457,5 @@ message CDOTAMatchPrivateMetadata {
453457 repeated float graph_win_probability = 2;
454458 repeated .CDOTAMatchPrivateMetadata.StringName string_names = 3;
455459 repeated .CDOTAMatchPrivateMetadata.ContributionsCombatSegment contributions = 4;
460+ repeated string contribution_unit_names = 5;
456461 }
Mgame/bin/win64/Qt5Core_strings.txt+0-30
game/bin/win64/Qt5Core_strings.txt
+0-30
@@ -10538,7 +10538,6 @@ BuhidScript
1053810538 Build
1053910539 BuildTrusteeWithSidW
1054010540 Bulgaria
10541-Bulgarian
1054210541 Burkina Faso
1054310542 BurkinaFaso
1054410543 Burmese
@@ -10832,7 +10831,6 @@ CypriotSyllabary
1083210831 Cyprus
1083310832 CyrillicScript
1083410833 CyrillicSupplement
10835-Czech
1083610834 Czech Republic
1083710835 CzechRepublic
1083810836 D D!D"D#D$D%D&D'D(D)D*D+D,D-D.D/D0D1D2D3D4D5D6D7D8D9D:D;D<D=D>D?D@DADBDCDDDEDFDGDHDIDJDKDLDMDNDODPDQDRDSDTDUDVDWDXDYDZD[D\D]D^D_D`DaDbDcDdDeDfDgDhDiDjDkDlDmDnDoDpDqDrDsDtDuDvDwDxDyDzD{D|D}D~D
@@ -10866,7 +10864,6 @@ DXVB292X5?
1086610864 D\tD\nD\vD\fD\rD
1086710865 DaFLFC
1086810866 DamFCa
10869-Danish
1087010867 DashDotDotLine
1087110868 DashDotLine
1087210869 DashLine
@@ -10996,7 +10993,6 @@ Duala
1099610993 DuplicateToken
1099710994 Duployan
1099810995 DuployanScript
10999-Dutch
1100010996 DynamicPropertyChange
1100110997 Dzongkha
1100210998 E,yA
@@ -11076,7 +11072,6 @@ EndElement
1107611072 EndNativeGesture
1107711073 EndOfFile
1107811074 EndOfString
11079-English
1108011075 Enter
1108111076 EnterKeyDefault
1108211077 EnterKeyDone
@@ -11298,7 +11293,6 @@ FindCloseChangeNotification
1129811293 FindFirstChangeNotificationW
1129911294 FindNextChangeNotification
1130011295 Finland
11301-Finnish
1130211296 FirstSection
1130311297 FlatCap
1130411298 Float16
@@ -11334,7 +11328,6 @@ FramelessWindowHint
1133411328 France
1133511329 Fraser
1133611330 FraserScript
11337-French
1133811331 French Guiana
1133911332 French Polynesia
1134011333 French Southern Territories
@@ -11397,7 +11390,6 @@ Georgia
1139711390 Georgian Standard Time
1139811391 GeorgianScript
1139911392 GeorgianSupplement
11400-German
1140111393 Germany
1140211394 Gesture
1140311395 GestureCanceled
@@ -11586,7 +11578,6 @@ HoverEnter
1158611578 HoverLeave
1158711579 HoverMove
1158811580 HsIs
11589-Hungarian
1159011581 Hungary
1159111582 Hwnd gaining capture
1159211583 Hwnd gaining keyboard focus
@@ -11769,7 +11760,6 @@ Indian/Mauritius
1176911760 Indian/Mayotte
1177011761 Indian/Reunion
1177111762 Indonesia
11772-Indonesian
1177311763 Ingush
1177411764 IniFormat
1177511765 InitOnceExecuteOnce
@@ -11840,7 +11830,6 @@ Isle Of Man
1184011830 IsleOfMan
1184111831 Israel
1184211832 Israel Standard Time
11843-Italian
1184411833 Italy
1184511834 ItemDataRole
1184611835 ItemFlag
@@ -11888,7 +11877,6 @@ Jamaica
1188811877 Jamo
1188911878 JamoScript
1189011879 Japan
11891-Japanese
1189211880 JapaneseScript
1189311881 JavaneseScript
1189411882 JbMb
@@ -12457,7 +12445,6 @@ Komi
1245712445 Kongo
1245812446 Konkani
1245912447 Korea Standard Time
12460-Korean
1246112448 KoreanScript
1246212449 Koro
1246312450 Kosovo
@@ -13053,7 +13040,6 @@ NorthernSami
1305313040 NorthernSotho
1305413041 NorthernThai
1305513042 Norway
13056-Norwegian
1305713043 Norwegian Bokmal
1305813044 Norwegian Nynorsk
1305913045 NorwegianBokmal
@@ -13411,15 +13397,13 @@ PoPmP\Q
1341113397 Pointer
1341213398 PointingHandCursor
1341313399 Poland
13414-Polish
1341513400 PolishRequest
1341613401 Pollard Phonetic
1341713402 PollardPhoneticScript
1341813403 Popup
1341913404 PopupFocusReason
1342013405 PortraitOrientation
1342113406 Portugal
13422-Portuguese
1342313407 PositiveBignum
1342413408 PostMessageW
1342513409 PostThreadMessageW
@@ -14292,7 +14276,6 @@ RkNkOkQk
1429214276 RnPn
1429314277 Romance Standard Time
1429414278 Romania
14295-Romanian
1429614279 Romansh
1429714280 Rombo
1429814281 RotateNativeGesture
@@ -14311,7 +14294,6 @@ Russia
1431114294 Russia Time Zone 10
1431214295 Russia Time Zone 11
1431314296 Russia Time Zone 3
14314-Russian
1431514297 Russian Standard Time
1431614298 RussianFederation
1431714299 RwR}R
@@ -14593,7 +14575,6 @@ Soyombo
1459314575 SpV`VnVsVfVcVmVrV^VwV
1459414576 SpacingModifierLetters
1459514577 Spain
14596-Spanish
1459714578 Specials
1459814579 Speech
1459914580 SplashScreen
@@ -14647,7 +14628,6 @@ Swahili
1464714628 Swati
1464814629 Swaziland
1464914630 Sweden
14650-Swedish
1465114631 SwipeGesture
1465214632 SwipeNativeGesture
1465314633 Swiss German
@@ -14921,7 +14901,6 @@ TtHP
1492114901 Tunisia
1492214902 Turkey
1492314903 Turkey Standard Time
14924-Turkish
1492514904 Turkmen
1492614905 Turkmenistan
1492714906 Turks And Caicos Islands
@@ -15083,7 +15062,6 @@ UiXi
1508315062 Uighur
1508415063 Uigur
1508515064 Ukraine
15086-Ukrainian
1508715065 Ulaanbaatar Standard Time
1508815066 Ulf4
1508915067 Unable to remove unused directory
@@ -15231,7 +15209,6 @@ VfWH_
1523115209 VfWfXf
1523215210 VgWg
1523315211 Vietnam
15234-Vietnamese
1523515212 Virtual-key(0x%x) Scancode(%d) Rep(%d) Contextcode(%d), Prev state(%d), Trans state(%d)
1523615213 Visual C++ CRT: Not enough memory to complete call to strerror.
1523715214 VisualMoveStyle
@@ -16197,7 +16174,6 @@ Z{Z}Z
1619716174 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
1619816175 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
1619916176 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
16200-\n\t\n\n\n\v\n\f\n\r\n
1620116177 \niscii-gjr
1620216178 \niscii-ori
1620316179 \ntmN
@@ -18912,7 +18888,6 @@ en_CA
1891218888 en_GB
1891318889 en_IE
1891418890 en_NZ
18915-en_US
1891618891 en_ZA
1891718892 en`#e}U*efN+e+|,e;U/e(r6e%b7e9M8erj9eGK;etM>e/[?eYoEe:MHey|Mes_NegNOeBZQe-OVeygWe(x^ebsberJce$_feDTleWLmeBere;MteZoueXnwe']xe&b~e@`
1891818893 ena.gifu.jp
@@ -19858,7 +19833,6 @@ gratangen.no
1985819833 gratis
1985919834 gray
1986019835 graz.museum
19861-greek
1986219836 green
1986319837 greta.fr
1986419838 grimstad.no
@@ -23959,7 +23933,6 @@ psp.gov.pl
2395923933 psse.gov.pl
2396023934 pt.eu.org
2396123935 pt.it
23962-pt_BR
2396323936 ptplus.fit
2396423937 pu.it
2396523938 pub.sa
@@ -25478,7 +25451,6 @@ th_next_cell
2547825451 th_render_cell_mac
2547925452 th_render_cell_tis
2548025453 th_render_cell_win
25481-thai
2548225454 the.br
2548325455 theater
2548425456 theater.museum
@@ -26883,9 +26855,7 @@ zf{d{m{t{i{r{e{s{q{p{a{x{v{c{
2688326855 zgora.pl
2688426856 zgorzelec.pl
2688526857 zgqg
26886-zh_CN
2688726858 zh_SG
26888-zh_TW
2688926859 zhitomir.ua
2689026860 zhytomyr.ua
2689126861 ziQjQnQ
Mgame/bin/win64/Qt5Gui_strings.txt+0-4
game/bin/win64/Qt5Gui_strings.txt
+0-4
@@ -29276,7 +29276,6 @@ JN'Z
2927629276 J\r?endsWith@QString@@QEBA_NVQLatin1String@@W4CaseSensitivity@Qt@@@Z
2927729277 J\tJ\nJ\vJ\fJ\rJ
2927829278 JapanBlush
29279-Japanese
2928029279 Jcircumflex
2928129280 JuicyCake
2928229281 JuicyPeach
@@ -29298,7 +29297,6 @@ Keyboard Light On/Off
2929829297 Keyboard Menu
2929929298 KeyboardModifiers
2930029299 KindSteel
29301-Korean
2930229300 L L!L"L#L$L%L&L'L(L)L*L+L,L-L.L/L0L1L2L3L4L5L6L7L8L9L:L;L<L=L>L?L@LALBLCLDLELFLGLHLILJLKLLLMLNLOLPLQLRLSLTLULVLWLXLYLZL[L\L]L^L_L`LaLbLcLdLeLfLgLhLiLjLkLlLmLnLoLpLqLrLsLtLuLvLwLxLyLzL{L|L}L~L
2930329301 L*LrL
2930429302 LI at level %d ended
@@ -31255,7 +31253,6 @@ Vertex shader for blitShaderProg (MainWithTexCoordsVertexShader & UntransformedP
3125531253 Vertex shader for simpleShaderProg (MainVertexShader & PositionOnlyVertexShader) failed to compile
3125631254 Vertex stage present without any vertex inputs
3125731255 ViciousStance
31258-Vietnamese
3125931256 View
3126031257 ViewMode
3126131258 Visibility
@@ -31511,7 +31508,6 @@ ZoomOut
3151131508 \n?count@QBitArray@@QEBAHXZ
3151231509 \n?count@QByteArray@@QEBAHD@Z
3151331510 \n\n?closingDown@QCoreApplication@@SA_NXZ
31514-\n\t\n\n\n\v\n\f\n\r\n
3151531511 \n\t\n\t\t\t\n\t\n\t\t
3151631512 \nendstream\n
3151731513 \nendstream\nendobj\n
Mgame/bin/win64/Qt5Widgets_strings.txt+0-1
game/bin/win64/Qt5Widgets_strings.txt
+0-1
@@ -16622,7 +16622,6 @@ Z{pWU~
1662216622 \n\?setToIdentity@QMatrix4x4@@QEAAXXZ
1662316623 \n\f?data@QStringListModel@@UEBA?AVQVariant@@AEBVQModelIndex@@H@Z
1662416624 \n\n?closingDown@QCoreApplication@@SA_NXZ
16625-\n\t\n\n\n\v\n\f\n\r\n
1662616625 \n\tactiveGestures:
1662716626 \n\tcanceled:
1662816627 \n\tfinished:
Mgame/bin/win64/animationsystem_strings.txt+19-12
game/bin/win64/animationsystem_strings.txt
+19-12
@@ -26,6 +26,9 @@
2626 %s : Animations loaded but no animation data found\n
2727 %s : animtable hash too small: %d elements / %d buckets\n
2828 %s : seqtable hash too small: %d elements / %d buckets\n
29+ (08@HPXb
30+ (08@HR
31+ (0X`hpz
2932 * %d WeightLists\n
3033 * ScaleSet[%d] :: %s\n
3134 * WeightList[%d] :: %s\n
@@ -34,12 +37,14 @@
3437 <-- Retval '%s'
3538 Vector b
3639 [*OBSERVABLE*]
40+ \tV_coshf
3741 \t\n\r@()[]{}=&,:*|;'!
3842 "Limit Count: " + m_nLimitCount
3943 #################################\n
4044 #Angle
4145 #Position
4246 #Scale
47+#\tV_exp2f
4348 #data
4449 %d CallInfos:\n
4550 %d Cells:\n
@@ -2073,8 +2078,8 @@
20732078 .pXb
20742079 .pbb
20752080 .vagrp_c/.vanim_c mismatch :: %s :: %s\n
2081+08@J
20762082 180_recovery
2077-2\vpT
20782083 2_BONE_IK
20792084 6 mb
20802085 60`b
@@ -2125,7 +2130,7 @@
21252130 ?expf
21262131 ?m_flPosition
21272132 @ - (Additive)
2128-@HPX`hv
2133+@08N
21292134 @V@const char *__cdecl Reflection::Internal::GetFuncName<class IPathAnimMotorInstance>(void)
21302135 @const char *__cdecl Reflection::Internal::GetFuncName<class IPairedSequenceComponentInstance>(void)
21312136 @fff>fff>fff>fff>
@@ -3015,6 +3020,9 @@ Overlay Blend (Masked): %.2f%%
30153020 Overlay Blend: %.2f%%
30163021 OverlayBlendTask - Trying to perform an overlay blend with mismatched pose types ( additive/parent-space )
30173022 OverlayProjectionDirection
3023+P08@J
3024+P08J
3025+P08N
30183026 PARENT
30193027 POSE_SPACE_BONE
30203028 POSE_SPACE_MORPH
@@ -3261,7 +3269,6 @@ X to the Y power
32613269 Y (Green / Left)
32623270 Yield, Resume=%s
32633271 Z (Blue / Up)
3264-Z\tV_log2f
32653272 Zero Pose Task
32663273 Zero frame animations are not supported for warping!
32673274 Zero input vector for info node!
@@ -3274,28 +3281,27 @@ Zero input vector for info node!
32743281 [NOP]
32753282 [RETURN R%d]
32763283 [RETURN]
3277-\nnexttoken
3284+\f\tV_acosd
32783285 \rRESOURCE_TYPE_ANIMGRAPH
32793286 \rXCq
3280-\r\tV_atand
3287+\r\nnexttoken
32813288 \t%d (%d) : %s %s %s %s\n
32823289 \t%d:%d - %s (agrp vs agrp flag mismatch) %s:%s (promoted to match existing) %s:%s\n
32833290 \t%d:%d - %s (match)\n
32843291 \t%d:%d - %s (skipped)\n
32853292 \t%d:%d - %s\n
32863293 \tError\n
3287-\tV_acosd
3294+\tV_asind
3295+\tV_atand
32883296 \tV_atanf
32893297 \tV_cosd
3290-\tV_coshf
3291-\tV_exp2f
32923298 \tV_tand
32933299 \tV_tanhf
3294-\t\tV_asind
32953300 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\v\n\v\n\v\n\v\n\v\n\v\n\v\n\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r
32963301 \t_FindGlobalSymbolByHash
32973302 _CustomCommand
32983303 _CustomCommand%d
3304+_\tV_log2f
32993305 __CursorQueue__
33003306 __State_Child_Condition__
33013307 __TimelineParent__
@@ -3691,7 +3697,6 @@ flc_lines
36913697 frac
36923698 frequencyMax
36933699 frequencyMin
3694-g\tV_powd
36953700 game:tools/images/animgraph_editor/animgraph_icon_action.png
36963701 game:tools/images/animgraph_editor/animgraph_icon_component.png
36973702 game:tools/images/animgraph_editor/animgraph_icon_lookcomponent.png
@@ -3715,6 +3720,7 @@ is_selector
37153720 kAnimGraphSaveRestoreVersion
37163721 keyvalues
37173722 kv3:ParticleParamID_t
3723+l\tV_powd
37183724 length2d
37193725 length3d
37203726 lerp
@@ -3789,6 +3795,7 @@ offWhenFinished
37893795 optionallycompressedtangentframe
37903796 options.m_pBoneWeights->Count() >= m_boneIDs.Count()
37913797 options.m_pBoneWeights->Count() >= m_pSkeleton->GetNumBones()
3798+p08@H^
37923799 p6@yb
37933800 pCheckpointName
37943801 pDescription
@@ -3843,7 +3850,6 @@ to constrain
38433850 tools/images/pulse_editor/cursor_kill.png
38443851 tools/images/pulse_editor/kill_cursor_with_tag.png
38453852 type_restriction_is_enum_flags
3846-u\tV_sind
38473853 use_layer_sequence
38483854 vJOnPlane2
38493855 vJOnPlane3
@@ -3859,6 +3865,7 @@ very_fast
38593865 weaponType
38603866 whileCurrent
38613867 worldrelative
3862-x\tV_sinhf
38633868 zDconst char *__cdecl Reflection::Internal::GetFuncName<class CFootPinningPoseOperation>(void)
3869+z\tV_sind
38643870 zero dir
3871+}\tV_sinhf
Mgame/bin/win64/assetbrowser_strings.txt+10-9
game/bin/win64/assetbrowser_strings.txt
+10-9
@@ -109,6 +109,7 @@
109109 #\f?focusNextPrevChild@QTextEdit@@MEAA_N_N@Z
110110 #\n?columnCount@QSortFilterProxyModel@@UEBAHAEBVQModelIndex@@@Z
111111 #\r?hide@QWidget@@QEAAXXZ
112+#\tV_exp2f
112113 #have
113114 $#?windowIcon@QWidget@@QEBA?AVQIcon@@XZ
114115 $[?setRange@QDoubleValidator@@UEAAXNNH@Z
@@ -3987,7 +3988,6 @@ ExtraLarge
39873988 FBX Files ( *.fbx )
39883989 FLT_MAX
39893990 FY?setDevicePixelRatio@QPixmap@@QEAAXN@Z
3990-F\tV_isinfd
39913991 F\v?event@QGroupBox@@MEAA_NPEAVQEvent@@@Z
39923992 Fail Outflow
39933993 Failed to convert value '%s' to enum/flags '%s' (expecting eg. '%s')
@@ -4094,6 +4094,7 @@ GlobalAssetBrowserContext
40944094 GlobalHotkeys
40954095 GlobalTopLevel
40964096 GotoAsset
4097+Gq^j
40974098 Gradient()
40984099 GraphCanvasDebugger
40994100 GraphCanvasViewMiniMap
@@ -4223,12 +4224,12 @@ IsChild
42234224 ItemDoubleClicked
42244225 J ?toggleViewAction@QToolBar@@QEBAPEAVQAction@@XZ
42254226 J\r?hitButton@QPushButton@@MEBA_NAEBVQPoint@@@Z
4226-J\tV_isvalidhex
42274227 J\v?event@QLabel@@MEAA_NPEAVQEvent@@@Z
42284228 Jump to Instr I%d
42294229 K ?toggled@QAbstractButton@@QEAAX_N@Z
42304230 KV3 Pointer
42314231 K\r?hitButton@QRadioButton@@MEBA_NAEBVQPoint@@@Z
4232+K\tV_isinfd
42324233 K\v?event@QLineEdit@@UEAA_NPEAVQEvent@@@Z
42334234 Key Bindings
42344235 KeyState
@@ -4486,6 +4487,7 @@ NumToggle
44864487 OP?isNull@QIcon@@QEBA_NXZ
44874488 OR List
44884489 OR: This group will match if ANY of the parts match\n(Click to toggle to AND)
4490+O\tV_isvalidhex
44894491 Oa?width@QImage@@QEBAHXZ
44904492 OkClicked
44914493 On Interval
@@ -5528,7 +5530,6 @@ Z?setPixelSize@QFont@@QEAAXH@Z
55285530 Z?setPlainText@QTextDocument@@QEAAXAEBVQString@@@Z
55295531 Z?setPointSize@QFont@@QEAAXH@Z
55305532 ZX?setBackground@QTextFormat@@QEAAXAEBVQBrush@@@Z
5531-Z\tV_log2f
55325533 Z]?sort@QStandardItemModel@@UEAAXHW4SortOrder@Qt@@@Z
55335534 ZoomAllCamerasIn
55345535 ZoomAllCamerasOut
@@ -5645,6 +5646,7 @@ ZoomOutFromMiniMap
56455646 \f\n?cmp@QVariant@@QEBA_NAEBV1@@Z
56465647 \f\n?deselect@QLineEdit@@QEAAXXZ
56475648 \f\r?heightForWidth@QFormLayout@@UEBAHH@Z
5649+\f\tV_acosd
56485650 \n-------------\n
56495651 \n?arcTo@QPainterPath@@QEAAXAEBVQRectF@@NN@Z
56505652 \n?bits@QImage@@QEAAPEAEXZ
@@ -5726,7 +5728,6 @@ ZoomOutFromMiniMap
57265728 \rO?initPainter@QPaintDevice@@MEBAXPEAVQPainter@@@Z
57275729 \r\f?focusInEvent@QLineEdit@@MEAAXPEAVQFocusEvent@@@Z
57285730 \r\r?heightForWidth@QGridLayout@@UEBAHH@Z
5729-\r\tV_atand
57305731 \s?\([0-9]+\)\s*$
57315732 \t?addPixmap@QIcon@@QEAAXAEBVQPixmap@@W4Mode@1@W4State@1@@Z
57325733 \t?alpha@QColor@@QEBAHXZ
@@ -5752,13 +5753,12 @@ ZoomOutFromMiniMap
57525753 \t?defaultWidget@QWidgetAction@@QEBAPEAVQWidget@@XZ
57535754 \tQToolButton { \t\tbackground-color : rgb( 100, 100, 100 ); \t\tborder: 2px solid rgb( 200, 200, 200 ); \t\tborder-radius: %2px; \t\tbackground-image: url(game:tools/images/common/tag_add.png); \t\tbackground-repeat: no-repeat; \t\tbackground-position: center center; \t\tmargin: 3px; \t} \tQToolButton:hover:!pressed { \t\tbackground-color : rgb( 0, 0, 0 ); \t\tborder-color : rgb( 255, 255, 255 ); \t}
57545755 \tT?parent@QWindow@@QEBAPEAV1@XZ
5755-\tV_acosd
5756+\tV_asind
5757+\tV_atand
57565758 \tV_cosd
5757-\tV_exp2f
57585759 \tV_tand
57595760 \t\f?data@QString@@QEBAPEBVQChar@@XZ
57605761 \t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\v\n\v\n\v\n\v\n\v\n\v\n\v\n\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r
5761-\t\tV_asind
57625762 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tw
57635763 \t_V_StringAfterPrefixCaseSensitive
57645764 \t_V_strcspn
@@ -5811,6 +5811,7 @@ _?texture@QBrush@@QEBA?AVQPixmap@@XZ
58115811 _AssetMenuHelper
58125812 _Q?lightness@QColor@@QEBAHXZ
58135813 _\r?horizontalOffset@QTreeView@@MEBAHXZ
5814+_\tV_log2f
58145815 _\v?event@QSlider@@UEAA_NPEAVQEvent@@@Z
58155816 __AllKeys__
58165817 __CursorQueue__
@@ -5822,7 +5823,6 @@ _bakeresourcecache.vpk
58225823 `?validate@QDoubleValidator@@UEBA?AW4State@QValidator@@AEAVQString@@AEAH@Z
58235824 `?validate@QIntValidator@@UEBA?AW4State@QValidator@@AEAVQString@@AEAH@Z
58245825 `?validate@QRegularExpressionValidator@@UEBA?AW4State@QValidator@@AEAVQString@@AEAH@Z
5825-`\tV_modfd
58265826 `\v?event@QSpinBox@@MEAA_NPEAVQEvent@@@Z
58275827 `a?widthF@QPen@@QEBANXZ
58285828 a:fulltype
@@ -5977,6 +5977,7 @@ dont_remind_today_checkbox
59775977 e"?validate@QSpinBox@@MEBA?AW4State@QValidator@@AEAVQString@@AEAH@Z
59785978 e\f?foregroundRole@QWidget@@QEBA?AW4ColorRole@QPalette@@XZ
59795979 e\n?dragEnterEvent@QAbstractItemView@@MEAAXPEAVQDragEnterEvent@@@Z
5980+e\tV_modfd
59805981 edit_filter
59815982 editingFinished
59825983 element
@@ -6627,7 +6628,6 @@ type_restriction_is_enum_flags
66276628 uT?pointAtPercent@QPainterPath@@QEBA?AVQPointF@@N@Z
66286629 uV?read@QStandardItem@@UEAAXAEAVQDataStream@@@Z
66296630 u\n?connect@QObject@@SA?AVConnection@QMetaObject@@PEBV1@PEBD01W4ConnectionType@Qt@@@Z
6630-u\tV_sind
66316631 u\v?eventFilter@QAbstractItemView@@MEAA_NPEAVQObject@@PEAVQEvent@@@Z
66326632 underline
66336633 unmodified
@@ -6680,6 +6680,7 @@ yellow
66806680 yellowgreen
66816681 zU?qt_metacall@QDrag@@UEAAHW4Call@QMetaObject@@HPEAPEAX@Z
66826682 z\n?dragLeaveEvent@QTextEdit@@MEAAXPEAVQDragLeaveEvent@@@Z
6683+z\tV_sind
66836684 z\v?customEvent@QObject@@MEAAXPEAVQEvent@@@Z
66846685 z\v?eventFilter@QDialog@@MEAA_NPEAVQObject@@PEAVQEvent@@@Z
66856686 { "%1",\t{ %2, %3 },\t\t{ %4, %5 }\t },\n
Mgame/bin/win64/assetpreview_strings.txt+15-49
game/bin/win64/assetpreview_strings.txt
+15-49
@@ -327,6 +327,7 @@
327327 \t'$'6(@+L@PA
328328 \t0W0!10H\I
329329 \t7<7<8Z9
330+ \tV_coshf
330331 \t\f0\fM\f5\f?\f2\fM\f2\fG\f
331332 \t\f0\fM\f5\f?\f2\fM\f2\fG\f
332333 \t\n\r@()[]{}=&,:*|;'!
@@ -1534,6 +1535,7 @@
15341535 #\r?hide@QWidget@@QEAAXXZ
15351536 #\rNOe
15361537 #\t#\n#\v#\f#\r#
1538+#\tV_exp2f
15371539 #\v$\v%\v&\v'\v(\v
15381540 #_HTI
15391541 #b'b)b+b9b
@@ -1812,6 +1814,7 @@ $\tM\t6\t?\t$\t>\t
18121814 $\tM\t8\t?\t.\t@\t6\t?\t/\t(\t
18131815 $\tM\t8\t@\t.\t6\t@\t
18141816 $\tM\t8\tA\t(\t@\t8\t@\t/\t>\t(\t?\t
1817+$\tV_expd
18151818 $\v9\v2\v$\v>\v(\vM\v
18161819 $\v>\v$\v>\v0\vM\v
18171820 $\v>\v.\v>\v6\vG\v
@@ -20013,7 +20016,6 @@ $zorum.communi
2001320016 4\t4\t4\t4\t4\t4\t4\t4\t4\t4\t4\t4\t4\t4\t4\t4\t\
2001420017 4\t6\r6[2
2001520018 4\tDP
20016-4\tV_frexpf
2001720019 4\v5h8
2001820020 4\vH2!
2001920021 4\v\v\v44\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v
@@ -23620,6 +23622,7 @@ $zorum.communi
2362023622 9\tM\t/\t>\t2\t?\t+\tM\t/\t>\t
2362123623 9\tM\t0\t@\t-\t(\t?\t/\t>\t
2362223624 9\tM\t5\t>\t0\tG\t
23625+9\tV_frexpf
2362323626 9\tsu
2362423627 9\v0\v?\v_\v>\v(\v-\v?\v
2362523628 9\v0\vM\v8\v*\v>\vq\v>\v0\vM\v
@@ -36493,7 +36496,6 @@ F\tF\nF\vF\fF\rF
3649336496 F\tF\rF
3649436497 F\tL\tU\tZ\tb\tg\tl\t;
3649536498 F\tM\to
36496-F\tV_isinfd
3649736499 F\v?event@QGroupBox@@MEAA_NPEAVQEvent@@@Z
3649836500 F\vA4I
3649936501 F\vG'I
@@ -40480,6 +40482,7 @@ K\tK\nK\vK\fK\rK
4048040482 K\tK\rK
4048140483 K\tK\tK\tK\tK\tK\tK\tK\tK\tK\t\v
4048240484 K\tL@L
40485+K\tV_isinfd
4048340486 K\v?event@QLineEdit@@UEAA_NPEAVQEvent@@@Z
4048440487 K\we
4048540488 K]%DC8d
@@ -54091,7 +54094,6 @@ Z\nX\t0
5409154094 Z\nZ\vZ\rZ
5409254095 Z\ngLt
5409354096 Z\r[D]4c
54094-Z\tV_log2f
5409554097 Z\tZ@ZlZIZ5Z6ZbZjZ
5409654098 Z\t\pa
5409754099 Z]1p=M2
@@ -54518,7 +54520,6 @@ Z~00
5451854520 [\n^\nb\nf\nj\nn\n
5451954521 [\r\!\b\c\w]x]y]z]{]|]}]~]
5452054522 [\t5\n5?6A7C8E9G001<2B3N4=4
54521-[\tV_logd
5452254523 [\t[\n[\v[\f[\r[
5452354524 [\v?event@QScrollArea@@MEAA_NPEAVQEvent@@@Z
5452454525 [\vWxeW[
@@ -57207,6 +57208,7 @@ Z~00
5720757208 \f\r\r%\r5\rM\r]\ru\r
5720857209 \f\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r
5720957210 \f\tR\tH! \t\v3\v
57211+\f\tV_acosd
5721057212 \f\t\f\n\f\v\f\f\f\r\f
5721157213 \f\t\f\t\f\t\f\t\f\t\f\t\f\t\f\t\f\t\f\t\f\t\f\t\\r\\r\\r\\rL
5721257214 \f\tqSSINE
@@ -57603,7 +57605,6 @@ Z~00
5760357605 \n\t(\t@\t&\t>\t&\tG\t8\t
5760457606 \n\t(\t@\t&\t>\t&\tK\t8\t
5760557607 \n\t2\tM\t/\t>\t(\t
57606-\n\t\n\n\n\v\n\f\n\r\n
5760757608 \n\t\tCREATE TABLE IF NOT EXISTS Thumbnails (\n\t\t\tAssetPath TEXT PRIMARY KEY,\n\t\t\tFingerprint INTEGER,\n\t\t\tPNGData BLOB\n\t\t);\n\t
5760857609 \n\t\tDELETE FROM Thumbnails WHERE AssetPath IN ( SELECT AssetPath FROM AssetsToDelete );\n\t\tDROP TABLE AssetsToDelete;\n\t\tCOMMIT;\n\t
5760957610 \n\t\tDELETE FROM Thumbnails WHERE AssetPath IN (\n\t\t\tSELECT T.AssetPath\n\t\t\tFROM Thumbnails T\n\t\t\tLEFT JOIN ExistingAssets EA\n\t\t\t\tON T.AssetPath = EA.AssetPath\n\t\t\tWHERE EA.AssetPath IS NULL\n\t\t\t\tOR T.Fingerprint != EA.Fingerprint\n\t\t);\n\t\tDROP TABLE ExistingAssets;\n\t\tCOMMIT;\n\t
@@ -58573,7 +58574,6 @@ Z~00
5857358574 \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r
5857458575 \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\r\r\r\r\r\r\r\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\r\r\r\r\r\r
5857558576 \r\t(\tM\t(\tK\t
58576-\r\tV_atand
5857758577 \r\t\r\n\r\v\r\f\r\r\r
5857858578 \r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\vi
5857958579 \r`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t
@@ -60575,12 +60575,11 @@ Z~00
6057560575 \tVCQ
6057660576 \tVCQ(
6057760577 \tVVY
60578-\tV_acosd
60578+\tV_asind
60579+\tV_atan2d
60580+\tV_atand
6057960581 \tV_atanf
6058060582 \tV_cosd
60581-\tV_coshf
60582-\tV_exp2f
60583-\tV_expd
6058460583 \tV_sscanf_s
6058560584 \tV_tand
6058660585 \tV_tanhf
@@ -60674,7 +60673,6 @@ Z~00
6067460673 \t\t2\tM\t/\tG\t(\tK\t,\tK\t8\tM\t
6067560674 \t\t6\tA\t/\t>\t/\t>\t
6067660675 \t\t8\tM\t.\t>\t(\t?\t/\t>\t
60677-\t\tV_asind
6067860676 \t\t\t\f\f\f\f\f\f\f\f
6067960677 \t\t\t\t\t\t\t\t\t\t\t
6068060678 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tF
@@ -61425,7 +61423,6 @@ Z~00
6142561423 \v\f?focusInEvent@QGroupBox@@MEAAXPEAVQFocusEvent@@@Z
6142661424 \v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v\r\v
6142761425 \v\t#\t>\t$\tM\t.\t
61428-\v\tV_atan2d
6142961426 \v\t\t\t\t\t\t\v\t\t\v\t\t
6143061427 \v\t\t\v\v\v\t\v\t\t\t\v\v
6143161428 \v\t\v\n\v\v\v\f\v\r\v
@@ -62214,6 +62211,7 @@ _\nc5cQvH
6221462211 _\ncQvH
6221562212 _\r?horizontalOffset@QTreeView@@MEBAHXZ
6221662213 _\rFDDDDDDDDDDDDDDDD
62214+_\tV_log2f
6221762215 _\tbPb
6221862216 _\v>\v*\v@\v8\vM\v
6221962217 _\v>\v0\vM\v!\vM\v
@@ -62534,7 +62532,7 @@ _~`Wggg
6253462532 `\r`)`+`\n`?`!`x`y`{`z`B`
6253562533 `\r`)`+`\n`?`!`x`y`{`z`B`F
6253662534 `\r`)`+`\n`?`!`x`y`{`z`B`j`}`
62537-`\tV_modfd
62535+`\tV_logd
6253862536 `\t`\n`\v`\f`\r`
6253962537 `\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t`\t
6254062538 `\v?event@QSpinBox@@MEAA_NPEAVQEvent@@@Z
@@ -64086,7 +64084,6 @@ bg7;VO
6408664084 bg7;VOJ{aAig
6408764085 bgUs
6408864086 bgY\r}
64089-bg_BG
6409064087 bgc>e
6409164088 bgc_IN
6409264089 bhDhdh
@@ -65510,7 +65507,6 @@ csShiftJIS
6551065507 csUCS4
6551165508 csUnicode
6551265509 csWindows31J
65513-cs_CZ
6551465510 cs_FONIPA-ja
6551565511 cs_FONIPA-ko
6551665512 csa7-1
@@ -65994,7 +65990,6 @@ d`VY
6599465990 d`Zd
6599565991 daGh
6599665992 daMg
65997-da_DK
6599865993 da_GL
6599965994 dabay
6600065995 dadd
@@ -66062,7 +66057,6 @@ de@collation=phonebook
6606266057 de_AT
6606366058 de_BE
6606466059 de_CH
66065-de_DE
6606666060 de_DE@collation=phonebook
6606766061 de_IT
6606866062 de_LI
@@ -66677,6 +66671,7 @@ e\nNn
6667766671 e\ne\ve\fe\re
6667866672 e\re\rR
6667966673 e\re\te\fe
66674+e\tV_modfd
6668066675 e\te\ne
6668166676 e\te\ne\ve\fe\re
6668266677 e\tf=fbf^flf
@@ -66966,7 +66961,6 @@ elQ:\
6696666961 el\0W
6696766962 el]lUl\lMQ
6696866963 el_CY
66969-el_GR
6697066964 elastic
6697166965 elastic_damping
6697266966 elasticbeanstal
@@ -67105,7 +67099,6 @@ en_TV
6710567099 en_TZ
6710667100 en_UG
6710767101 en_UM
67108-en_US
6710967102 en_US_POSIX
6711067103 en_VC
6711167104 en_VG
@@ -67263,7 +67256,6 @@ es3842
6726367256 es@collation=traditional
6726467257 esNeQ
6726567258 es\t0u
67266-es_419
6726767259 es_419-am
6726867260 es_419-ar
6726967261 es_419-chr
@@ -67281,7 +67273,6 @@ es_CU
6728167273 es_DO
6728267274 es_EA
6728367275 es_EC
67284-es_ES
6728567276 es_ES@collation=traditional
6728667277 es_FONIPA-am
6728767278 es_FONIPA-es_419_FONIPA
@@ -67922,7 +67913,6 @@ fhgh
6792267913 fhsZ\v]kuuu
6792367914 fi01
6792467915 fi8ixb8
67925-fi_FI
6792667916 field_name
6792767917 fier
6792867918 figi
@@ -68146,7 +68136,6 @@ fr_CI
6814668136 fr_CM
6814768137 fr_DJ
6814868138 fr_DZ
68149-fr_FR
6815068139 fr_GA
6815168140 fr_GF
6815268141 fr_GN
@@ -68501,7 +68490,6 @@ g\r?enumerator@QMetaObject@@QEBA?AVQMetaEnum@@H@Z
6850168490 g\r?horizontalScrollbarAction@QTableView@@MEAAXH@Z
6850268491 g\tNMR
6850368492 g\tTyr
68504-g\tV_powd
6850568493 g\tg(g)g k!kbkckokpkykzk
6850668494 g\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\t
6850768495 g\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\tg\ta
@@ -68843,7 +68831,6 @@ grbs
6884368831 grea
6884468832 greater_than
6884568833 greater_than_or_equal_to
68846-greek
6884768834 greek8
6884868835 green
6884968836 gregorian
@@ -69504,7 +69491,6 @@ http_proxy
6950469491 httponly
6950569492 https
6950669493 https-connect filter create with unsupported %zu ALPN ids
69507-hu_HU
6950869494 huhth
6950969495 hullIvr-0.obj
6951069496 hullIvr-1.obj
@@ -75263,7 +75249,6 @@ id>r
7526375249 idO\f
7526475250 idValidity
7526575251 id\g
75266-id_ID
7526775252 ide+"
7526875253 ideC
7526975254 ident
@@ -75762,7 +75747,6 @@ it78
7576275747 it82
7576375748 it88
7576475749 it_CH
75765-it_IT
7576675750 it_SM
7576775751 it_VA
7576875752 itakyush
@@ -76118,15 +76102,13 @@ ja-t-sk
7611876102 ja-t-sk-fonipa
7611976103 jaNP
7612076104 ja_Hrkt-ja_Latn/BGN
76121-ja_JP
7612276105 ja_Latn-ko
7612376106 ja_Latn-ru
7612476107 jajEj}jxj
7612576108 jalagondi
7612676109 jang
7612776110 jani
7612876111 japa
76129-japanese
7613076112 japanese_kana
7613176113 java
7613276114 java-Cp1390A-1.6_P
@@ -76743,7 +76725,6 @@ ko-t-ja-latn
7674376725 ko.chi
7674476726 ko_CN
7674576727 ko_KP
76746-ko_KR
7674776728 kofa
7674876729 koi8
7674976730 koi8r
@@ -77096,6 +77077,7 @@ l\r}iO
7709677077 l\r}iOBf
7709777078 l\t@XK
7709877079 l\t@iU
77080+l\tV_powd
7709977081 l\tl\nl
7710077082 l\tl\nl\vl\fl
7710177083 l\tl\rl
@@ -79140,7 +79122,6 @@ nl_AW
7914079122 nl_BE
7914179123 nl_BQ
7914279124 nl_CW
79143-nl_NL
7914479125 nl_SR
7914579126 nl_SX
7914679127 nlaw
@@ -79173,7 +79154,6 @@ no-bok
7917379154 no-nyn
7917479155 no.niiga
7917579156 no23
79176-no_NO
7917779157 no_NO_NY
7917879158 no_blend
7917979159 no_bok
@@ -80472,7 +80452,6 @@ pl-ja
8047280452 pl-pl_FONIPA
8047380453 pl-wa
8047480454 pl_FONIPA-ja
80475-pl_PL
8047680455 place
8047780456 place_on_floor
8047880457 placed
@@ -80699,7 +80678,6 @@ pseudonym
8069980678 pt154
8070080679 pt\ns
8070180680 pt_AO
80702-pt_BR
8070380681 pt_CH
8070480682 pt_CV
8070580683 pt_FR
@@ -80708,7 +80686,6 @@ pt_GW
8070880686 pt_LU
8070980687 pt_MO
8071080688 pt_MZ
80711-pt_PT
8071280689 pt_ST
8071380690 pt_TL
8071480691 ptable.a
@@ -81689,7 +81666,6 @@ ro7b
8168981666 ro\&p
8169081667 ro_FONIPA-ja
8169181668 ro_MD
81692-ro_RO
8169381669 road
8169481670 rod_attrs
8169581671 rof_TZ
@@ -81784,7 +81760,6 @@ ru_KG
8178481760 ru_KZ
8178581761 ru_Latn-ru/BGN
8178681762 ru_MD
81787-ru_RU
8178881763 ru_UA
8178981764 rue#\vk[o#o<rLv
8179081765 rules
@@ -83094,7 +83069,6 @@ suz|
8309483069 sv60u}
8309583070 sv_AX
8309683071 sv_FI
83097-sv_SE
8309883072 svlv
8309983073 svvwv
8310083074 sw_Arab
@@ -83589,8 +83563,6 @@ tg_Cyrl
8358983563 tg_Cyrl_TJ
8359083564 tg_PK
8359183565 tg_TJ
83592-th_TH
83593-thai
8359483566 thai8
8359583567 tharabian
8359683568 the-ba
@@ -84046,7 +84018,6 @@ tr-t-d0-lower
8404684018 tr-t-d0-title
8404784019 tr-t-d0-upper
8404884020 tr_CY
84049-tr_TR
8405084021 trace_distance
8405184022 traceheight
8405284023 traceradius
@@ -84132,7 +84103,6 @@ tue-narrow
8413284103 tue-short
8413384104 tung
8413484105 turk
84135-turkish
8413684106 turkish8
8413784107 turn
8413884108 tuuu
@@ -84371,7 +84341,6 @@ u\nP\nB
8437184341 u\rNRv;
8437284342 u\ru\fu
8437384343 u\rv;w
84374-u\tV_sind
8437584344 u\tgD
8437684345 u\tgDg
8437784346 u\tuS?R
@@ -84480,7 +84449,6 @@ ujvj,Og@
8448084449 ujvjwjxjyjzj{j|j
8448184450 uk-Latn-t-uk-m0-bgn
8448284451 uk-uk_Latn/BGN
84483-uk_UA
8448484452 ukhiA
8448584453 uksystem
8448684454 ullcomp
@@ -85506,7 +85474,6 @@ vh0N
8550685474 vhHhthuh
8550785475 vharYN
8550885476 vhwh
85509-vi_VN
8551085477 vi`T
8551185478 videoTarget
8551285479 view.c
@@ -86549,7 +86516,6 @@ x\n?dragLeaveEvent@QListView@@MEAAXPEAVQDragLeaveEvent@@@Z
8654986516 x\nJ\ta
8655086517 x\nx\vx
8655186518 x\t6\vq\ts\tB
86552-x\tV_sinhf
8655386519 x\tx\nx\vx\fx\rx
8655486520 x\tx\rx
8655586521 x\z\z
@@ -87370,6 +87336,7 @@ z[Pz
8737087336 z\n?dragLeaveEvent@QTextEdit@@MEAAXPEAVQDragLeaveEvent@@@Z
8737187337 z\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\n}\nw\nt\nE
8737287338 z\rmB
87339+z\tV_sind
8737387340 z\tYUO\h|_
8737487341 z\tz\nz\fz
8737587342 z\tz\nz\vz\fz\rz
@@ -87444,7 +87411,6 @@ zh@collation=stroke
8744487411 zhTW
8744587412 zh_AU
8744687413 zh_BN
87447-zh_CN
8744887414 zh_CN@collation=stroke
8744987415 zh_GAN
8745087416 zh_GB
@@ -87473,7 +87439,6 @@ zh_PH
8747387439 zh_SG
8747487440 zh_SR
8747587441 zh_TH
87476-zh_TW
8747787442 zh_TW@collation=stroke
8747887443 zh_US
8747987444 zh_VN
@@ -87967,6 +87932,7 @@ z}y}y
8796787932 }\n?dragMoveEvent@QAbstractItemView@@MEAAXPEAVQDragMoveEvent@@@Z
8796887933 }\n}E}K}.}2}?}5}F}s}V}N}r}h}n}O}c}
8796987934 }\n}E}K}.}2}?}5}H}F}\}s}V}N}h}n}O}c}
87935+}\tV_sinhf
8797087936 }`cloud.
8797187937 }bzb
8797287938 }cRT
Mgame/bin/win64/assetrename_strings.txt+17-14
game/bin/win64/assetrename_strings.txt
+17-14
@@ -85,6 +85,7 @@
8585 [*OBSERVABLE*]
8686 [FILTER MATCH]
8787 [curvetype %s]\n
88+ \tV_coshf
8889 \t\n\r@()[]{}=&,:*|;'!
8990 and %d additional refs in this directory
9091 bn0s}Q_@r~aoPq
@@ -174,11 +175,13 @@
174175 #This file is generated by CHullIVR::SaveObj() from CPolygonMesh with %d vertices, %d faces\n
175176 #\f?focusNextPrevChild@QTextEdit@@MEAA_N_N@Z
176177 #\r?hide@QWidget@@QEAAXXZ
178+#\tV_exp2f
177179 #frame { padding-left: 20px; padding-right: 0px; margin: 0px; }#left_label { padding: 2px; }#right_label { padding: 2px; font-weight: bold }#frame:hover { background-color: palette( highlight ); }#left_label:hover { background-color: palette( highlight ); color: palette( highlighted-text ); }#right_label:hover { background-color: palette( highlight ); color: palette( highlighted-text ); }
178180 #line
179181 $6(h**,&.b,~0
180182 $ModelPath$/transmission
181183 $\f?focusNextPrevChild@QWidget@@MEAA_N_N@Z
184+$\tV_expd
182185 $keyValueChildren
183186 $modelname$
184187 $modelname$_cavity
@@ -14438,7 +14441,6 @@ $x(<*L(^$*.d$40.2Z$D6@$Q
1443814441 4T0h6
1443914442 4\n?doItemsLayout@QTreeView@@UEAAXXZ
1444014443 4\r54t
14441-4\tV_frexpf
1444214444 4d2Z4:80: <
1444314445 5;FJ$,XEK4<
1444414446 5\v?event@QCheckBox@@MEAA_NPEAVQEvent@@@Z
@@ -14471,6 +14473,7 @@ $x(<*L(^$*.d$40.2Z$D6@$Q
1447114473 969p
1447214474 9>UUUUUU
1447314475 9\f?focusOutEvent@QTextEdit@@MEAAXPEAVQFocusEvent@@@Z
14476+9\tV_frexpf
1447414477 :: <NO TARGET BONE>
1447514478 ::menu-indicator{width:0px;}
1447614479 :@JB2@LD"@H
@@ -15548,10 +15551,10 @@ $x(<*L(^$*.d$40.2Z$D6@$Q
1554815551 @%s_lookFrame_2
1554915552 @&*(**&,b*t
1555015553 @&*(**&,b*~
15554+@08N
1555115555 @6P!B
1555215556 @8@HV
1555315557 @CMapDeformerSimple
15554-@HPX`hv
1555515558 @HVp
1555615559 @Integer overflow in %s
1555715560 @V@const char *__cdecl Reflection::Internal::GetFuncName<class IPairedSequenceComponentInstance>(void)
@@ -21004,6 +21007,7 @@ Overwriting existing wrinkle map data on mesh
2100421007 P'?SetBoolProp@FbxIOSettings@fbxsdk@@QEAAXPEBD_N@Z
2100521008 P."0$.p2:4&6"8>6
2100621009 P08@J@
21010+P08J
2100721011 P08~
2100821012 P4 Delete of GAME file
2100921013 P4 branch/copy and edit destination
@@ -23328,6 +23332,7 @@ XYZ, Luv
2332823332 X\v?event@QPushButton@@MEAA_NPEAVQEvent@@@Z
2332923333 X`hM\f
2333023334 X`hu
23335+Xq^j
2333123336 Y (Green / Left)
2333223337 Y - Left
2333323338 Y-Axis
@@ -23359,7 +23364,6 @@ ZIPSetupDecode
2335923364 ZIPSetupEncode
2336023365 ZIPVSetField
2336123366 ZZJb\`J
23362-Z\tV_log2f
2336323367 ZfPh
2336423368 ZoomSensitivityMouseMove
2336523369 ZoomSensitivityMouseWheel
@@ -23395,7 +23399,6 @@ ZoomSensitivityMouseWheel
2339523399 [THE FOLLOWING FILES CONTAIN REFERENCES TO MOVED FILE(S) ABOVE.]
2339623400 [UNMODIFIED]
2339723401 [VMAP]
23398-[\tV_logd
2339923402 [\v?event@QScrollArea@@MEAA_NPEAVQEvent@@@Z
2340023403 [anim]
2340123404 [cloth] | [procedural]
@@ -23436,6 +23439,7 @@ ZoomSensitivityMouseWheel
2343623439 \f?hasHeightForWidth@QStackedLayout@@UEBA_NXZ
2343723440 \f?hasHeightForWidth@QWidget@@UEBA_NXZ
2343823441 \f\f?focusInEvent@QLabel@@MEAAXPEAVQFocusEvent@@@Z
23442+\f\tV_acosd
2343923443 \n%.1fMB
2344023444 \n*** Error masking unused parts! Unknown text found. This is usually caused by a '{' or '}' not tabbed properly or an invalid declaration at the global scope. (line %d):\n%s\n\n
2344123445 \n*** Found variable "%s" multiple times in %s!\n\n
@@ -23502,7 +23506,6 @@ ZoomSensitivityMouseWheel
2350223506 \rModelDoc
2350323507 \r\f?focusInEvent@QLineEdit@@MEAAXPEAVQFocusEvent@@@Z
2350423508 \r\r?heightForWidth@QGridLayout@@UEBAHH@Z
23505-\r\tV_atand
2350623509 \rinvalid bone index(%d) specified, valid range[0:%d]\n
2350723510 \rtext
2350823511 \rvpost
@@ -23519,21 +23522,19 @@ ZoomSensitivityMouseWheel
2351923522 \t@@@@@@@@@@@@@@@@{N{N{N{N{N{N{N{N
2352023523 \tError\n
2352123524 \tNAN encountered in element '%s' guid %s attribute '%s'!\n
23522-\tV_acosd
23525+\tV_asind
23526+\tV_atan2d
23527+\tV_atand
2352323528 \tV_atanf
2352423529 \tV_atofloat64
2352523530 \tV_cosd
23526-\tV_coshf
23527-\tV_exp2f
23528-\tV_expd
2352923531 \tV_sscanf_s
2353023532 \tV_stat
2353123533 \tV_strnchr
2353223534 \tV_strspn
2353323535 \tV_tand
2353423536 \tV_tanhf
2353523537 \t\f?focusInEvent@QGraphicsView@@MEAAXPEAVQFocusEvent@@@Z
23536-\t\tV_asind
2353723538 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\v\n\v\n\v\n\v\n\v\n\v\n\v\n\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\v\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\f\r\f\r\f\r\f\r\f\r\f\r\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r
2353823539 \t_FindGlobalSymbolByHash
2353923540 \t_V_FixupPathName
@@ -23562,7 +23563,6 @@ ZoomSensitivityMouseWheel
2356223563 \v?extension@QGraphicsPathItem@@MEBA?AVQVariant@@AEBV2@@Z
2356323564 \v?extension@QGraphicsRectItem@@MEBA?AVQVariant@@AEBV2@@Z
2356423565 \v\f?focusInEvent@QGroupBox@@MEAAXPEAVQFocusEvent@@@Z
23565-\v\tV_atan2d
2356623566 ^&h2:8$6X($&$0*
2356723567 ^0`l^VJU
2356823568 ^L7B
@@ -23580,6 +23580,7 @@ _TIFFSetupFieldInfo
2358023580 _TIFFVGetField
2358123581 _TIFFVSetField
2358223582 _\r?horizontalOffset@QTreeView@@MEBAHXZ
23583+_\tV_log2f
2358323584 _\v?event@QSlider@@UEAA_NPEAVQEvent@@@Z
2358423585 __Attribute__
2358523586 __CACHED_editcontext_provider_lookup
@@ -23666,6 +23667,7 @@ _zero
2366623667 `2PN
2366723668 `6p&B
2366823669 `\f?defaultTypeFor@QTimer@@CA?AW4TimerType@Qt@@H@Z
23670+`\tV_logd
2366923671 a7Bz
2367023672 a:fulltype
2367123673 a:typeparam
@@ -25554,7 +25556,6 @@ function
2555425556 functionName
2555525557 functionParams
2555625558 g\n?dragEnterEvent@QGraphicsItem@@MEAAXPEAVQGraphicsSceneDragDropEvent@@@Z
25557-g\tV_powd
2555825559 g_flBrightnessExposureBias
2555925560 g_pApplication is not yet initialized!\n
2556025561 g_tSkyTexture
@@ -26037,6 +26038,7 @@ kv3:ParticleParamID_t
2603726038 l2_regularization
2603826039 lDB n0p
2603926040 l\n?dragEnterEvent@QLineEdit@@MEAAXPEAVQDragEnterEvent@@@Z
26041+l\tV_powd
2604026042 ladder
2604126043 large
2604226044 last_frame
@@ -27002,6 +27004,7 @@ overwrite_existing
2700227004 overwrite_existing_flags_only
2700327005 ownerlog
2700427006 owns_polymorphic_data
27007+p08@H^
2700527008 p2@z\t
2700627009 pAsset
2700727010 pCheckpointName
@@ -28374,7 +28377,6 @@ type_restriction_is_enum_flags
2837428377 t|AO
2837528378 u:9F
2837628379 u\n?connect@QObject@@SA?AVConnection@QMetaObject@@PEBV1@PEBD01W4ConnectionType@Qt@@@Z
28377-u\tV_sind
2837828380 u\v?eventFilter@QAbstractItemView@@MEAA_NPEAVQObject@@PEAVQEvent@@@Z
2837928381 ui_order
2838028382 uicamerarotation
@@ -28660,7 +28662,6 @@ write_to_path_key
2866028662 wstring
2866128663 wyS]
2866228664 x0Ysqx
28663-x\tV_sinhf
2866428665 xfade
2866528666 yaw_bounce
2866628667 yaw_damping
@@ -28672,6 +28673,7 @@ z000.
2867228673 zDconst char *__cdecl Reflection::Internal::GetFuncName<class CFootPinningPoseOperation>(void)
2867328674 z\n?dragLeaveEvent@QTextEdit@@MEAAXPEAVQDragLeaveEvent@@@Z
2867428675 z\r?hoverMoveEvent@QGraphicsItem@@MEAAXPEAVQGraphicsSceneHoverEvent@@@Z
28676+z\tV_sind
2867528677 z\v?customEvent@QObject@@MEAAXPEAVQEvent@@@Z
2867628678 z\v?eventFilter@QDialog@@MEAA_NPEAVQObject@@PEAVQEvent@@@Z
2867728679 zero dir
@@ -28685,6 +28687,7 @@ znear
2868528687 {\n?dragLeaveEvent@QWidget@@MEAAXPEAVQDragLeaveEvent@@@Z
2868628688 {error}
2868728689 {mod}dev/move_assetcache_temp.data
28690+}\tV_sinhf
2868828691 ~CGenericFilter
2868928692 ~CMapDoc destructor: Leaking physics world because there are still ModelInstances that use it.\n
2869028693 ~CModelInstance destructor: leaking softbody because physics world disappeared\n
Update information⌄
- Build
- 24359624
- Associated changelist
- 37482903
- Game version
- 6864
Found something incorrect?
Report a missing patch note, incorrect file change, or other problem.