Thanks to visit codestin.com
Credit goes to github.com

Skip to content

btb/d2dos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Descent 2 for DOS

This repo contains makefiles and support files that allow you to build Descent 2 for DOS. It contains a binextr utility that extracts the necessary external libraries from an existing descent2.exe. It also contains a few patches to the source code to make it equal to the Descent 2 1.2 Vertigo exe.

The only differences in the resulting exe are different uninitialized padding bytes between strings and a different order for the relocation metadata.

You'll need Watcom 9.5b, MASM 6.11, the Descent 2 1.2 Vertigo exe and a DOS environment, for example DOSBox.

The Descent 2 exe must be copied to the original directory.

Start compilation with wmake in the top directory.

Screenshot of build in DOS

About

Descent II (1996) by Parallax Software Corp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.5%
  • Assembly 7.8%
  • Other 0.7%