dressupgeekout / lugarudc

WIP - Attempting to port Wolfire Games' Lugaru to the Sega Dreamcast
GNU General Public License v2.0
2 stars 0 forks source link

Remove user profiles #4

Open dressupgeekout opened 7 months ago

dressupgeekout commented 7 months ago

Lugaru has support for multiple player profiles. This feature can be entirely removed from the Dreamcast version. Instead, we should use savedata that is loaded from a VMU, or use sensible defaults if there's no VMU (or we're starting a new game).

dressupgeekout commented 7 months ago

To be clear, I think I should keep the Account class because it keeps track of campaign progress. But we need only save-slots, no need to keep track of a player's name, nor any need to store game preferences to disk (except perhaps "invert Y-axis?")