Tagged Questions
3
votes
1answer
85 views
Reading text files XNA 4.0 on Xbox 360
I'm working on porting a game from PC to Xbox 360.
When I want to create a level I read a .txt file that I store in my content
I read the whole file as a string using this method
...
1
vote
0answers
66 views
Message box not appearing on Xbox
I want to make a message box appear in my XNA xbox game, and here is the code for the message box.
Guide.BeginShowMessageBox("Stop", "Are you sure you want to quit?",
new ...
6
votes
2answers
2k views
The true cost to get my XNA game on XBox?
There seem to be many hurdles to get ones game onto Xbox, so far I have uncovered:
You need Visual Studio (once your game becomes commercial you cannot use Express - but have to pay for ...
3
votes
1answer
676 views
XNA Video Playback on XBOX “Invalid operation exception”
I am able to play a video in windows in my project, but the same code fails on the XBOX at the _player.Play(_logo) line. The error message is:
"An unhandled exception of type ...
6
votes
2answers
742 views
Offline XNA Deployment to XBOX. Can it be done?
Well,
The question is pretty explicit on its own. I want to know if I can deploy a game from my PC directly to a XBox. I'm not a professional developer of games, I do it on my free time because it ...
