I was reading the story of Satoshi's life again.

This guy was a badass. He had an obsession with bugs and even after being relocated to a new area where he had to give up his bug catching hobby, he was still determined to recreate the experience. He skipped school to become more acquainted with video games, disregarded his stereotypical "go to school and get a normal job" parents, started writing and selling handwritten gaming magazines, taught himself how to program, bought the equipment he needed to develop games, founded a game company, made games, started on Pokemon which almost led to the downfall of his company ( employees had to be let go and he had to live with his Dad because he went broke ) but he kept working on it anyway and ended up creating what would become the 2nd most successful video game franchise in the world.

Now what the fuck have you done today?
Does anyone know if the source code, or at least the host files, to Kunark's old game, Dementophobia, is around? I know he offered it to people when he rediscovered it.

Also, are there any Mega Man game source codes around? I've been thinking about Mega Man a lot lately.
I have the source code to my Megaman game, Megaman Files. It's old and really bad though. I do have the host files for a few other Megaman games that may or may not still be available, though.
I vaguely recall that game. I'd be intersted in the source, even if all I do is look at it. What host files do you have? I'm interested, since Mega Man games have been pretty dead on BYOND for years.
In response to Fugsnarf
Fugsnarf wrote:
I have the source code to my Megaman game, Megaman Files. It's old and really bad though. I do have the host files for a few other Megaman games that may or may not still be available, though.

toss em my way on discord, I will add em to the posts. it would be an interesting look into how megaman games are programed
Resident Evil Online 2 Source has been Added. I found it in an old folder on my PC

Fugsnarf wrote:
I have the source code to my Megaman game, Megaman Files. It's old and really bad though. I do have the host files for a few other Megaman games that may or may not still be available, though.


I found alot of old Megaman Host Files. not sure if they might be related to yours or not
In response to Ss4gogeta0
Ss4gogeta0 wrote:
Resident Evil Online 2 Source has been Added. I found it in an old folder on my PC
Even tho it compiles and everything it cannot run, I seem to get some weird error when trying to run.
In response to Vanchi
Vanchi wrote:
Ss4gogeta0 wrote:
Resident Evil Online 2 Source has been Added. I found it in an old folder on my PC
Even tho it compiles and everything it cannot run, I seem to get some weird error when trying to run.

Location: Client.dm
Remove the following code.

checkv()
var/http[]=world.Export("http://www.freewebs.com/emeralds44/reo.txt")
if(!http){world<<"<font color=red><b>* Game version could not be verified, try again later. *";world.Del();return}
var/F=file2text(http["CONTENT"])
var/checkver=findtext(F,"[GameVersion]")
if(checkver){can_go = 1;return}
world<<"<font color=red><b>* Your host files are outdated. please check the hub or forums for new ones. *"
world.Del()



isSBan() needs modified too.

In client/New() you need to remove
while(!can_go){sleep(#)}
In response to Kozuma3
Kozuma3 wrote:
Vanchi wrote:
Ss4gogeta0 wrote:
Resident Evil Online 2 Source has been Added. I found it in an old folder on my PC
Even tho it compiles and everything it cannot run, I seem to get some weird error when trying to run.

Location: Client.dm
Remove the following code.

checkv()
> var/http[]=world.Export("http://www.freewebs.com/emeralds44/reo.txt")
> if(!http){world<<"<font color=red><b>* Game version could not be verified, try again later. *";world.Del();return}
> var/F=file2text(http["CONTENT"])
> var/checkver=findtext(F,"[GameVersion]")
> if(checkver){can_go = 1;return}
> world<<"<font color=red><b>* Your host files are outdated. please check the hub or forums for new ones. *"
> world.Del()


Tried, but after that I get this one:
Main.dm:9:error: checkv: undefined proc
Modified my post, but just remove that line, it isn't needed.
Thanks Kozzy <3

anything you can do about the Celestial Chaos 2 source? I know I fucked it over pretty bad a couple years ago. Can't for the life of me remember what I did
In response to Ss4gogeta0
What's wrong with it?
In response to Kozuma3
Kozuma3 wrote:
What's wrong with it?
cant remember, been a while since I last ran it
Feed's old source code is still around. Not sure how gracefully its aged, though.

https://github.com/Stephen001/Feed
In response to Kumorii
Kumorii wrote:
Feed's old source code is still around. Not sure how gracefully its aged, though.

https://github.com/Stephen001/Feed

thanks, I will toss that in aswell
does enyone by chance have the Rise Of Heros Advanced source code hehe
Links are offline, repost please
In response to YURIRAMOS
YURIRAMOS wrote:
Links are offline, repost please

will do, its because Dropbox did some restructuring and got rid of the hosting links thing. so ima just move to something like Google Drive
why are you still hosting this on a google drive/dropbox, just shove it onto a proper repository so people can easily mirror/clone it.
In response to ErikHanson
ErikHanson wrote:
why are you still hosting this on a google drive/dropbox, just shove it onto a proper repository so people can easily mirror/clone it.

So much this.
Page: 1 2 3 4 5 6 7