ยง7 โ Technical Design
Engine, networking model, save system, performance targets, UI/audio, and modding support.
0%
Complete
Engine & Tech Stack
Engine
- Unity 6 โ chosen for MP networking support, cross-platform, asset pipeline maturity
- NavMesh + custom Sim behavior trees for pathfinding
- Built-in physics engine
Backend
- Game Servers: Custom dedicated server (C++/Go)
- Account & Data: Cloud-hosted (AWS/Azure), PostgreSQL
- Real-time Sync: WebSocket + custom state-sync protocol
- Analytics: Mixpanel / Amplitude
Unity 6 project setup0%
Custom game server (C++/Go)0%
PostgreSQL schema & ORM0%
WebSocket state-sync protocol0%
Vivox / Agora voice SDK0%
BattlEye / EAC anti-cheat0%
Analytics pipeline0%
Save System
Cloud-First Save
All player data saved server-side. No local save required for online play.
What Is Saved
- Sim appearance, traits, skills, relationships, career progress
- Lot state (furniture, build, ownership)
- Household composition
- Account-level achievements and currency
Save Frequency
- Player state: every 5 minutes + session end
- Lot state: on change + every 10 minutes
- Full backup: daily snapshot
Cloud auto-save (player state)0%
Lot state persistence0%
Daily backup snapshots0%
Offline local save mode0%
Online/offline sync conflict resolution0%
Performance Targets
| Spec Tier | Resolution | FPS Target | Current State |
|---|---|---|---|
| Minimum | 1080p | 30 FPS | โฌ Not Started |
| Recommended | 1080p | 60 FPS | โฌ Not Started |
| High | 1440p | 60 FPS | โฌ Not Started |
| Ultra | 4K | 60 FPS | โฌ Not Started |
Full performance optimization pass is scheduled for Beta phase (Q1โQ3 2026). Current alpha builds target 30 FPS minimum on recommended hardware.
UI / UX & Audio
HUD โ Needs panel (8 bars)0%
HUD โ Mood indicator & Plumbob0%
HUD โ Action queue display0%
HUD โ Clock, calendar, money0%
Multiplayer HUD additions0%
Main menus & navigation0%
Social panel (relationships tab)0%
Accessibility (WCAG 2.1 AA)0%
Adaptive music system0%
SFX โ object interactions0%
Spatial 3D audio0%
Simtongue language recording0%
Modding SDK (Year 1)0%