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>
Update version references to v2.14.2 across all wiki pages Co-Authored-By: Claude Opus 4.6 <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(wiki): Add comprehensive For Mod Developers guide Added 975-line integration guide for external mod developers: API & Integration: - Detection patterns with version checking - Complete public API reference with real signatures - Credit Bureau integration (register loans, report payments) - Vehicle DNA access methods - Event subscription system - Malfunction triggers and state reading Code Examples: - Finance mod integration (loan registration, credit queries) - Vehicle mod integration (DNA checks, reliability states) - Production mod example (crop pricing based on debt ratio) - Complete working code snippets with error handling FS25 Patterns: - GUI dialogs (MessageDialog pattern, DialogLoader) - Event system (sendToServer, broadcast) - Manager singletons (getInstance, HOUR_CHANGED) - Save/Load patterns (XMLFile, readStream/writeStream) - Link to FS25_AI_Coding_Reference for deep patterns Testing: - Console commands for rapid testing - Credit score manipulation (upSetCredit) - Vehicle state forcing (upStall, upMisfire) - Detection validation Target Audience: Finance, vehicle, production, or simulation mods wanting to integrate with UsedPlus Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>