LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Save File Editor

Root / Submissions / [.]

MicalobiaCreated:
Download:KSNEY3Z4
Version:1.0Size:
Tired of devising ways to save game data? Of making giant arrays of numbers that you have to keep track of? Of not being able to save strings to the same file? Well look no further! This library has 8 functions to help you. They edit a program slot with data that it can read, and you don't have to remember where things are. It finds it for you! It also has no trouble distinguishing between numbers and strings!

Instructions:

Each function has a variable at the end called P. That is the program slot. S$ is the name of the variable you are setting, and what you will be using later to retrieve data. V is what you are setting a variable to. You have to initialize a variable before you can read or write from it. If you want to know if a variable exists, the last two functions will return whether it found it or not. If you have any questions, ask me. Yes, it is very similar to network tables.

 ' * Does this allow for SPDEF 
'files, too?