The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
March 19, 2024, 07:11:01 am
Home Help Search Login Register
News: Celebrating 30 years of Star Control 2 - The Ur-Quan Masters

+  The Ur-Quan Masters Discussion Forum
|-+  The Ur-Quan Masters Re-Release
| |-+  Technical Issues (Moderator: Death 999)
| | |-+  XBox Release!!!
« previous next »
Pages: [1] 2 Print
Author Topic: XBox Release!!!  (Read 8132 times)
George I.
Guest


Email
XBox Release!!!
« on: March 09, 2003, 10:33:16 pm »

I am an avid new-generation XBox gamer, and have seen quite a few amazing things happen with this PC.  With a P4, RAM, a GeForce, HDD, 16xDVD & Ethernet card, this thing performs like a modern PC, and even uses a version of NT4.  With that in mind, they've already ported a buncha' stuff from PC, including MAME emulators and Quake 2 with the sourcecode provided by those authors.  Since this is written in compilable source, it is Easy to port this to the XBox with full sound and video emulation, even 2-joysticks for input.  Since sometimes authors get in trouble for using a stolen MS SDK to make their work, instead of buying the expensive Xbox one for $100k or so, I'm not sure how to compile.  So, since I'm majoring in CS, and I would like to play this on XBox and make it available --- if ANYBODY can help, please post here or e-mail me!!!

sigmaxix@yahoo.com
Logged
chmmravatar
*Many bubbles*
***
Offline Offline

Posts: 109


WHAT IS DONE IS DONE


View Profile
Re: XBox Release!!!
« Reply #1 on: March 10, 2003, 04:50:57 am »

I would say it's not going to happen any time soon. And if it does happen, it probably won't be officially supported by the UQM team. UQM requires the SDL library; there is currently no port of the SDL library for the Xbox, and the SDL developers won't port it because in order to "legally" develop for the xbox, you have to sign an NDA and some other legal agreements. This by its nature will violate the GPL, which is what the SDL source is released under. Furthermore, UQM is also released under the GPL, so you probably won't be seeing anyone on the UQM signing an NDA to develop on the xbox.

That being said, if someone wants to port the SDL, a couple of other libraries, and UQM on their own accord (read: technically not legal), then you might see an Xbox release. Btw, IIRC, MAME and Quake 2 would be much easier to port, since I believe they both have versions which use directx.
Logged
Parker
*Many bubbles*
***
Offline Offline

Posts: 122



View Profile
Re: XBox Release!!!
« Reply #2 on: March 10, 2003, 05:14:18 am »

The Xbox has a Pentium III not a P4 Tongue

I'm sure someone will port it, but probably not for a while.  By "someone" I mean someone outside of the project, as I doubt anyone doing coding for UQM now would do it.
Logged
marajin
Guest


Email
Re: XBox Release!!!
« Reply #3 on: March 12, 2003, 08:54:08 pm »

PIII?

It's not even that, If I remember correctly, It's an celery (read: Celeron)
Logged
TD
Frungy champion
**
Offline Offline

Gender: Male
Posts: 55



View Profile
Re: XBox Release!!!
« Reply #4 on: March 13, 2003, 08:32:52 am »

Install Linux on your Xbox and then download and install the Linux UQM version?
Logged
joo
Guest


Email
Re: XBox Release!!!
« Reply #5 on: May 25, 2004, 07:55:34 pm »

UQM v0.3 works on Xebian 1.0.0 (www.xbox-linux.org). I have a xbox with linux installed without any hardware modifications (so I can still play Halo if I want to, although UQM is better Smiley.
UQM works perfectly, including speech and xpad control.
Porting UQM to the "native" xbox would be illegal. Xebian is free (and legal) and UQM works with it. Installing is as easy as "apt-get install uqm uqm-voice" after the package source file has been modified.
Logged
Novus
Enlightened
*****
Offline Offline

Gender: Male
Posts: 1938


Fot or not?


View Profile
Re: XBox Release!!!
« Reply #6 on: May 28, 2004, 10:23:09 pm »

Quote
Porting UQM to the "native" xbox would be illegal.

I don't quite understand why writing software for any console, even one made by Microsoft, would be illegal. Could you please explain your reasoning?
Logged

RTFM = Read the fine manual.
RTTFAQ = Read the Ur-Quan Masters Technical FAQ.
Zeep-Eeep
Enlightened
*****
Offline Offline

Gender: Male
Posts: 917


Good Grief


View Profile WWW
Illegal
« Reply #7 on: May 29, 2004, 02:09:01 am »

As I understand it, the legal problem comes from this:
To port the graphic library UQM uses (the SDL) to the Xbox would require
the developers to sign an agreement not to share the new code
with anyone. I may be wrong on this, but this is the argument as
I understand it.
Now, that would be fine, except that both the SDL graphics library and
UQM are open source. This means that any changes/porting of
the code must be shared with others. The developers can't (legally)
share the code they develop if they agree to the NDA.

The good news, as was already pointed out, is that Linux can run on
the Xbox ...and UQM runs on Linux.
Logged

What sound does a penguin make?
Novus
Enlightened
*****
Offline Offline

Gender: Male
Posts: 1938


Fot or not?


View Profile
Re: XBox Release!!!
« Reply #8 on: May 29, 2004, 08:26:11 pm »

I did some checking. Apparently, Microsoft doesn't give their Xbox Development Kit to people until they've signed an NDA that pretty much prevents them from telling anyone anything about the Xbox (see here). Writing proper native code for the Xbox without the XDK is possible (as e.g. this demonstrates) but harder, especially if you want to make full use of the Xbox's hardware (such as 3D acceleration). So, you could probably write and release a native Xbox version of UQM legally, but you'd have to do a lot of extra work. Also, the result probably wouldn't be playable on a standard Xbox without the same sort of trickery used to run Linux on it.
Logged

RTFM = Read the fine manual.
RTTFAQ = Read the Ur-Quan Masters Technical FAQ.
Michael Martin
Core Team
*Smell* controller
*****
Offline Offline

Posts: 387



View Profile
Re: XBox Release!!!
« Reply #9 on: June 02, 2004, 06:23:44 am »

Tiny nitpick: SDL is LGPL, not GPL.  This doesn't affect the legal ramifications, but it does explain why, for instance, SMAC for Linux doesn't come with complete source code, despite using SDL.  Smiley
Logged
Michael Martin
Core Team
*Smell* controller
*****
Offline Offline

Posts: 387



View Profile
Re: XBox Release!!!
« Reply #10 on: June 02, 2004, 06:32:38 am »

Quote
UQM v0.3 works on Xebian 1.0.0 (www.xbox-linux.org). I have a xbox with linux installed without any hardware modifications (so I can still play Halo if I want to, although UQM is better Smiley.
UQM works perfectly, including speech and xpad control.


Well, well.  And here I was expecting the PS2 to be the first console to run UQM.  (After all, devPS2s actively encourage Linux use, and SDL has a backend for the PS2 graphics hardware.)

Good to know, all the same!  Thanks for letting us know about this.
Logged
Jairus Pryor
Guest


Email
Re: XBox Release!!!
« Reply #11 on: June 17, 2004, 07:44:25 am »

I managed to get UQM up and running on the xbox via linux, but I haven't found a way to get it to support the D-Pad. Maybe there's something I'm missing.

If anyone manages to get it to work, it would be very kind of you to full the rest of us in.
Logged
joo
Guest


Email
Re: XBox Release!!!
« Reply #12 on: June 19, 2004, 07:51:20 pm »

Here is my keys.cfg joystick section :

....

joystick 0 threshold 10000
Menu-Left: joystick 0 axis 6 negative
Player-1-Left: joystick 0 axis 6 negative
Lander-Left: joystick 0 axis 6 negative
Menu-Right: joystick 0 axis 6 positive
Player-1-Right: joystick 0 axis 6 positive
Lander-Right: joystick 0 axis 6 positive
Menu-Up: joystick 0 axis 7 positive
Player-1-Thrust: joystick 0 axis 7 positive
Lander-Thrust: joystick 0 axis 7 positive
Menu-Down: joystick 0 axis 7 negative
Menu-Cancel: joystick 0 button 1
Player-1-Special: joystick 0 button 1
Menu-Select: joystick 0 button 0
Player-1-Weapon: joystick 0 button 0
Lander-Weapon: joystick 0 button 0
Menu-Page-Up: joystick 0 button 2
Menu-Page-Down: joystick 0 button 6
Menu-Zoom-In: joystick 0 button 4
Player-1-Escape: joystick 0 button 3
Lander-Escape: joystick 0 button 1
Menu-Zoom-Out: joystick 0 button 3

...

It configures movement & menu controls to the d-pad (axis 6 & 7).
The button values are IIRC :
0 = A
1 = B
2 = white
3 = X
4 = Y
6 = black

I hope this helps.
Logged
Jagasian
Guest


Email
Re: XBox Release!!!
« Reply #13 on: August 21, 2004, 06:47:32 pm »

Considering that SDL has been ported to the XBOX,

http://www.lantus-x.com/SDLx/

it shouldn't be too hard to develop an XBOX port.  A native XBOX port would be great!  It would be as good if not better than the real 3DO version because there would be less load times, better pixel filters, and 2.4Ghz wireless gamepads!

Also, it is not illegal to develop an XBOX port even if you do not own a copy of the SDK.  It is only illegal to distribute binaries compiled with an illegal copy of the SDK.  Distributing the source code for an XBOX port is completely legal.  See for example, the XBox Media Center (XBMC) project.
Logged
Michael Martin
Core Team
*Smell* controller
*****
Offline Offline

Posts: 387



View Profile
Re: XBox Release!!!
« Reply #14 on: August 25, 2004, 03:24:45 am »

In which case it gets the same response as all other "there should be ports to system X!" suggestions which is "Sounds great!  Let us know when it's done!"

(For those just joining us, this isn't sarcastic: we're developing slowly enough as it is, and the people doing the suggesting generally have a better idea of how to do it.)
Logged
Pages: [1] 2 Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!