mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
17 lines
561 B
Plaintext
17 lines
561 B
Plaintext
To Do
|
|
|
|
1: Get the saving and loading code for CSV from Suwhan.
|
|
|
|
2: Make that code work with the UI of the MVP project.
|
|
|
|
3: Similar to the method of saving the Game Settings, to a .CFG file by using a singleton; I will need to save the character information to the player singleton for use.
|
|
|
|
4: Then save the singleton data to a CSV
|
|
|
|
5: Figure out the issues with CSV like doug mentioned.
|
|
|
|
|
|
Completed: 1 (I wrote my own), 2 (Wrote my own), 3, 4
|
|
|
|
For Part 5, We will need to look into another way to save and load data for the web version of the project.
|