1. Stop the stock resources Creator replaces
- RSG Core
- VORP Core
2. Start resources in order
- RSG Core
- VORP Core
3. Keep Creator and Appearance on the same release
RCO Identity is shipped as one package. Update both resources together. Creator checks the local manifest versions of:fxmanifest.lua. Install the matching resource files from the same release package.
4. Automatic version check
When Creator starts, it performs one lightweight server-side request to RCO’s public release metadata and compares the installed package with the current public release. Normal result:- no player identifiers or character data are sent;
- there is no per-player request;
- there is no permanent polling loop;
- if GitHub/release metadata is unavailable, RCO continues starting normally.
Only
rco-creator performs the remote version request because Creator + Appearance are released together. Appearance does not perform a second duplicate request.5. Database
Creator creates its own tables automatically on a normal host. Appearance has separate persistence tables. No manual SQL import should be required unless the database user is prevented from creating/updating schema.6. First test
Do not start by testing only an existing character. Test the full path:7. Check framework handoff
After the final spawn:- RSG HUD/inventory resources waiting for the normal loaded lifecycle should initialize once;
- VORP should complete its normal character/spawn initialization once;
- the player should not still be in the selection routing bucket;
- the saved appearance should already be applied.
8. Spawn admin permission
Admins can manage spawn locations in-game with/rcospawns.
Explicit ACE example:

