Author Topic: Turn source code into game?  (Read 350 times)

Offline x0847Marine

  • Silver Member
  • ****
  • Posts: 1412
Turn source code into game?
« on: April 19, 2006, 07:55:35 PM »
I have the source code for a great old game Apache / Havoc, I have long since lost the game cd... can the source code be easily turned into the game?

Offline Spatula

  • Silver Member
  • ****
  • Posts: 1486
Turn source code into game?
« Reply #1 on: April 20, 2006, 04:20:26 AM »
Do you know what the source code is written in? Probably C++ would be my guess. The short answer is yes, but you may need to source some old libraries to link with it in order to build the final image. How old are we talkin?
The second issue, even if you can build it, you may still need to find some old/odd-ball/antique versions of some dyamic-link libraries for its run-time support.
Airborne Kitchen Utensil Assault Group

Offline Reschke

  • Platinum Member
  • ******
  • Posts: 7724
      • VF-17 "The Jolly Rogers"
Turn source code into game?
« Reply #2 on: April 20, 2006, 12:33:46 PM »
I think I still have the CD for that one. Shoot me a PM and remind me to look for it.
Buckshot
Reschke from March 2001 till tour 146
Founder and CO VF-17 Jolly Rogers September 2002 - December 2006
"I'm baaaaccccckkk!"

Offline Aqualung

  • Zinc Member
  • *
  • Posts: 35
Turn source code into game?
« Reply #3 on: April 20, 2006, 02:20:14 PM »
The source for the Apache/Havoc - Commanche/Hokum is in C and is able to be compiled with MS's Visual Studio C++.  Even if you're successful in compiling the source into the exe, you will still be missing the assets the game requires (models, textures, landscape data, etc) which are on the cd you're missing.

Offline x0847Marine

  • Silver Member
  • ****
  • Posts: 1412
Turn source code into game?
« Reply #4 on: April 20, 2006, 02:23:29 PM »
Ah thanks.

I got the source code off the website, I'm not sure what it includes. Sounds like a challenge tho, might be interesting to try.

Ill shoot you a PM too btw, thanks.

Offline Brooke

  • Aces High CM Staff
  • Plutonium Member
  • *******
  • Posts: 15717
      • http://www.electraforge.com/brooke/
Turn source code into game?
« Reply #5 on: April 20, 2006, 05:07:58 PM »
Easier would be to get the executable and an emulator for the hardware that the executable originally ran on.  For example, you can get old Apple II games (many of which are great! :) ) and run them on your PC with an Apple II emulator.

Offline scottydawg

  • Silver Member
  • ****
  • Posts: 1759
      • http://www.332nd.org
Turn source code into game?
« Reply #6 on: April 25, 2006, 05:03:52 PM »
Or you could just find some sand and a stick and play it by drawing lines in the sand. Seriously, old games are like that.