We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(wiki): Align all wiki versions to v2.15.0 Updated version references from 2.14.2 → 2.15.0 across 6 wiki pages to match README and modDesc.xml: - FAQ.md (header + footer) - Negotiation-System.md (header) - For-Mod-Developers.md (header + footer) - Vehicle-Leasing.md (footer) - Building-Financing.md (footer) - Console-Commands.md (footer) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(wiki): Fix 26 broken links across 7 wiki pages - Vehicle-Financing.md: Fix 7 broken links (Leasing.md→Vehicle-Leasing.md, Payment-Configuration/Early-Payoff→same-page anchors, Trade-In.md→Trade-In-System.md, Finance-Manager.md→Quick-Start-Guide.md, Partial-Repair.md→FAQ) - Vehicle-Leasing.md: Fix 2 broken links (Credit-Score.md→Credit-Scoring.md, Finance-Manager.md→Quick-Start-Guide.md) - Negotiation-System.md: Fix 2 broken links (WIKI_DNA.md→Vehicle-DNA.md, WIKI_INSPECTION.md→FAQ inspections section) - Console-Commands.md: Fix 1 broken link (Admin Control Panel→same-page anchor) - For-Mod-Developers.md: Fix ~15 broken relative paths (../→full GitHub URLs), fix placeholder URL (your-repo-here→XelaNull/FS25_UsedPlus) - Vehicle-DNA.md: Fix 2 broken relative paths (../README.md, ../docs/→GitHub URLs) - FAQ.md: Fix 3 garbled ToC entries (duplicate text removed) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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: Point downloads to GitHub Releases, update stats to v2.15.0 - Home: Update version to v2.15.0, add download link, update codebase stats - Installation: Make Releases link more prominent - Sidebar: Add Releases link at top of Links section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update version references to v2.14.2 across all wiki pages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: Update version references to 2.13.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: Add buyer_found.png screenshot Added buyer_found.png to: - Used-Marketplace.md: Receiving Offers section - Gallery.md: Purchase & Selling section Updated Gallery count: 28 → 29 screenshots.
fix: Correct Gallery link syntax in sidebar Moved emoji outside of wiki link syntax for proper linking. Was: [[Gallery|📸 Gallery]] Now: 📸 [[Gallery]]
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: Add 4 new screenshots to wiki (land/vehicle lease) Added new screenshots to appropriate pages: - Land-Financing.md: 3 farmland screenshots (options, finance, lease) - Vehicle-Leasing.md: 1 vehicle lease screenshot - Gallery.md: All 4 added to new 'Land & Field Financing' section Updated Gallery count from 23 to 27 screenshots. Added Land Financing and Vehicle Leasing to feature links.
fix: Correct Gallery link text in sidebar (was Screenshot-Gallery)
docs: Add Screenshot Gallery to wiki sidebar Added Gallery link in Getting Started section with camera emoji for easy visual discovery. Makes the complete screenshot collection easily accessible from every wiki page.
docs: Create Screenshot Gallery page with all 23 screenshots New wiki page showcasing complete visual tour of UsedPlus features: - Finance & Credit Management (6 screenshots) - Used Vehicle Marketplace (8 screenshots) - Purchase & Selling (2 screenshots) - Maintenance & Field Service (7 screenshots) Organized in tables for easy browsing, with links to feature-specific wiki pages for screenshots in context. This centralizes all screenshots in one place while keeping them distributed across relevant feature pages for contextual documentation.
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: Update language counts to 25 languages (24 at 100%)
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: Update codebase statistics to v2.10.1 - 135,730 lines, 33 dialogs, 26 languages - Updated Home.md with comprehensive architecture breakdown - Updated version from v2.9.5 to v2.10.1 - Corrected dialog count from 38 to 33 - Corrected language count from 27 to 26 - Added detailed component breakdown (managers, events, specializations, utilities) - Updated development timeline to 4 months (Nov 2025 - Feb 2026) - Updated For-Mod-Developers.md with accurate file counts (122 Lua, 33 dialogs, 135k+ lines) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
docs: Update version references to 2.10.1 - FAQ.md: Updated version header and bug report example - Building-Financing.md: Updated footer timestamp
cleanup: Remove backup and temp files
docs(wiki): Fix credit score values across all wiki pages Updated 5 pages to match actual code (CreditSystem.lua): Credit Value Changes: - On-time payment: +5 → +2 (base) + streak bonus - Pay off loan early: +50 → +15 - Missed payment: -25 → -45 (3x worse than late) - Vehicle repossessed: -100 → -175 - Loan default: NEW at -200 Pages Updated: - Credit-Scoring.md: Comprehensive credit guide (10 replacements) - FAQ.md: Common questions section (5 replacements) - Vehicle-Financing.md: Payment config table (5 replacements) - Vehicle-Leasing.md: Lease credit impacts (5 replacements) - Negotiation-System.md: Deal completion bonuses (2 replacements) Context Added: - Emphasized slow credit building (v2.9.6 rebalancing) - Recovery time: 23 months to undo ONE missed payment - Death spiral updated to reflect harsher penalties Verified against: - PaymentTracker.IMPACT (lines 509-531) - CreditHistory.EVENT_TYPES (lines 857-894)
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 icon imagery to Building-Financing page - Added section header icons: handshake, collateral, calendar, loan_doc, sale, lightbulb, status_bad, search - Added subsection icons: credit_score (Credit Score), cash (Down Payment) - Improves visual consistency with other wiki pages (FAQ, Home) - Icons sourced from gui/icons/ using GitHub raw URLs
docs(wiki): Update land bullet to include leasing, remove hype CHANGES: - Buildings: Removed "(first-of-its-kind!)" annotation - Land: Changed to "Finance or lease land & fields" and removed hype Cleaner, more professional presentation of features. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
docs(wiki): Add land financing to 'What Is UsedPlus' section Added missing land financing bullet point - another first-of-its-kind feature that was missing from the intro overview: "Finance land & fields - up to 30-year terms" Both land and building financing are groundbreaking features that deserve prominent placement in the introduction. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
docs(wiki): Add building financing to 'What Is UsedPlus' section Added missing bullet point highlighting first-of-its-kind building financing feature in the main intro section: "Finance buildings & placeables - sheds, silos, production buildings" This major v2.10.0 feature was missing from the introductory overview. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
docs(wiki): Remove AI writing pattern, improve clarity BEFORE: "This isn't feature soup - it's an interconnected..." AFTER: "Everything connects. Your financial choices cascade..." More direct, less AI slop. Shows the system connections clearly without the forced "This isn't X - it's Y" pattern. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
docs(wiki): Add Building Financing page + update nav/stats NEW PAGE: Building-Financing.md - Comprehensive guide to building/placeable financing - Requirements: 750+ credit, 20% down - Terms, rates, monthly payments - Selling financed buildings - Tips, strategy, troubleshooting, FAQ NAVIGATION: - _Sidebar.md: Added to Core Features - Home.md: Added with icon, updated stats STATS: - ~65,000 → ~80,000 lines of code - 113 Lua + 60 XML → 118 Lua + 38 XML files First-of-its-kind feature in FS25 modding!
docs(FAQ): Add Building & Placeable Financing section for v2.10.0 New FAQ section covering first-of-its-kind building financing feature: - Requirements: 750+ credit, 20% down payment - How to finance a building (Construction menu workflow) - What happens at purchase and with sales - Troubleshooting (credit too low, down payment, mod conflicts) - Comparison to vehicle financing (stricter credit, no leasing) Updated version to 2.10.0 and date to 2026-02-01. Renumbered all sections after insertion (Used Marketplace 3→4, etc.). +103 lines of comprehensive FAQ content.
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.
docs(wiki): Complete all missing wiki pages Added 8 comprehensive wiki pages referenced from homepage: **Core Features:** - Land-Financing (3.5K) - 30-year terms, lower rates, expansion strategy - Trade-In-System (7.1K) - 50-65% instant value, when to use vs sell **Vehicle Maintenance:** - Malfunctions (4.6K) - 15+ failure types, prevention strategies - OBD-Scanner (5.6K) - Field diagnostics, 80% cap, one-time use - Service-Truck (7.2K) - Discovery system, ceiling restoration **Mod Integration:** - RVB-Integration (2.4K) - Deep RVB integration, DNA affects lifespans - UYT-Integration (2.4K) - Tire wear sync, DNA multipliers - Other-Mod-Compatibility (4.1K) - AM, HP, BUE, ELS integrations All pages include: - Comprehensive tables and examples - Cross-references to related pages - Tips & strategies sections - Troubleshooting guides - Consistent style matching existing wiki Total: 36.2K of production-quality documentation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>