Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noctis IV Plus

This is the home of Noctis IV Plus, a basic modification of Alessandro Ghignola's excellent Noctis IV space exploration simulator.

For a list of changes, see source/NIVPLUS_CHANGES.TXT

For the manual, see manual/noctis_iv_manual.html

Getting Noctis IV Plus to run on modern computers

Noctis IV was made for MS-DOS and early Windows versions that still supported 16-bit MS-DOS executables natively, and as such, you'll need to be able to run DOS on your computer. To run Noctis IV plus on modern computers, you have three main options, in order of simplest to most complicated to setup:

  1. DOSBox-X (all modern operating systems)
  2. DOSEMU (Linux only)
  3. A FreeDOS or MS-DOS environment running inside of a virtual machine like VirtualBox

DOSBox-X (recommended)

The Launch.bat script lets you run Noctis IV Plus with a simple double-click on Windows systems. It expects DOSBox-X to either be installed in it's default location C:\DOSBox-X\dosbox-x.exe, or installed portably with it's bin folder placed in the main Noctis-IV-Plus folder.

If you are using a system other than Windows, simply run the following command:

dosbox-x -c "mount n '<directory where NIVPlus is installed>'" -c "n:" -c "cd modules" -c "NOCTIS.EXE" -conf dosbox.conf -exit

Other DOS Emulators

Run the following commands in your DOS environment:

cd <directory where NIVPlus is installed>
cd modules
noctis.exe

Compiling

For a more detailed guide, click here.

To compile Noctis IV Plus, follow these steps:

  1. Get a working MS-DOS setup, as per the above.
  2. Install Borland C++ 3.1 for DOS to Noctis-IV-Plus\bc.31
  3. Double-click source\Build.bat to run the build script.

About

Noctis IV Plus is a modified version of Noctis IV - a dreamable space simulator

Topics

Resources

Stars

44 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages