Ace permission setup
Add this line to yourserver.cfg to grant your admin group access to the admin panel
and the scene creator:
server.cfg
awoken.admin gates the admin panel (the panel won’t even open without it - the command asks
the server first) and the scene creator by default. The scene creator’s ace can be changed via
Config.SceneCreator.AcePermission in config_scenecreator.lua.
Player commands
Admin commands
These are permission-checked server-side and do nothing for regular players.Scene creator helpers
Only work while the scene creator is open:
The scene creator frames a camera, captures a ped spot + animation + time/weather/DOF,
previews the exact select-screen render, then exports a ready-to-paste scenario entry
for
config.lua.
Admin panel - slot overrides
Opening/awokenadmin shows all connected players and their characters. You can add or remove
character slots for any player directly from the panel using the + and - buttons.
How overrides fit into the slot priority order:
Slots.Listinconfig_slots.lua- per-license manual override, always wins- Admin panel override - set via
/awokenadmin, stored in the database - Discord role - highest
totalSlotsamong the player’s matching roles Config.DefaultSlots- fallback for everyone else
Slots.List. The override is capped by Config.MaxSlots regardless of what you set.
The override persists across restarts - it is stored in the multichar_players table under
admin_slots. To clear it, set the player back to Config.DefaultSlots using the - button
until the override is removed, or delete the row from multichar_players directly.
The admin panel search works on offline players too. Type a name, citizenid, or partial
identifier and it will pull matching characters from the database.