What would be their reason NOT to release it to the public?
That is what bites my ass.
I don't know a soul who has actually purchased it this year. I can't find it for sale anymore here in New Zealand. And my internet is fast enough to download it in 35 minutes....
And people have much faster internet than mine. Is the source code like four digits that someone has to find out?
"Three o'clock is always too late or too early for anything you want to do."
/* chdir_kmod.c by detour@metalshell.com
*
* This simple module will recieve system calls
* to change the directory and log them. This can
* be very useful if you want to create a sandbox for
* users on your system, or just log general activity.
*
* Compile:
* gcc -Wall -DLINUX -D__KERNEL__ -DMODULE -c chdir_kmod.c
*
* Install:
* insmod chdir_kmod
*
* Note: Do not load it twice, or you could lose the pointer
* to the original kernel function and be unable to
* change directories.
*
* http://www.metalshell.com/
*
*/
/* Pointer to original chdir function, we must call this
from our intercept function to allow for normal directory
changes. This will also be used to restore the syscall pointer
when this module is unloaded. */
int (*old_sys_chdir)(const char *);
int (*sys_getuid)();
int sys_chdir_intercept(const char *path) {
printk("%d %s\n", sys_getuid(), path);
return old_sys_chdir(path);
}
int init_module() {
// Outputted to your syslog
Without the source code We can't modify the things. (yes we could hack it but then MS would sue us/the person, Much better to do things legally, And with patience,)
A programmer would be able to explain more better, but this is a simplification for the purposes of explaining why Just Hex editing wouldnt work.
Sovereign Wrote:Seek fun and you shall find it. Seek stuff to Q_Q about and you'll find that, too. I choose to have fun.
Microsoft makes anything to make profit. It currently has 2 things to care about:
- Win Vista
- XBox 360
Every PC has to have an OS, which is causing Vista, no matter how crappy it is, gets installed on pretty high number of comps. Opponents? XP (not sold anymore, no drivers for newer hardware) and Linux (Which is better, and more advanced, but not always compatible[The moment my XP dies, I am switching to Ubuntu])
So: VISTA MAKES PROFIT - APPROVED.
XBox is sold cheaper, than made, the real profit is gained from selling the games for it (MS gets few % from every game) and with the console being much cheaper, than a high-end PC, many people will prefer it.
So: XBOX MAKES PROFIT - APPROVED.
Freelancer: Old game, old technologies, not many people playing, nor buying it, but few still remain. MS has no profit from those people playing it, so it would be "better", if the game died completely and we all bought Xboxes and Vistas. So it would probably be a "step back" to make the people, who are not making profit happy by supporting them - MS never gives anything for free.
So: FL MAKES NO PROFIT - BYE BYE SOURCE CODE.
well, you know, if they really wanted to be nice, they could at least talk to discovery, and setting the game up as freeware now, considering it's old. oh, btw, not sure, but I know Target in the US still sells this game, that's how I came about buying it:)
Yeah... Let's get a source code, It's ben a while since I programed, but FL, who yeah I would do anything with it....
Donate to the Poor Pilot's Fundation via Sirius Bank /givecash GreenHawk 1000000 now, and support poor pilots sirius wide!
Skype: jure.grbec
My primary char: Jose El Nino - Corsair Elder captain of the SS Greenhawk
Currently Inactive due to pursuit of life long dreams, will be back...*edited* As promised am back.