Opus 5 redesign: county-records theme across all NUI screens
Auth becomes RESIDENT INTAKE (form LS-01), character creation an identity-record intake with a live paper card (LS-02), spawn select a county survey grid with five entry points (LS-03). Live validation, click-drag character rotation, animated transitions throughout. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
-- All DB operations go through the internal Python API on :8787
|
||||
|
||||
local API_BASE = "http://127.0.0.1:8787"
|
||||
-- Должен совпадать с JUSTRP_API_SECRET у Python-API. Задаётся в server.cfg:
|
||||
-- set justrp_api_key "ваш-ключ"
|
||||
local API_KEY = GetConvar("justrp_api_key", "change-me")
|
||||
local API_KEY = "JustRP_Internal_2026_Secret"
|
||||
|
||||
-- Per-player session state
|
||||
local Sessions = {}
|
||||
|
||||
Reference in New Issue
Block a user