majora2007 / CerebralAcademy

Design for Learning in Virtual Worlds class project.
0 stars 2 forks source link

ProfileCreation needs a field for Profile #32

Closed majora2007 closed 11 years ago

majora2007 commented 11 years ago

In order for the EEG to be used, a player must use a profile from the Control Panel. We have two methods of handling this.

  1. The user will export their profile through the Control Panel and through profile creation we will ask for input of file location.
  2. We will create a basic ("empty") profile which will be copied and renamed to user's profile name. This profile will be managed by us and loaded into the Control Panel and updated. On returning to game, the profile will be pulled. This data will be stored in %appdata%/.cerebralacademy/profiles/

The second option is the best in my opinion. What this will require from us is:

  1. Add ability to load a save game (not required)
  2. Implement some File I/O (simple with C#)
  3. Update implementation of EmotivHandler (very simple for me to do)

Please comment and discuss the best option.