![]() |
Silver [Digaway v1.38]: Saving System Explained - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE) +--- Thread: Silver [Digaway v1.38]: Saving System Explained (/Thread-Silver-Digaway-v1-38-Saving-System-Explained) |
[Digaway v1.38]: Saving System Explained - miso - 04-30-2020 Digaway has a simple but straightfoward saving system, it also encodes the player's save file in Base64, which can easily be reverse'd using Notepad++'s MIME Plugin. (im not that familiar with java in anyway, i used to edits simple minecraft mods so just know the basics lol) ![]() ![]() this piece of code saves the items contained both in the player's inventory aswell as his chest ![]() ![]() ![]() saveItem(): ![]() |