jmquigs/ModelMod
A system for modifying art in games.
85Stars
12Forks
27Claude Commits
RustLanguage
3d-modelsanimationd3d9game
First Claude commit: Mar 27, 2026Last Claude commit: 14d agoDiscovered: Apr 17, 2026
Recent Claude Commits
Support writing UByte4N texture coordinates for mod output
24978a814d agoauthor_emailAdd basic UByte4N support for DX9 texture coordinates in snapshot
9445ff114d agoauthor_emailAdd HalfFour support for texture coordinates
05fb28016d agoauthor_emailAdd early game-profile lookup from registry at hook time
663b4b917d agoauthor_emailFix stale comment about source texture not being AddRef'd
fe4dac518d agoauthor_emailAdd GC pass for DX9 UpdateTexture source-tracking refs
5fbc91219d agoauthor_emailAddRef source textures in UpdateTexture map to prevent crash
f2616df19d agoauthor_emailTrack DX9 UpdateTexture mapping to snapshot source textures
59c6b5d19d agoauthor_emailDon't auto-enable force_tex_cpu_read on DX9 snapshot mode entry
39378f919d agoauthor_emailHook DX9 CreateTexture to use MANAGED pool for texture snapshotting
7bf56d019d agoauthor_emailAdd CLAUDE.md with Rust cross-compilation instructions
93b6e9720d agoauthor_emailFix thread-safety race condition in MemoryCache causing NullReferenceException
05c993521d agoauthor_emailMove BinCache from Temp to LocalAppData
8367ae126d agoauthor_emailMake blend weight adjustment conditional via AdjustBlendWeights profile field
55bf00626d agoauthor_emailReinit logOnceFns that have already fired on engine hot-reload
226125928d agoauthor_emailRestore hot-reload for managed code via shell/engine DLL split
a6bb83928d agoauthor_emailFix indentation in init_device_state_once and bail out on hook self-reference
b7340ae1mo agoauthor_emailWrite blend data into Color elements during fillModData when profile flags are set
0d85a8e1mo agoauthor_emailRename bone reader functions to include 'Color' in name
9a2d8771mo agoauthor_emailFix operator precedence in readBoneWeights
4d63f761mo agoauthor_emailBump NATIVE_CODE_VERSION to 5 for snap profile struct change
ffd94181mo agoauthor_emailImprove snapshot profile blend-in-color log messages
7d1af031mo agoauthor_emailRead blend index/weight from Color1/Color2 in DX9 snapshots
109f5ae1mo agoauthor_emailAdd BlendIndexInColor1 and BlendWeightInColor2 fields to snapshot profile
62ca81d1mo agoauthor_emailFix inverted condition in GetVertDeclaration causing dx9 mod load failure
b3a37f11mo agoauthor_emailRemove specific hotkey reference from reloadSnapshotProfiles comment
4edda551mo agoauthor_emailReload snapshot profiles on Ctrl-F1 mod reload
062d8e01mo agoauthor_email