jmquigs/ModelMod
A system for modifying art in games.
86Stars
13Forks
27Claude Commits
RustLanguage
3d-modelsanimationd3d9game
First Claude commit: Mar 27, 2026Last Claude commit: 3mo agoDiscovered: Apr 17, 2026
Recent Claude Commits
Support writing UByte4N texture coordinates for mod output
24978a83mo agoauthor_emailAdd basic UByte4N support for DX9 texture coordinates in snapshot
9445ff13mo agoauthor_emailAdd HalfFour support for texture coordinates
05fb2803mo agoauthor_emailAdd early game-profile lookup from registry at hook time
663b4b93mo agoauthor_emailFix stale comment about source texture not being AddRef'd
fe4dac53mo agoauthor_emailAdd GC pass for DX9 UpdateTexture source-tracking refs
5fbc9123mo agoauthor_emailAddRef source textures in UpdateTexture map to prevent crash
f2616df3mo agoauthor_emailTrack DX9 UpdateTexture mapping to snapshot source textures
59c6b5d3mo agoauthor_emailDon't auto-enable force_tex_cpu_read on DX9 snapshot mode entry
39378f93mo agoauthor_emailHook DX9 CreateTexture to use MANAGED pool for texture snapshotting
7bf56d03mo agoauthor_emailAdd CLAUDE.md with Rust cross-compilation instructions
93b6e973mo agoauthor_emailFix thread-safety race condition in MemoryCache causing NullReferenceException
05c99353mo agoauthor_emailMove BinCache from Temp to LocalAppData
8367ae13mo agoauthor_emailMake blend weight adjustment conditional via AdjustBlendWeights profile field
55bf0063mo agoauthor_emailReinit logOnceFns that have already fired on engine hot-reload
22612593mo agoauthor_emailRestore hot-reload for managed code via shell/engine DLL split
a6bb8393mo agoauthor_emailFix indentation in init_device_state_once and bail out on hook self-reference
b7340ae4mo agoauthor_emailWrite blend data into Color elements during fillModData when profile flags are set
0d85a8e4mo agoauthor_emailRename bone reader functions to include 'Color' in name
9a2d8774mo agoauthor_emailFix operator precedence in readBoneWeights
4d63f764mo agoauthor_emailBump NATIVE_CODE_VERSION to 5 for snap profile struct change
ffd94184mo agoauthor_emailImprove snapshot profile blend-in-color log messages
7d1af034mo agoauthor_emailRead blend index/weight from Color1/Color2 in DX9 snapshots
109f5ae4mo agoauthor_emailAdd BlendIndexInColor1 and BlendWeightInColor2 fields to snapshot profile
62ca81d4mo agoauthor_emailFix inverted condition in GetVertDeclaration causing dx9 mod load failure
b3a37f14mo agoauthor_emailRemove specific hotkey reference from reloadSnapshotProfiles comment
4edda554mo agoauthor_emailReload snapshot profiles on Ctrl-F1 mod reload
062d8e04mo agoauthor_email