Tagged Questions
1
vote
1answer
238 views
Should i be worried about loading so much data?
So a week ago or so i asked this question:
A few queries about my Map Data (& ideas of improvement, seconded opinion required)
And the advice in the comment was to ask them as 3 separate ...
0
votes
1answer
173 views
A few queries about my Map Data (& ideas of improvement, seconded opinion required)
so like the title says i'm trying to think of ways that i can basically improve my level/map data. Currently it's "alright" but i don't feel it's great. There's certain things that i'd like to-do to ...
2
votes
2answers
908 views
Different ways to store a 2D map/landscape in XNA
I was looking around at this site about eight months ago and wish I saved the location of this topic but I was wondering the different map rendering styles that you can do in XNA. The one style I ...
6
votes
1answer
349 views
What is the general strategy to pre-load game data(entities/map)
I'm new to games programming and am wondering what tactics games use to pre-load entity and map data. Will a game initialise with the fundamental map data stored in memory?