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>
Update version references to v2.14.2 across all wiki pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
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): 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): Add Vehicle Financing, Leasing, and DNA pages (2,234 lines)
Vehicle Financing (643 lines):
- Credit-gated term lengths (1-5yr, 6-10yr, 11-15yr)
- Dynamic interest rates based on credit score
- Down payment requirements (0-25% based on credit)
- Early payoff bonus (+50 credit points)
- Payment configuration options (regular, minimum, extra, skip)
- Asset seizure after 3 missed payments
Vehicle Leasing (910 lines):
- Lower monthly payments vs financing
- Balloon payment at lease end
- Buyout options (pay balloon, refinance, return)
- Early termination penalties
- Credit score requirements
- Lease vs buy decision matrix
Vehicle DNA (681 lines):
- Hidden quality trait (0.0-1.0 scale)
- Four tiers: Lemon, Average, Workhorse, Legendary
- Repair degradation mechanics
- Breakdown damage multipliers
- DNA-driven seller personalities
- Inspection hints via Comprehensive tier
- Tire wear and RVB part lifetime effects
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>