The xbox tag has no wiki summary.
0
votes
1answer
66 views
Controls become inverted after a collision
I'm just prototyping a simple project. I'm moving a sprite on screen using the Xbox gamepad:
public override void Update(GameTime gameTime)
{
gamePad = GamePad.GetState(PlayerIndex.One);
...
0
votes
1answer
101 views
Which type of Xbox console should I get to begin developing games on it?
If I want to start developing small indie-like games with XNA on Xbox (I don't think any game I'd make would need more than 100, maybe 200 megabytes), will the 4gb Slim (I want to get a slim version ...
4
votes
1answer
962 views
Replacement for XNA? [closed]
Since Microsoft stopped developing XNA I'm wondering what will be the replacement for the XBox 720°.
I've been wondering about this. XNA was THE technologie the XBox, easy and powerfull.
So is ...
2
votes
1answer
131 views
How do I run my XBOX XNA game without a network connection?
I need to demo my XBOX XNA game in college. The college doesn't allow this type of device to connect to the network. I deployed my game to the Xbox and it is sitting in the games list along with my ...
-2
votes
1answer
188 views
How Good Is The Xbox 360's Hardware?
I'm thinking about doing things in XNA because I really like C# but I'm wondering about the whole Xbox 360 Development. How good exactly good will the hardware be, also I heard that the games are ...
0
votes
1answer
90 views
farseer physics xbox samples not working
I have downloaded a few of the sample projects from the official farseer physics website and i just cant get them to run on my xbox.
-My connection to the xbox is fine, other xbox projects debug ...
4
votes
1answer
158 views
Is it possible to work with a dedicated server in XNA?
Hi I want to release my XNA game to the XBOX platform, but I'm worried about the networking limitations. Basically, I want to have a dedicated (authoritative) server, but it sounds like that is not ...
3
votes
3answers
859 views
Can I debug XNA Xbox 360 games on my PC?
If I made an Xbox 360 game with XNA, would I need to debug it on the Xbox 360 as I was coding it? Or would there be a small emulator on my computer to debug it?
0
votes
0answers
120 views
Learning XNA/Xbox Development [duplicate]
Possible Duplicate:
How should I go about learning XNA?
so I would like to get into Xbox game development (indie games.) The problem is I cant find ANY documentation or place to get started ...
0
votes
1answer
407 views
Moving Character in C# XNA Not working
I'm having trouble trying to get my character to move for a game I'm making in my sparetime for the Xbox. However, I can't seem to figure out what I'm doing wrong , and I'm not even sure if I'm doing ...
1
vote
2answers
201 views
How to develop XBox 360 games? [closed]
I understand that I can learn XNA as a hobbyist, but for top games like Fifa for example how are they witten?
3
votes
2answers
2k views
Can I develop a game using C++ and deploy to XBOX 360?
I'm a C# developer and an enthusiast of XNA, but I'm really disappointed with the game engines available for XNA.
I was using Torque X, which is really good, but GarageGames no longer supports ...
2
votes
1answer
120 views
Writing via content pipeline in Xbox game project
I'm creating an Xbox application and I have this problem with the content pipeline. Loading .xnb files is not a problem but I can't seem to find any helpful tutorials on writing via the content ...
2
votes
1answer
90 views
How would I get the positon of my avatar's head?
I'm developing an XNA Game. Basically, I have a first person camera. What I want to do is get the position of an avatar's head. The reason I want to do that is because I want the camera to be on the ...
0
votes
1answer
265 views
OpenXDK Questions
I was strolling around XBox development. Apart form buying a DevKit from Microsoft, another thing got my attention is called, OpenXDK which stands for Open XBox Development Kit.
From their main site ...
0
votes
2answers
439 views
XNA Easy Storage XBOX 360 High Scores
To followup from a previous query - I need some help with the implementation of easystorage high scores, which is bringing up some errors on the xbox.
I get the prompt screen, a savedevice is ...
2
votes
1answer
153 views
DirectX the same across platforms?
Various versions of DirectX are available on both Windows and Xbox. Are the libraries the same on both platforms? Obviosly I'm talking about the interfaces — such as the ones for working with ...
4
votes
2answers
389 views
Can I release Kinect based games?
I've been reading up some hacks on Kinect development to work around the fact that there is no official SDK from Microsoft. Even if we do manage to create a game, can we distribute it through the XBox ...
-3
votes
2answers
753 views
xbox open source project
im looking for some open source xbox project, I just wanna join it and try myself as game programmer, does anybody know such project?
1
vote
2answers
495 views
Xbox 360 Network Communications
So I read in another thread that:
...the Xbox is a closed system. Forget any direct TCP/IP interaction, you can only communicate with other consoles present in the Xbox Live! network, and you ...
3
votes
2answers
488 views
How do you test xbox (via PC) input without an xbox on XNA Game Studio?
Is it safe to just hookup a wired Xbox controller to my PC via USB? Do I need to buy a special PC Xbox controller? I've read conflicting reports. Any help is appreciated.