Question about Memory

BlitzMax Forums/BlitzMax Beginners Area/Question about Memory

christian223(Posted 2009) [#1]
EDIT:

I did a little test with Windows Task Manager and I found out it actually consumes memory. So no need to answer me anymore. Sorry.

I want to know if I can store lots of objects in the game using lists, including all their sounds and images, and not have any trouble with graphic memory or RAM,

In my game I have Lots of Galaxies, and galaxies have lots of places, those places have 20 or so tiles, those tiles have a couple of graphics, I want to store all that info of docens of Galaxies in lists, just store them, not process them in realtime, will I have trouble If I do this?.


Czar Flavius(Posted 2009) [#2]
Could you provide some more specific information about what you are storing in these lists? If you are using up too much memory, perhaps we could suggest more efficient ways to store your game data.


christian223(Posted 2009) [#3]
Thanks a lot. But I think im going to writte the data on a txt for now, I don't need it that often to have it on memory all the time. Thanks again for the kind offer.