Initial commit: RR3 APK Modification Tools

- Automated PowerShell script (RR3-Community-Mod.ps1)
- Complete modification guide (14,000 words)
- Quick reference summary (12,000 words)
- Network protocol analysis (13,000 words)
- One-command APK modification
- Built-in custom server support discovery

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-17 22:03:42 -08:00
commit 7f1b3cd526
6 changed files with 1686 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
*.db
*.db-shm
*.db-wal
bin/
obj/
.vs/
*.user
*.suo
output/
tools/
rr3-modified/
rr3-modified-signed.apk
*.apk
!realracing3.apk