Commit Graph

325 Commits

Author SHA1 Message Date
wenlong li
3bdfcd6b26
Merge branch '4sval:dev' into dev 2026-04-22 10:05:46 +08:00
Masusder
bcba355146 Honor of Kings: World support
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Co-Authored-By: LongerWarrior <37636768+LongerWarrior@users.noreply.github.com>
2026-04-21 20:32:20 +02:00
Masusder
39e10b169e Delta Force string tables
Some checks are pending
FModel QA Builder / build (push) Waiting to run
2026-04-18 21:03:53 +02:00
Masusder
c16f2edf9b Roco Kingdom: World datatables support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-04-08 21:10:17 +02:00
Masusder
02cd52ac0f Square Enix audio support, Marvel Rivals asset registry fix, DBD update
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Co-Authored-By: LongerWarrior <37636768+LongerWarrior@users.noreply.github.com>
Co-Authored-By: GhostScissors <79089473+GhostScissors@users.noreply.github.com>
2026-04-07 19:48:04 +02:00
LongerWarrior
bd83589915 Hogwarts Legacy update, Killrun support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-04-01 00:02:33 +03:00
Krowe Moh
7e7d6d5bc6
a bunch of stuff (#663)
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Co-authored-by: Chompster86 <chompster86@gmail.com>
Co-authored-by: Asval <asval.contactme@gmail.com>
2026-03-30 22:01:59 +02:00
LongerWarrior
5790adfb76 Roco Kingdom World support 2026-03-25 22:01:13 +02:00
LongerWarrior
8e66371fca Update WwiseProvider for FDeferredByteData, counting failed exports
Co-authored-by: Masusder <59669685+Masusder@users.noreply.github.com>
2026-03-22 18:43:58 +02:00
LongerWarrior
411851dae5 Merge branch 'dev' into commands_rework 2026-03-22 18:28:59 +02:00
Stern.
d55d9232d4
Add support for new IoStore on-demand TOC format. (#662)
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Co-authored-by: Krowe Moh <27891447+Krowe-moh@users.noreply.github.com>
Co-authored-by: Asval <asval.contactme@gmail.com>
2026-03-20 20:40:24 +01:00
Masusder
a06a6a97a1 Handle failed extraction
- Don't open audio player during json export
- Don't link to directory that might not exist (would take us to desktop)
- Show real amount of exported assets
2026-03-17 01:45:19 +01:00
LongerWarrior
36ad881a8d Refactor right click commands 2026-03-16 21:47:08 +02:00
Masusder
639f21e574
added links to some exceptions + auto detect ue version (#657)
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Co-authored-by: Asval <asval.contactme@gmail.com>
Co-authored-by: Krowe-moh <27891447+Krowe-moh@users.noreply.github.com>
2026-03-13 21:14:56 +01:00
Masusder
c9542f1a91 Aion 2, Crystal of Atlan, Fate Trigger, WuWa and The First Descendant updates
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-03-06 11:56:16 +01:00
wenlong li
14e700a600
Merge pull request #1 from LoogPhysics/copilot/add-animation-blueprint-parsing
Add AnimBlueprint Window
2026-03-05 16:59:09 +08:00
copilot-swe-agent[bot]
788cc6d410 Fix animation blueprint node extraction to read from ChildProperties and CDO instead of exports
In cooked UE assets, UEdGraphNode objects are stripped as editor-only data
(PKG_FilterEditorOnly). The actual animation node information is stored in:
- UAnimBlueprintGeneratedClass.ChildProperties (FStructProperty entries describing node types)
- ClassDefaultObject properties (FStructFallback values with node data)
- FPoseLink/FComponentSpacePoseLink structs with LinkID for connections

Co-authored-by: LoogLong <86428208+LoogLong@users.noreply.github.com>
2026-03-02 02:01:27 +00:00
Asval
d2fe259adc bump c4p + a few settings changes + fix #647
Some checks failed
FModel QA Builder / build (push) Has been cancelled
export raw data is now disabled by default (see settings)
2026-03-01 17:20:05 +01:00
copilot-swe-agent[bot]
ba9bb323a3 Add animation blueprint graph viewer with node/connection extraction and visualization
Co-authored-by: LoogLong <86428208+LoogLong@users.noreply.github.com>
2026-02-28 10:05:39 +00:00
Masusder
fd4eb0a418
Borderlands 3 audio (#649)
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-02-25 16:24:43 +01:00
Masusder
500fa59f85
Option for bulk audio conversion (#646)
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-02-18 17:40:15 +01:00
Masusder
6b3a4ae785
Borderlands 4 - GbxAudio support (#645)
Some checks are pending
FModel QA Builder / build (push) Waiting to run
2026-02-16 02:05:52 +02:00
ᴅᴊʟᴏʀ3xᴢᴏ
40ed646dcd
Fix HTML tags in some Quests DisplayName. (#640)
Some checks failed
FModel QA Builder / build (push) Has been cancelled
* Fix HTML tags in some Quests DisplayName.

* New Backups & Hotfixes API

* fix backups being null

---------

Co-authored-by: GhostScissors <79089473+GhostScissors@users.noreply.github.com>
2026-02-11 20:33:50 +05:30
Masusder
508dcb4c7a Wwise media assets + .adx fallback 2026-02-08 12:49:50 +01:00
LongerWarrior
40996973eb Code Vein 2, Infinity Nikki update
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Ashes of Creation dbc extraction
2026-02-03 00:35:13 +02:00
Marlon
14e05da2e0
fixed line endings to lf to match editorconfig
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-01-27 14:17:43 +01:00
Marlon
1e2b1b1e3e
support for .UONDEMANDTOC files 2026-01-26 15:09:30 +01:00
Masusder
669b07f807
Overall improvements (#633) 2026-01-25 17:49:44 +01:00
Marlon
aae182d8e4
wwise fix 2026-01-24 19:30:47 +01:00
Marlon
3eb4c0d4be
update fn engine version 2026-01-24 18:36:31 +01:00
Masusder
b9315cc298
'The Dark Pictures Anthology: House of Ashes' Wwise support (#632)
* 'The Dark Pictures Anthology: House of Ashes' Wwise support

* AnyItemMeetsConditionConverter.ConditionMode

---------

Co-authored-by: Asval <asval.contactme@gmail.com>
2026-01-19 20:33:32 +01:00
Masusder
8b95b403bb
New Explorer System (#619)
Some checks failed
FModel QA Builder / build (push) Has been cancelled
+ filter by types, find by references (UE5+), and a lot of other improvements

Co-authored-by: Asval <asval.contactme@gmail.com>
Co-authored-by: LongerWarrior <LongerWarrior@gmail.com>
2025-12-19 18:34:33 +01:00
LongerWarrior
1846b82802 Aion2 dat files and HTML5 Emscripten data files support
Some checks are pending
FModel QA Builder / build (push) Waiting to run
2025-11-24 00:40:29 +02:00
LongerWarrior
5b13bb0b46 Skip emissive 2025-11-12 12:57:14 +02:00
Masusder
3b82f14290 Added ADX decoder 2025-11-11 13:24:34 +01:00
Masusder
c525243c50 AWB json converter, fix paths 2025-11-07 22:47:21 +01:00
Masusder
2888c9261c Criware decrypt key setting / HCA decoder 2025-11-07 16:42:41 +01:00
Masusder
879b5a2ce8 CriWare 2025-11-04 21:26:19 +01:00
LongerWarrior
604e59be33 FN 38.00 fixes and Infinity Nikki update
Some checks failed
FModel QA Builder / build (push) Has been cancelled
fixed missing usings
2025-11-04 00:41:08 +02:00
LongerWarrior
1f10656d91 FN 38.00 fixes and Infinity Nikki update 2025-11-04 00:10:26 +02:00
Valentin
69d83d5257
Merge pull request #602 from GMMan/add-audio-export
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Add save audio option to context menus
2025-11-02 20:23:18 +01:00
Marlon
b8147b3c0c
valorant live fix (wip) 2025-11-02 19:39:26 +01:00
LongerWarrior
ae52058d26 Psychonauts2 support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2025-10-23 00:53:26 +03:00
Asval
de34f9c5ce removed auto open sounds 2025-10-21 17:09:49 +02:00
Yukai Li
570bdd6180 Add save audio option to context menus 2025-10-17 16:38:38 -06:00
Masusder
b51d539c24
FMOD Audio support (#597)
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Co-authored-by: LongerWarrior <LongerWarrior@gmail.com>
2025-10-14 19:45:27 +03:00
GMatrixGames
f366ad1189
Use ZStandard, closer to oodle. 2025-10-11 16:41:19 -04:00
Asval
a4e92b6c59 migrated api endpoints over to UEDB 2025-10-10 14:03:38 +02:00
LongerWarrior
17d3586032 Concord and uncharted Waters Origin support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2025-08-28 14:56:00 +03:00
Krowe Moh
1449f78665 forgot to push 2025-08-11 07:46:52 +10:00