Saw this post on AssemblerGames today that got my attention: Mortal Kombat 3 (PC/PSX) and Mortal Kombat Trilogy (N64) source code
Which explains that someone posted MK3 source code archive on 4chan: http://boards.4chan.org/vr/thread/5117527
This archive also includes the MK3 arcade / wolf unit source code
Been digging through this the past hour, so cool to take a peek at game code from 1995, along with some rather funny and amusing comments in the code
Which explains that someone posted MK3 source code archive on 4chan: http://boards.4chan.org/vr/thread/5117527
So the super exciting part!!!OK VR/Troopers, today is a great day and I expect you all to enjoy it, too. No snarky comments, no "Why would you want that," no "OP is a Fag..." Well, OK, you can call me a fag...
I am about to undertake the preservation of stuff. Important stuff. Before we go and preserve it publicly, I wanted to make sure it's quietly available elsewhere so if we burn to death, it's not gone forever.
And so, I give you this: https://www.dropbox.com/s/2a2hw8l7o2nnmdf/Mortal Kombat Sources Dump.tar.gz?dl=0
This giant 900 MB compressed file contains the following sub-compressed archives:
MK3_sound.tar.gz
MKTRILOGY_source_N64.tar.gz
MK3_source_windows_RC2.tar.gz
MK3_source_windows_final_7_29_96.tar.gz
MK3_runtime_windows_7_9_96.tar.gz
MK3_build_windows_1_4_96.tar.gz
MK3_source_playstation_4_8_95.tar.gz
What are these things? Think about it.... What do you think they are? I got these from the original developer. We'll be doing a more formal preservation, but I want everyone to grab em and spread em so they don't get lost.
Want to build this stuff? Gonna need a system no later than Windows XP and an old ass version of Visual Studio.... If someone can get me a working XP code, I can get these built in a VM.
Oh, and I don't know how to build N64 games, so MK Ultimate might be tough to do.
Don't make me mad I did this. Do something cool with these assets. The sounds alone should yield some sort of awesome song.
This archive also includes the MK3 arcade / wolf unit source code




Been digging through this the past hour, so cool to take a peek at game code from 1995, along with some rather funny and amusing comments in the code
Code:
;******************
; thanks wwf guys for wasting a day of my time !!!
Code:
;**************************************************************************
;* *
;* these are different equates of the same shit. why, you might ask ? *
;* cuz shawn likes to be different from everyone else, thats why ! *
;* *
;**************************************************************************
Code:
movi aud_watchdog,a0 ; YES - Audit the dog
calla aud1
sans_watchdog
move a0,@watchdog,w ; Kill the dog fer yucks
Code:
*
* to smoke or not to smoke that is the question !!
*
clr a3
move a3,@f_smoke,w ; assume no !
movi adj_smoke,a0
Code:
****************************************************************************
* *
* PIC SECURITY STUFF *
* *
* Security source for WWF-UNIT's PIC *
* *
* Version 1.00 *
* Written by: Michael J. Lynch *
* Copyright (c) 1994 by Williams Electronics Games Inc. *
* All rights reserved *
* *
* TTTTT OOO PPPP SSS EEEEE CCC RRRR EEEEE TTTTT *
* T O O P P S S E C C R R E T *
* T O O P P S E C R R E T *
* T O O PPPP SSS EEEE C RRRR EEEE T *
* T O O P S E C R R E T *
* T O O P S S E C C R R E T *
* T OOO P SSS EEEEE CCC R R EEEEE T *
* *
* *
* Company Confidential Information *
* NEED TO KNOW BASIS ONLY *
* *
* USE OR DISCLOSURE STRICTLY PROHIBITED UNLESS APPROVED IN WRITING FROM *
* WILLIAMS ELECTRONICS GAMES INC. *
* *
* Unapproved use or disclosure will result in severe torture!!!!! *
* *
****************************************************************************