jmquigs/ModelMod
A system for modifying art in games.
86Stars
13Forks
27Claude Commits
RustLanguage
3d-modelsanimationd3d9game
First Claude commit: Mar 27, 2026Last Claude commit: 2mo agoDiscovered: Apr 17, 2026
Recent Claude Commits
Support writing UByte4N texture coordinates for mod output
24978a82mo agoauthor_emailAdd basic UByte4N support for DX9 texture coordinates in snapshot
9445ff12mo agoauthor_emailAdd HalfFour support for texture coordinates
05fb2802mo agoauthor_emailAdd early game-profile lookup from registry at hook time
663b4b92mo agoauthor_emailFix stale comment about source texture not being AddRef'd
fe4dac52mo agoauthor_emailAdd GC pass for DX9 UpdateTexture source-tracking refs
5fbc9122mo agoauthor_emailAddRef source textures in UpdateTexture map to prevent crash
f2616df2mo agoauthor_emailTrack DX9 UpdateTexture mapping to snapshot source textures
59c6b5d2mo agoauthor_emailDon't auto-enable force_tex_cpu_read on DX9 snapshot mode entry
39378f92mo agoauthor_emailHook DX9 CreateTexture to use MANAGED pool for texture snapshotting
7bf56d02mo agoauthor_emailAdd CLAUDE.md with Rust cross-compilation instructions
93b6e972mo agoauthor_emailFix thread-safety race condition in MemoryCache causing NullReferenceException
05c99352mo agoauthor_emailMove BinCache from Temp to LocalAppData
8367ae12mo agoauthor_emailMake blend weight adjustment conditional via AdjustBlendWeights profile field
55bf0062mo agoauthor_emailReinit logOnceFns that have already fired on engine hot-reload
22612592mo agoauthor_emailRestore hot-reload for managed code via shell/engine DLL split
a6bb8392mo agoauthor_emailFix indentation in init_device_state_once and bail out on hook self-reference
b7340ae2mo agoauthor_emailWrite blend data into Color elements during fillModData when profile flags are set
0d85a8e2mo agoauthor_emailRename bone reader functions to include 'Color' in name
9a2d8772mo agoauthor_emailFix operator precedence in readBoneWeights
4d63f762mo agoauthor_emailBump NATIVE_CODE_VERSION to 5 for snap profile struct change
ffd94182mo agoauthor_emailImprove snapshot profile blend-in-color log messages
7d1af032mo agoauthor_emailRead blend index/weight from Color1/Color2 in DX9 snapshots
109f5ae2mo agoauthor_emailAdd BlendIndexInColor1 and BlendWeightInColor2 fields to snapshot profile
62ca81d2mo agoauthor_emailFix inverted condition in GetVertDeclaration causing dx9 mod load failure
b3a37f12mo agoauthor_emailRemove specific hotkey reference from reloadSnapshotProfiles comment
4edda552mo agoauthor_emailReload snapshot profiles on Ctrl-F1 mod reload
062d8e02mo agoauthor_email