Part 1 final build: Los Santos RP written on camera by the agent

rp_core (sessions, scrypt auth, self-written MySQL-wire driver rp_db),
county-records NUI: residency-file auth, identity-record character
intake, survey-grid spawn, procedural night-city loading screen.
Secrets replaced with .example files.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-06 19:27:48 +00:00
co-authored by Claude Fable 5
parent cb0649016c
commit 80c1d75d2f
41 changed files with 6801 additions and 0 deletions
@@ -0,0 +1,17 @@
fx_version 'cerulean'
game 'gta5'
name 'rp_selftest'
description 'Exercises the account/character data path and proves it survives a restart'
version '1.0.0'
shared_scripts {
'@rp_core/shared/config.lua',
'@rp_core/shared/util.lua',
'@rp_core/shared/appearance.lua',
}
server_scripts {
'@rp_db/lib/db.lua',
'server/test.lua',
}