VenomOG Posted October 18, 2019 Share Posted October 18, 2019 Hey, so im creating a new host but players playtime saved in registry is there a way to get all the accounts? then get the account data, i can move on after that Link to comment
Addlibs Posted October 18, 2019 Share Posted October 18, 2019 (edited) Accounts and their related account data is stored in mods/deathmatch/internal.db, so if you just copy that file over to the new host and start up the server, you should be able to log in to accounts that were created on the old host, as well as all their data. All other internal SQL stuff that comes from executeSQLQuery is stored in mods/deathmatch/databases/global/registry.db so you might want to copy that one over too. Edited October 18, 2019 by MrTasty Corrected file path Link to comment
VenomOG Posted October 19, 2019 Author Share Posted October 19, 2019 I already found a way to get all accounts data, thanks for responding Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now