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>
94f247f
docs(wiki): Tease vehicle quality system on Home page
Add bullet point: 'Every vehicle is unique - some are reliable
workhorses, others are money-pit lemons'
- Introduces lemon/workhorse concept without technical jargon
- Makes hidden quality system discoverable
- Adds intrigue for players browsing features
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
7855189
docs(wiki): Add comprehensive FAQ page (1,257 lines)
- 11 major sections covering installation through troubleshooting
- Installation & Setup: Mod installation, first-time setup, feature visibility
- Credit & Financing: Credit scores, term gates, down payments, early payoff
- Used Marketplace: Agent tiers, search TTL, inspection system
- Selling & Trading: Trade-ins, agent sales, brand loyalty bonus
- Negotiation: Mechanic's Whisper, seller personalities, weather effects
- Maintenance & Repairs: DNA system, reliability ceiling, tire quality tiers
- OBD Scanner: Diagnostic minigame, field repair caps, one-time limits
- Service Truck: Discovery prerequisites, restoration mechanics, spare parts
- Multiplayer: Per-farm credit, server validation, inspection state
- Compatibility: RVB/UYT/ELS integration, BUE deferral, conflict resolution
- Troubleshooting: Common issues, debug mode, bug reporting template
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
eef34b3
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>
c859363
docs(wiki): Add comprehensive Negotiation System guide
Added detailed documentation for the negotiation mechanics:
- 5 seller personalities with acceptance thresholds
- Weather bonuses (Hail +12%, Storm +8%, Rain +5%, etc.)
- Listing condition modifiers (age, damage, hours)
- Walk-away penalties (30-min cooldown vs 1-hour vs permanent)
- Stand Firm gamble (30% cave, 50% hold, 20% walk)
- Mechanic's Whisper intel system
- Strategic examples ('The Perfect Storm Deal')
- Complete flowchart and formulas
- Vehicle DNA connection (subtle hints)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5c7de52
docs(wiki): Add comprehensive Console Commands reference
Added detailed documentation for all 22 console commands:
- 5 admin commands (upAdminCP, upAddMoney, upSetMoney, upSetCredit, upPayoffAll)
- 3 debug status commands (upCreditScore, upListDeals, upListSearches)
- 11 malfunction testing commands
- 3 Service Truck discovery commands
Features:
- Clear access requirements (Admin vs DEBUG mode)
- Usage examples and expected output
- Safety warnings for dangerous commands (runaway, seizure)
- Multiplayer considerations
- Common testing workflows
- Quick reference table
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
c426d65
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>
c5df525