XNA Memory unit / Harddrive

Monkey Targets Forums/XNA/XNA Memory unit / Harddrive

Raz(Posted 2011) [#1]
Mark,

how does Monkey handle the selection of a storage device on the Xbox? If only one possible device is available it is automatically used but if there are two (e.g. two memory units) the player should get an option. Can you confirm what happens as I am currently not able to test?


Raz(Posted 2011) [#2]
Mark,

I really need some feedback on this.

Thanks
-Chris


Rex Rhino(Posted 2012) [#3]
raz,

Did you ever figure it out?


Raz(Posted 2012) [#4]
Yeah, it uses "Isolated storage" which means the data stored within will be shared among all logins. It is primarily recommended for use with Windows Phone, but can be used for Xbox releases as well.

http://create.msdn.com/en-US/education/basics/isolated_storage

I wanted to write a wrapper that used the "proper" storage method for Xbox, but haven't managed to get round to it.