Commit Graph

1777 Commits

Author SHA1 Message Date
wenlong li
21f3d47ccc
Merge branch '4sval:dev' into dev 2026-06-09 11:11:22 +08:00
LongerWarrior
4451a3a601 Gothic 1 Remake, Century: Age of Ashes, Dragon Sword support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-06-09 00:29:45 +03:00
Marlon
c515634f86
Merge branch 'dev' of https://github.com/4sval/FModel into dev
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-06-06 19:09:32 +02:00
Marlon
e7b3eefd76
use epicmanifestparser v3 preview 2026-06-06 19:09:07 +02:00
Marlon
52c5de4e75
Merge pull request #679 from Fortniteleakjp/patch-1
Adding Sprites
2026-06-06 18:53:16 +02:00
FLJPNews
e7a6078a0e
Adding sprites 2026-06-07 01:51:07 +09:00
Valentin
041fd4382e
Update target framework to net10.0-windows in QA workflow
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-06-05 20:18:50 +02:00
Marlon
9a0efa0a8f
Upgrade to .NET 10 (#626)
Co-authored-by: Asval <asval.contactme@gmail.com>
2026-06-05 20:11:34 +02:00
LongerWarrior
5e4973f3de Wuthering Waves, Honor of Kings: World, Titan Quest 2 update
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Strinova lua support
MoprhTargets and Blueprint Decompiler fixes
2026-06-04 23:20:44 +03:00
LongerWarrior
a07ee3a55c Roco Kingdom: World audio config
Co-authored-by: Masusder <59669685+Masusder@users.noreply.github.com>
2026-06-04 23:02:51 +03:00
Masusder
3a529b304f Small fix
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-05-23 23:11:05 +02:00
Masusder
b1c7734957 Undawn lua, Fixed Criware/Rada bulk audio conversion
Some checks are pending
FModel QA Builder / build (push) Waiting to run
2026-05-23 21:44:47 +02:00
LongerWarrior
2c2123d601 LEGO Batman: Legacy of the Dark Knight support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Squad, Mortal Kombat 1 update
2026-05-22 01:33:39 +03:00
Masusder
fa12e8ec3b Roco Kingdom data table update, Snowbreak AES reload fix and lua support, Division Resurgence fixes, Subnautica 2 support, Lego 2K Drive support, Game For Peace partial lua support, Mongil Star Dive fixes
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Co-Authored-By: LongerWarrior <37636768+LongerWarrior@users.noreply.github.com>
2026-05-21 17:21:04 +02:00
GhostScissors
06186cbc03
Merge pull request #678 from djlorenzouasset/dev
temporary fix manifest errors
2026-05-21 20:36:05 +05:30
ᴅᴊʟᴏʀ3xᴢᴏ
db3212efe1 temporary fix manifest errors
Fixed "`Could not find ManifestInfoElement based on predicate`" by adding `epicgames-download1.akamaized.net` in the manifest predicate as `download.epicgames.com` seems to not be present in the manifest response.
2026-05-17 15:06:28 +02:00
LongerWarrior
afb02f5bbd Directive 8020, Conan Exiles Enhanced, Chasing Kaleido RIDER, Abzu support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Fix Delta Force, Highguard SM
jmap as mappings support
2026-05-12 01:22:46 +03:00
wenlong li
bc57eda470
Merge branch '4sval:dev' into dev 2026-05-07 20:58:40 +08:00
wenlong li
1c767064c3
Merge pull request #2 from LoogPhysics/copilot/update-fork-to-latest
Sync fork branch with 4sval/FModel dev
2026-05-07 20:58:01 +08:00
copilot-swe-agent[bot]
6ca4d5554a
Merge 4sval/FModel dev into fork
Agent-Logs-Url: https://github.com/LoogPhysics/FModel/sessions/bec086db-cc2f-4450-8d13-6df6c47a0e0e

Co-authored-by: LoogLong <86428208+LoogLong@users.noreply.github.com>
2026-05-07 12:50:52 +00:00
LoogLong
3d54a7e28c Merge upstream/master into dev 2026-05-07 19:47:58 +08:00
LoogLong
059f85f1cf Point CUE4Parse submodule to fork 2026-05-07 16:06:19 +08:00
LoogLong
14a5f173ae Update CUE4Parse submodule 2026-05-07 16:00:26 +08:00
LoogLong
039c559811 Display resolved AnimNode properties in viewer
Add ResolvedProperties to AnimGraphNode and populate it from AnimBlueprintGeneratedClass so resolved FAnimNodePropertyCollection is available per node, and copy it when duplicating nodes. Update AnimGraphViewer to show a new "AnimNode Properties" section and an optional "Property Sources" section with per-source details. Implement helpers to pick preferred values, compute source priority/display names, and format various UE types (FName, FText, FGuid, FStructFallback, arrays, etc.). Also add required using directives.
2026-05-07 15:35:00 +08:00
LongerWarrior
9159a91626 Add unluac decompiler
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Roco Kingdom: World lua support, Neverness to Everness ini decryption
2026-05-01 21:59:00 +03:00
LoogLong
2674206d44 Update CUE4Parse 2026-04-30 14:36:15 +08:00
LoogLong
ec95d352fe 动画蓝图查看器与底层数据结构全面增强
本次提交对动画蓝图(AnimGraph)查看器和相关底层数据结构进行了大幅重构和功能增强,主要内容包括:
- AnimGraphViewModel 支持全图合成视图、函数层识别、节点元数据追踪、Conduit 节点标记、状态机元数据完善等,图层布局算法更智能,兼容性和可读性显著提升。
- UI 增加图层侧边栏、合成全图优先显示、Conduit 节点高亮、属性面板调试信息等,交互体验更流畅。
- UAnimBlueprintGeneratedClass 及相关类型重构,支持节点、函数、PoseLink、属性等多维度高效访问,底层数据结构更健壮,接口更丰富。
2026-04-30 14:35:48 +08:00
LoogLong
8db7677251 Merge branch 'dev' of https://github.com/LoogPhysics/FModel into dev 2026-04-24 09:46:30 +08:00
LoogLong
152a23e83e Enhance AnimGraphNode and AnimGraphPin with ChildPropertyIndex and LinkIndex properties 2026-04-24 09:45:57 +08:00
wenlong li
43b805ad26
Merge branch '4sval:dev' into dev 2026-04-24 09:18:11 +08:00
LongerWarrior
c279f1fd9c Fix Honor of Kings World locres and meshes
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-04-23 00:59:13 +03:00
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
147e0147ba Delta Force chunked string tables
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-04-19 21:48:53 +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
LongerWarrior
72ca2c50c5 Fix StaticMesh serialization for UE versions < 4.20
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-04-11 00:45:58 +03: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
Masusder
e723149db8 ABI update, Roco Kingdom World meshes fix
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-04-04 14:09:19 +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
2212605825 Roco Kingdom World support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
2026-03-26 00:48:50 +02:00
LongerWarrior
5790adfb76 Roco Kingdom World support 2026-03-25 22:01:13 +02:00
Valentin
cf4efc4f77
test
Some checks are pending
FModel QA Builder / build (push) Waiting to run
2026-03-25 00:30:52 +01:00
LongerWarrior
71ad9f6caf Fix AudioConverter error 2026-03-25 00:31:25 +02:00
LongerWarrior
6ff2cdb87e
Add drag&drop support, WwiseProvider update, My Hero Ultra Rumble fix (#664)
Some checks are pending
FModel QA Builder / build (push) Waiting to run
- Refactor right-click command execution for asset/folder extraction
- Track successful and failed exports
- Add drag-and-drop support for game directory and mappings setup
- WwiseProvider update for FDeferredByteData
- Improve audio conversion handling
2026-03-23 23:19:49 +02:00
LongerWarrior
8fd4093481 bump cue4parse 2026-03-23 22:50:54 +02:00
LongerWarrior
9c60080d3e Add folder drag&drop for configuring game directory 2026-03-23 17:50:31 +02:00
Masusder
a714a28ed1 Update EndpointEditor.xaml.cs 2026-03-22 21:33:11 +01:00
Masusder
39e4f62010 Usmap drag & drop UI feedback 2026-03-22 21:16:03 +01:00