russian translate #2#2
Merged
leotorrez merged 1 commit intoleotorrez:mainfrom Nov 1, 2024
Merged
Conversation
menu and some tutorials fix
leotorrez
approved these changes
Nov 1, 2024
leotorrez
added a commit
that referenced
this pull request
Feb 12, 2026
- Completely rewrote shader-override.md from 321 lines of old comments to 650+ lines of comprehensive documentation - Documented all ShaderOverride properties with examples and use cases - Covered hash matching, filtering (depth_filter, filter_index, model) - Explained command list execution timing (pre/post commands) - Included 7 common use case examples (character mods, shadows, UI, etc.) - Added best practices for hunting, performance, organization - Comprehensive troubleshooting section for common issues - Verified against IniHandler.cpp:2243-2310, globals.h:254-272, HackerContext.cpp:444-496, 820-858 This completes the #2 priority empty file from documentation gaps.
leotorrez
added a commit
that referenced
this pull request
Feb 12, 2026
- Simplified resource.md bind_flags section (lines 275-312) - Simplified fuzzy-matching.md flag matching section (lines 197-271) - flags.md now single source of truth for all DirectX 11 flags - Added clear cross-references to flags.md in both files - Eliminated ~120 lines of duplicate content while improving clarity - Enhanced fuzzy-matching.md with consistent structure for all flag types Addresses issue #2 from REPETITION_ANALYSIS.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
menu and some tutorials fix