Difference between revisions of "FreeSpace Open Installer"

From FreeSpace Wiki
Jump to: navigation, search
(added out-of-date notice)
m
(32 intermediate revisions by 16 users not shown)
Line 1: Line 1:
NOTE: THIS PAGE IS OUT OF DATE. It will be updated when someone gets around to it. In the meantime, read [http://www.hard-light.net/forums/index.php/topic,42854.0.html the HLP thread] or [http://www.fsoinstaller.com the Installer's home page].
+
The FreeSpace Open Installer is an online installer for FS2_Open. The Installer was originally written by Turey, and then completely rewritten by Goober5000. The source code is hosted by the [[SCP]].
  
 +
The program's web page is [http://www.fsoinstaller.com/ here].
  
 +
Instructions on creating an install.txt file are [[FSO Installer Text Files|here]]. These are only for modders who are ready to add their released mod or campaign to the installer's list of available mods to install.
  
 +
A mirror monitor for the various mods can be found [https://dev.tproxy.de/fs2/mirrors/ here].
  
The FreeSpace Open Installer is an attempt to significantly reduce the difficulty of installing FreeSpace Open over a Retail FreeSpace 2 installation. The Installer was coded by Turey, originally using the [http://nsis.sourceforge.net/Main_Page NSIS] scripting language, but was re-written in Java as of December 12, 2006. The first version was released on October 16, 2006, and the latest versions of the exe and the source code can be found at [http://www.fsoinstaller.com fsoinstaller.com].
+
=== Download Links ===
 +
* [http://www.fsoinstaller.com/files/installer/FreeSpaceOpenInstaller.jar fsoinstaller.com]
 +
* [http://scp.indiegames.us/fsoinstaller/FreeSpaceOpenInstaller.jar scp.indiegames.us]
  
More information about the Installer can be found on [http://www.hard-light.net/forums/index.php/topic,42854.0.html Hard Light Productions].
+
Both links contain the same installer.  The program requires Java version 1.5 or higher, and can be run on any operating system that can run a compatible version of Java.
  
=Features=
+
You can access the source code from https://github.com/scp-fs2open/fsoinstaller.
The Installer is designed to be one-size-fits-all, so that dial-up users can have a small Installer that only installs the necessary files, while broadband users can have an Installer that downloads all the extras for them.
 
The Installer automatically checks to see if it is outdated, and will bring up the download page of the newest version if it is outdated.
 
The first version of the Installer included only the Executables and the MediaVPs. Since then, many other parts have been added and refined.
 
  
==FreeSpace Open Executables==
+
[[Category:Source Code Project]]
The Executables were originally packaged as part of the installer, which added about eight megabytes to the size of the Installer. However, as of the 3.6.9 - RC 7.9x version, the Executables have been taken out of the Installer file and are downloaded at runtime.
 
 
 
==OpenAL==
 
One of the most common problems people have installing FreeSpace Open is that they do not install OpenAL. From the first version, the Installer has had an option to download and run the OpenAL installer automatically. This feature has temporarily been disabled, but will be re-enabled in the future. In the meantime, you can get OpenAL [http://fs2source.warpcore.org/exes/latest/OpenALwEAX.exe here].
 
 
 
==MediaVPs==
 
The MediaVPs are a set of graphical enhancements to FreeSpace Open, created by the [http://www.hard-light.net/forums/index.php/board,120.0.html FreeSpace Upgrade Project]. These upgrades have been included since the first version, and as of version 3.6.9 - RC 7.9x, they use the Mod Installation System (see below).
 
 
 
==Mod Installation System==
 
The Mod Installation System is a feature that first made its appearance in version 3.6.9 - RC 7.9x. The system allows the creator(s) of a mod or campaign to include their work in the Installer, so that it can be downloaded and installed at the same time as FreeSpace Open. By interfacing with text files, the Installer can get the most recent files for each mod directly from that mod's web site. This allows mod creators to update their files at any time, without the need for a new release of the Installer.
 
 
 
Help with the Mod Installation System can be found at [http://www.fsoinstaller.com/modhelp.html fsoinstaller.com]
 
 
 
Mods and Campaigns currently included in the Installer can be found at [http://www.fsoinstaller.com fsoinstaller.com].
 
 
 
=Version History=
 
Visit the [http://www.fsoinstaller.com/changelog.html changelog on www.fsoinstaller.com].
 

Revision as of 10:53, 17 August 2018

The FreeSpace Open Installer is an online installer for FS2_Open. The Installer was originally written by Turey, and then completely rewritten by Goober5000. The source code is hosted by the SCP.

The program's web page is here.

Instructions on creating an install.txt file are here. These are only for modders who are ready to add their released mod or campaign to the installer's list of available mods to install.

A mirror monitor for the various mods can be found here.

Download Links

Both links contain the same installer. The program requires Java version 1.5 or higher, and can be run on any operating system that can run a compatible version of Java.

You can access the source code from https://github.com/scp-fs2open/fsoinstaller.