We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix: Update Finance Manager shortcut from Shift+F to Esc menu Finance Manager is accessed via Esc → Finance Manager, not Shift+F. Updated all 12 references across 6 wiki pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: Add mechanical_repair.png screenshot Added mechanical_repair.png to: - Quick-Start-Guide.md: Repair/Repaint section (before repaint screenshot) - Gallery.md: Maintenance & Field Service section (first item) Fixed duplicate tire_service entry in Gallery. Updated Gallery count: 27 → 28 screenshots.
docs: Integrate all 23 screenshots into wiki - 100% usage achieved Added screenshots to 7 wiki pages for complete visual documentation: - Vehicle-Financing.md: 4 screenshots (loan process, finance details, payment history) - UYT-Integration.md: 1 screenshot (tire service dialog) - Quick-Start-Guide.md: 2 new screenshots (repair/repaint dialogs) + new section - Home.md, Used-Marketplace.md, Negotiation-System.md, OBD-Scanner.md: Previously completed All 23 screenshots now contextually placed across README and wiki pages. v2.11.0 documentation enhancement.
docs: Correct finance term limits across all wiki pages Updated maximum finance terms to match actual code implementation: - Vehicles: 1-15 years (was 1-30) - Buildings: 1-15 years (was 1-30) - Land: 5, 10, 15, or 20 years (was 1-30) Files updated: - Home.md: Finance term references - Building-Financing.md: All term limit mentions and comparison tables - Credit-Scoring.md: Maximum term tables for Excellent credit - FAQ.md: Updated "30-year loan" question to "20-year loan" - Land-Financing.md: All term references, examples, and payment tables - Quick-Start-Guide.md: Credit benefit descriptions - Vehicle-Financing.md: Land financing references and credit tables The UI only offers terms up to 20 years for land (5/10/15/20) and 15 years for vehicles/buildings (1-15), even though the validation layer technically allows 30 years for land. Documentation now reflects what users can actually select in-game. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
docs(wiki): Fix credit score values to match actual code - On-time payment: +5 → +2 (base) + streak bonus - Pay off early: +50 → +15 - Late payment: NEW entry at -15 - Missed payment: -25 → -45 (3x worse than late) - Vehicle repossessed: -100 → -175 - Loan defaulted: NEW entry at -200 Added context: - Warning about v2.9.6 rebalancing (credit builds slowly, drops fast) - Recovery time calculation (23 months to recover from one miss) - Specific rate ranges (3.5% vs 12%) - Building financing requirement (750+) Values verified against CreditSystem.lua lines 509-531, 857-894
docs(wiki): Add header and section icons across all pages Visual polish pass on 16 wiki pages: Header Images (96px): - Home.md: inline feature icons for all nav links - Credit-Scoring.md: credit_score.png + trend_up/down section icons - Vehicle-DNA.md: inspect.png + tier status icons in table - Vehicle-Financing.md: finance.png + loan_doc/percentage section icons - Vehicle-Leasing.md: lease.png + calendar/cash section icons - Land-Financing.md: cash.png - Used-Marketplace.md: search.png + agent/search section icons - Negotiation-System.md: handshake.png + agent/offer/calendar section icons - Trade-In-System.md: trade_in.png + cash section icon - Malfunctions.md: fsk_warning.png + sys_engine/hydraulic/electrical/tire icons - OBD-Scanner.md: fsk_diagnostics.png + feature icons - Service-Truck.md: vehicle.png - RVB-Integration.md: sys_engine.png - UYT-Integration.md: fsk_tire.png - Quick-Start-Guide.md: lightbulb.png - FAQ.md: lightbulb.png Section Icons (20-32px): - Added contextual icons to major sections across pages - Used status icons (good/pending/bad) for rating tiers - System icons (engine/hydraulic/electrical) for failure categories - Feature icons (diagnostics/tire/repair) for OBD Scanner sections All icons sourced from gui/icons/ via GitHub raw URLs. Wiki now has consistent visual language throughout.
Initial wiki structure with 9 pages Pages created: - Home (landing page with navigation) - Installation - Quick Start Guide - Credit Scoring - Vehicle DNA - Used Marketplace - Settings and Configuration - FAQ - _Sidebar (navigation) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>