I have opened UserPersistence.db using SQLite. However, the data I see looks like this:
I have tried to export it and show it as binary/text.Code:BÆÿƒWá¹Áøÿÿÿÿ—ÖÁèôÇׯýÿÿÿÿ슉©þÿÿÿÿÍö¯ìýÿÿÿÿïÁýÌῺ(
Does anyone know if it's possible to look up what blueprints a player has or maybe add/remove/change his blueprints?
Thanks in advance.
Solved Browsing/modifying contents of UserPersistence.db
Discussion in 'Rust Development' started by mvrb, Aug 4, 2015.
-
That's what i found. http://oxidemod.org/threads/modifying-the-userpersistance-db.10555/
-
-
Did you ever heard about serialization? ProtoBuf? That's what it is.
Just decompile DLL and you'll find out what is hidden inside that gibberish and how to work with it. -