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
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:
- DOSBox-X (all modern operating systems)
- DOSEMU (Linux only)
- A FreeDOS or MS-DOS environment running inside of a virtual machine like VirtualBox
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
Run the following commands in your DOS environment:
cd <directory where NIVPlus is installed>
cd modules
noctis.exeFor a more detailed guide, click here.
To compile Noctis IV Plus, follow these steps:
- Get a working MS-DOS setup, as per the above.
- Install Borland C++ 3.1 for DOS to
Noctis-IV-Plus\bc.31 - Double-click
source\Build.batto run the build script.