Character Handling |
|
Creating, saving, and loading player characters. [More] |
To download this library for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://Deadron.CharacterHandling##version=14 Emulator users, in the BYOND pager go to File | Open Location and enter this URL:byond://Deadron.CharacterHandling##version=14 |
December 3, 2005:
December 22, 2004:
July 12, 2003:
|
Bound: (Nov 4 2011, 12:11 pm)
Is there a way to use this library and save/load overlays correctly? No matter what I try, the overlays are saved with the icon...
Superbike32: (Jan 17 2010, 8:56 am)
OK, well, if you look at this, what needs to be added is an option to make saves be in plaintext, since there is savefile editors everywhere on BYOND anyways.
Plus, most saves are kept server-side instead of client-side anyways, so, it is basically meaningless for encryption, and it would help fix oopsies in savefiles where the developer fudged something up or in general want to edit like lvl or exp or whatever easily. It would at first need support for seeing if there is a .txt file to read, and if so read, it, else, if there is a save, load it, so people can transition over to that type of savefile, then, it can delete .sav's all by itself as it finishes converting over to .txt saves. Otherwise, if there is some kind of thing which can take directories of things and change them over all at once, there would need to be a thing for that, and then a changed char handling for txt saves. |
Copyright © 2024 BYOND Software.
All rights reserved.