& if whatever you end up developing is *really* good.. You may not even *need* to start your new job afterall..
Yeah, we're all secretly hoping for that but we won't bet the farm. We'll keep our day jobs for now. I just got the racing game and spacewar demos up and running on my 360. Sweet
I can't believe this amount of development power is available for peanuts to the average joe. It's really quite amazing. This is gonna be fun!
Arwin said:
t's quite a bit of work to install all the required software - already downloading C# 2005 Express is a real b... because they seem to have throttled its download capacity greatly. I tried getting 2008 instead and indeed, download went 10x faster. It should work with 2008 but I don't know if that prevents the games from running on 360. Anyone know?
It took a loooooooooooong time for me to download everything, but it's all running now. I'm using Visual Studio 2005 Professional. The order of install:
1) Visual Studio 2005 Pro
2) VS80sp1-KB926601-X86-ENU.exe (service pack 1)
3) VS80sp1-KB932232-X86-ENU (vista update)
4) XNAGS20_setup (XNA 2.0)
XNA 2.0 comes with the Spacewar sample, I added the Racing Game sample after that. I'm on Vista and initially XNA wouldn't work due to some registry goofyness. Long story short, after lots of searching I found this forum thread:
http://forums.xna.com/thread/33207.aspx
...and the fix for me was to run that subinacl tool like this:
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
Now finally everything works. If you get that "The project file...cannot be opened...not supported by this installation" error, or some weird registry error after installing everything, just try the above. There is a guy on a forum that claims he got it working on VS 2008, but I figure why bother messing with that. I'll wait untill VS 2008 is officially supported.