Tagged Questions
1
vote
1answer
73 views
XML serialization error on XBOX 360
When try to save game on an xbox with xml serialization i get a code 4 error. I made sure t oadd all the xml referances and there is no errors until i run the game. Any suggestions?
4
votes
3answers
542 views
Isometric tile map format
I've just knocked up a fairly basic isometric tile based game and I'm looking for the best way to store the level data.
Each tile coordinate is assigned one or more numbers that correspond to a tile ...
3
votes
2answers
1k views
Using XNA's XML content pipeline to read arrays of objects with different subtypes
Using XNA's XML content importer, is it possible to read in an array of objects with different subtypes?
For instance, assume these are my class definitions:
public abstract class MyBaseClass
{
...
4
votes
2answers
693 views
Setting variable values in XNA 4.0 from an XML file
I made a program that simulates an assembly line using the XNA 4.0. I made a 3D model, and divided it into 5 positions - start, 3 workstations, and end.
These positions represent the places on the ...
