slluxx 1 Posted September 23, 2018 Using a SQLite editor, i can see Id, Lock, Alive, UID and Data. I assume Data is the loadout, position, status of the player etc but its a BLOB type. Converted to binary its just a comma seperated list of integers. Does anyone know what which integer stands for? 1 Share this post Link to post Share on other sites
Matick 0 Posted September 23, 2018 What program are you using? Share this post Link to post Share on other sites
philippj 103 Posted September 23, 2018 The "Data" is packed binary. You cant unpack it without knowing its structure. So there is no way you can edit this with the tools/info currently available. If you want to edit the players starting loadout you can edit your init.c. Documentation on how to do this this is readily available on Reddit or here on the forums. Share this post Link to post Share on other sites
AXEL777 2 Posted September 23, 2018 But how to edit players who have already spawned and stored in the server database? I understand that the starting equipment of the player must be written in init.c but how to edit the equipment of players who have already spawned? Share this post Link to post Share on other sites
philippj 103 Posted September 23, 2018 Not possible at this time Share this post Link to post Share on other sites