Tagged Questions
Xbox 360, a video game console made by Microsoft, is the successor to Xbox.
27
votes
6answers
7k views
UI library for XNA
I'm working on a small and simple XNA game and I'm noticing I'm spending way too much time implementing basic UI functionality like menus, (rich) text rendering including wrapping and basic UI lay-out ...
11
votes
8answers
592 views
Xbox programming
HiHi I am 12 years old learning the language c. After c I will probably move onto objective c and develop some iPhone applications. Then I was thinking about learning c# and xna.
How long do you ...
6
votes
7answers
493 views
How can I learn about cross platform game development?
How do companies like Valve manage to release games to all three major gaming platforms? I am interested in the best-practices regarding code sharing specifically between Windows, Xbox360 and PS3, ...
6
votes
4answers
4k views
How do I get input from an XBox 360 controller?
I'm writing a program that needs to take input from an XBox 360 controller. The input will then be sent wirelessly to an RC Helicopter that I am building.
So far, I've learned that this can be done ...
5
votes
1answer
267 views
Opening XNA Xbox 360 assemblies in Reflector
I'd like to get a look at the differences between the Xbox 360 and Windows XNA assemblies. I know the 360 runs the .NET Compact Framework and I was under the impression that Reflector could read CF ...
5
votes
2answers
1k views
How can I buy the XBox 360 and PS3 SDKs?
Does anyone know how I can purchase the above SDKs? Calling the standard Sony / Microsoft Sales numbers does not seem to get me anyone who knows what I'm talking about.
5
votes
2answers
2k views
Difference between winsock and linux sockets
I'm developing an FTP-like program to download a large number of small files onto an Xbox 360 devkit (which uses Winsock), and porting it to Playstation3 (also a devkit, and uses linux AFAIK). The ...
5
votes
2answers
1k views
GPU programming on Xbox 360
I'm looking for some insight into XNA on Xbox 360, mainly if its possible to run vector-based float mathematics on its GPU?
If there's a way, can you point me into the right direction?
5
votes
4answers
378 views
Is there a way to verify that code will work on the 360 while doing XNA dev?
I'm working on a casual game on XNA with the intention of deploying to the Xbox 360. I'm not going to have access to hardware for a few weeks and I'm on a tight deadline, so I'd like to test that a ...
4
votes
7answers
588 views
XNA Platformer (2D) - Framerate/FPS fluctuations
I'm new to C Sharp, and writing a game w/ the XNA Framework. I've created a project that's a heavily modified version of the "Platformer" XNA starter kit.
I'm seeing (seemingly) random fluctuations ...
4
votes
5answers
6k views
Programming with Microsoft Kinect
Does anyone know if an end user purchases the Kinect sensor, he can program using it to make own games. Or is the API only for professional game studios?
4
votes
2answers
1k views
A Scripting language for XNA
I've written a game engine, which i want to integrate scripting into. However, i've looked at the available choices, which seem to be the following:
Xnua
Jint
Managed Scripting
The problems with ...
4
votes
2answers
208 views
Commercial video games
What language are ps3 and xbox 360 game written in? Are the games written in the same language for both systems? Also is the code something you could run on a computer?
4
votes
7answers
440 views
Programming Games and Applications/OS
I am 13 years old and am interested in programming for games. I am currently building an iphone game with Shiva using Lua as the scripting language. After that, I am not sure what I should do or what ...
4
votes
1answer
977 views
Run a XNA compiled game from DVD or CD on XBOX 360?
Is it possible to run a XNA game compiled for XBOX 360 from a DVD or CD, or does it have to be copied onto the HD?
Is it possible to include a library which is not a part of the .net compact ...
3
votes
5answers
94 views
Professional Development Tools for Xbox 360 and PS3
I was curious to know what development tools do Xbox 360 and PS3 game developers use (I know that there are expensive SDK's to access professional development on these consoles).
So, do Xbox 360 devs ...
3
votes
1answer
71 views
Is “indie” app development for Xbox 360 possible?
Microsoft has introduced App Hub as a publishing portal for WP7 and Xbox 360. However, for the Xbox 360, there only seems to be support for adding and Xbox Live Indie Game project. Given the recent ...
3
votes
1answer
71 views
The primary reference XXX could not be resolved because it has an indirect dependency on the framework assembly
I have created a simple XNA Windows Class Library with XNA 4.0 called "NivekGameEngine". I have created a simple game for the Windows platform, and I can access all contents of my dll just fine.
The ...
3
votes
2answers
289 views
XNA C# Controller Input Structures
I have looked all over the net and need some assistance. Is there a link somewhere to example code of all the buttons for the Xbox 360 controller. For example:
if ...
3
votes
3answers
239 views
How to alias Xbox 360 buttons in C#?
I'm new to C Sharp, and writing a game w/ the XNA Framework.
I'm trying to establish variables for the buttons on the XBox 360 controller, so I can reconfigure the buttons' game functions in one ...
3
votes
0answers
125 views
Tools & Environment for Professional Xbox 360 development?
just a general query. I've tried to research the tools and environment used for professional 360 development but there's not much available that isn't covered by NDAs.
(Please note that I'm not ...
3
votes
1answer
135 views
Cross-(console)-Platform development frameworks / libraries?
What kind of frameworks / libraries are used to develop cross (console)-platform games, like ones that get released on Xbox 360 / PlayStation 3 at the same time? Or similarly, Xbox Live / PlayStation ...
3
votes
3answers
770 views
Does using a delegate create garbage
I'm working on a game for the xbox360, using XNA. On the Xbox the garbage collector performs rather badly compared to the one on a PC, so keeping garbage generated to a minimum is vital for a smoothly ...
3
votes
2answers
497 views
Does anyone know if there a .NET API for Project Natal?
I have just discovered Project Natal from Microsoft, it looks pretty cool and was wondering if there was any starting points for developers to get into it?
2
votes
1answer
56 views
how do you debug Microsoft Media Platform on xbox?
I am trying to run the sample Microsoft Media Platform plugins on the xbox (MMPPF.Addons).
I am able to compile the project in visual studion 2010 and deploy it to the xbox (I have a xbox debug box ...
2
votes
0answers
129 views
Xbox 360 XNA HLS Streaming
I am interested in creating a simple HLS Viewer for the Xbox 360 that works kind of like SilverLive. I have read about as much documentation oh HLS that I can find and am not sure where to continue. I ...
2
votes
1answer
113 views
Automated QA testing on multiple devices (mobile phones, tablets, game console, etc)
I am about to start a new career testing 1 piece of software that will be ported to just about every major platform (android, iphone, tablets, xbox, ps3, and other misc platforms).
What is a good ...
2
votes
1answer
244 views
Protocol buffers on Game Consoles
Have anyone tried google protocol buffers on game consoles? I'm more interested in High End consoles such as PS3 or Xbox360 than handheld systems.
Things I'm interested in hearing about are:
Does ...
2
votes
1answer
421 views
Optimizing drawing calls in a basic XNA engine
I want to optimize my basic XNA engine. The structure is somewhat like this: I've a GameWorld instance and more GameObjects attached to it. Now, in every frame I do a loop between GameObjects and I ...
2
votes
2answers
226 views
debugging an Xbox 360 game?
What is the correct Visual Studio setup for developing/debugging an Xbox 360 game under Windows?
I don't have an Xbox at hand all the time, so I have to be able to debug the game under Windows and ...
2
votes
1answer
261 views
What ports are open on xbox? Will it respond to pings/TCP connection?
I'm trying to write an application to shut down my pc when I shutdown my xbox. The issue I'm having is my xbox dosent seem to respond to pings.
I downloaded a port scanning tool and that didn't find ...
2
votes
2answers
166 views
Game Jitters on xBox360
Ok i've got my game nearing completion, everything is working perfectly in it and it runs fairly well on my computer (running at around 99Mb RAM). But when i run it on my xBox, i tend to get ...
2
votes
1answer
216 views
Xbox 360 for linux programming
somehow I got an xbox 360 4gb as a gift. I am not interested in videogames, I just wonder whether some linux version could be installed on it, and then use it at home for programming, using the same ...
2
votes
4answers
399 views
Can an XNA Silverlight app run on the Xbox 360?
The XNA Game Studio 4.0 introduced Silverlight as a supported project type. It seems like XNA studio is quite cross-platform. But there's nothing that says that my Xbox 360 game can use Silverlight ...
2
votes
2answers
309 views
Manual control over when to redraw the screen
I'm trying to make a turn-based roguelike engine thing for XNA. I'm basically porting the game over from a previous work I did using an SDL-based roguelike library called libtcod. How can I modify the ...
2
votes
1answer
294 views
NXE dashboard in HTML 5
Im looking for a NXE dashboard style template in HTML or CSS or javascript just not flash.
For those of you who dont know what NXE is, its the xbox dashboard.
any information on this please respond ...
2
votes
2answers
1k views
Get a users Xbox Achievements list?
Is there a way to get a user's achievements list from Xbox without dealing with screen scraping etc.?
How do sites like http://www.trueachievements.com do it? (they're definitely not screen scraping ...
2
votes
1answer
456 views
Using the Xbox 360 Controller in a WPF application
I'm currently trying to use my Xbox 360 controller in my WPF application but all the tutorials online refer to using XNA in a game environment. I was just wondering if there is an easy to get my ...
2
votes
2answers
263 views
Scripting in C# - Portable Library for XNA and 360?
I'm just wondering if this is even possible; how to do non-complicated scripting within C#.
Basically, let's say I have a structure as such:
Structure
int a
int b
int c
Function ...
2
votes
2answers
315 views
OpenSteer on Xbox 360?
I want to use OpenSteer for my game that I want to be compatible with the Xbox 360. I have heard that since it is a wrapper for a C++ library, it will work in XNA on a PC, but not on the Xbox. Is ...
2
votes
1answer
212 views
C# Marshal class available on Xbox?
does anyone know if the Marshal class is available on the xbox360, specifically the AllocHGlobal method.
Unfortunately I don't have access to an xbox right now, otherwise I would test it myself!
...
2
votes
2answers
522 views
What do I Need to Develop a Game for the XBOX 360
I will devloping a game using the XNA Studio. The game will not be comercial this is just a freeware game that people will be able to download from the internet. if the game will be freeware do I need ...
2
votes
6answers
483 views
Connect my 360 to an application
Is there a way (using .net) to connect an application i write to the 360? What I want to do is write a custom media sharing application, and have the contents stream to an xbox.
I see that there is ...
2
votes
2answers
294 views
How do I project lines dynamically on to 3D terrain?
I'm working on a game in XNA for Xbox 360. The game has 3D terrain with a collection of static objects that are connected by a graph of links. I want to draw the links connecting the objects as ...
2
votes
3answers
2k views
Rendering strategy for a window system in XNA (RenderTarget performance)
I'm currently creating a window system for XNA games from scratch. I'm developing primarily for Windows, but who knows what platforms I might support in the future. Feel free to answer if you know ...
1
vote
2answers
70 views
Automatically calling method after code block
I'm adding the notion of actions that are repeatable after a set time interval in my game.
I have a class that manages whether a given action can be performed.
Callers query whether they can perform ...
1
vote
1answer
77 views
Can I query my / my friends games on Xbox Live?
Is there any way for me to query via C# on a web or desktop application all my games on Xbox Live ?
1
vote
0answers
53 views
Emulate Xbox 360 controller with mobile
I'm developing an app for symbian phones to emulate an Xbox 360 controller.
I have made all the necessary connections, and I'm using SendInput() to emulate the mouse, because, AFAIK SendInput can ...
1
vote
1answer
94 views
Is it possible to develop a multiplayer xbox kinect game?
I am thinking about developing a game for xbox kinect, but it is a multiplayer game, but there are no multiplayer games for kinect right now, so, i was wondering if it's even possible? Multiplayer as ...
1
vote
2answers
125 views
streaming protocols supported by XBOX
1) What kind of streaming protocols does XBOX 360 supports?
2) what kind of video formats can be play on XBOX 360?
3) Does H264 and rtsp supported by XBOX 360?
I want to develop some app that will ...