This project builds on the MultiIntro plugin for Freelancer (2003) by M0tah to provide several new features and fixes. The changelog lists all the changes that have been made on top of the original plugin.
Allows more than three intro screens to be displayed. It will also pick one at random when returning to the intro screen instead of sticking to the one chosen at startup.
Download the latest MultiIntro.zip
from Releases. Extract both the dll
and ini
file and move them to the EXE
folder of your Freelancer installation.
Next, open the dacom.ini
file and append MultiIntro.dll
to the [Libraries]
section.
In the MultiIntro.ini
config file, a few options with documentation are available to modify the plugin's behavior.
Build the project using the NMAKE
tool from Microsoft Visual C++ 6.0 (VC6 or Visual Studio 98) with the included makefile.
This will output the MultiIntro.dll
file in the bin
folder.
Building the project using other compilers may require the code to be modified.
- BC46
- Additional features and fixes
- M0tah