Game Development Community

XBOX 360 Deployment - So close yet so far

by John Bura · in Torque X 2D · 06/10/2010 (8:25 am) · 10 replies

Hi there,

I am so close to getting my Game to be deployed on the Xbox 360. I have used the Game kit and everything works 100% on the x86 build.

However, when I deploy it to the XBOX. Everything works until I try and run a level. When I do it says there is no source code for this location.

I have spent a good 10 hours on this. Can anybody help :)

#1
06/10/2010 (10:04 am)
Yeah, I am guessing you dragged your txscene file into your project from the desktop, , and that when you compile on the 360, its unable to locate the file. Double check that the txscene file is in your level's folder, of your project and everything.
#2
06/10/2010 (10:27 am)
Thanks for the response Will :)

I have made sure that the files are in the right folder. I have also made a quick new level to test it out.

It seems like Im missing something I just don't know what.
#3
06/10/2010 (11:07 am)
are you using the binaries or have you included the full engine? does your solution explorer look like this?
img444.imageshack.us/img444/1484/solutionexplore2.jpg
Do you have the correct references?

img823.imageshack.us/img823/3500/solutionexplore3.jpg
can you right click on the xbox 360 game and select debug->Start new instance?
#4
06/10/2010 (11:16 am)
Yep,

Everything Looks the exact same in my solution. :) It still gives me the error message.
#5
06/10/2010 (11:34 am)
up at the top set it to look like this:

img689.imageshack.us/img689/7609/solutionexplore4.jpg
I am on Gtalk you can hit me up
#6
06/10/2010 (12:20 pm)
@Henry...isn't there a reference to TorqueCore that needs to be set in the Torque2D project? I think that is similar to what you show a couple of posts back, but I recall having to do it between Torque2D and TorqueCore.
#7
06/10/2010 (7:30 pm)
He may be out of date well VSExpress anyway. It is doing the No ISceneCamera object thing.


#8
06/11/2010 (12:22 am)
Does it seem like the Vs2008 sp1 error ?
#9
06/11/2010 (8:22 am)
UPDATE!

I got it to work :) with the game kit and everything :).

PROBLEM: My Visual Studio version was 9.02 and I needed 9.03.

Off to make a game.
#10
06/11/2010 (10:12 pm)
Happy to here this got resolved, hehe.