1. Ftl Faster Than Light Soundtrack
  2. Ftl Faster Than Light Game
  3. Ftl Faster Than Light Mac
  4. Ftl Faster Than Light Wiki
.
  1. 38 Games Like FTL: Faster Than Light for Mac. The last enemy cruiser powers past the wreckage of its three comrades. It opens fire, blasting away at your vessel with its forwards guns. The blazing inferno in engineering has claimed the lives of half your crew. Those few left alive fight to.
  2. FTL- Faster Than Light, a cute little strategy game that shows no mercy and will kick your butt (disclaimer: it has kicked my butt) even on easy. The premise is that you are part of the Federation.
  3. Ginger Dragon Plays: FTL: Faster Than Light Mods Terran Battlecruiser: Part 1 - Duration: 33:17. The Ginger Gaming Dragon Recommended for you.

FTL Faster Than Light MacOSX Free Download. FTL Faster Than Light is a spaceship simulator game in which you will run a spaceship to save your galaxy. This is the dangerous task in which your every encounter will present a unique challenge having various solutions. Get ready to face any kind of possible situationlike what you are going to do if a heavy missile shuts down your shields.


About
Slipstream is a mod manager for FTL, making it easy to install multiple mods at the same time and, later, revert to vanilla gameplay.
It is the successor to Grognak's Mod Manager (GMM).
As of 1.0, Slipstream worked just like GMM did, but without the bugs that plagued its predecessor.
1.2 introduced new XML tags for modders to use (announcement).
1.8 introduced support for FTL 1.6.1 (announcement).
Download
Important: Return FTL to an unmodded state before upgrading or replacing an existing mod manager.
And when the game itself gets an upgrade, delete the mod manager's backups so it'll know to make fresh ones.
Version 1.9.1 - [Windows] - [Mac/Linux]
Version 1.9 - [Windows] - [Mac/Linux]
Version 1.8 - YANKED
Version 1.7 - YANKED
Version 1.6 - [Windows] - [Mac/Linux]
Uncompiled source is available at GitHub.
Donations
I can accept PayPal donations here, if you feel inclined.
That would be fantastic.
Setup
Extract the mod manager anywhere.
On startup, it'll either find FTL automatically or ask you to locate it.
Usage
Mods come in .ftl files. To make one available to Slipstream, simply drag it into the mods/ folder.
To install mods, open Slipstream, select the mods you want, and hit Patch. Anything not selected is effectively uninstalled.
In order to uninstall all mods, patch with nothing selected.
Requirements
  • Link: Java (1.6 or higher).
  • Link: FTL (1.01-1.6.3, Windows/OSX/Linux, Steam/GOG/Standalone).
    .
  • WinXP SP1 can't run Java 1.7.
    (1.7 was built with VisualStudio 2010, causing a DecodePointer error.)
    To get 1.6, you may have to google 'jdk-6u45-windows-i586.exe'.

Troubleshooting
On Windows, you may need to admin rights to modify FTL's files: double-click 'modman_admin.exe'; or right-click the regular 'modman.exe', and 'Run as Administrator'.
On Windows, 'modman_debug.bat' will show you the logs and offer to fix interface glitches.
If you have other problems, check the readme's troubleshooting section.
If all else fails, try asking on this thread.
Credits
  • Grognak: For the long voyage on a Ship of Theseus that was so fun to patch.
  • bas: For his brilliant ftldat.
  • kartoFlane: For lots of good feature requests.

For Mod Developers
See 'readme_modders.txt'.
For Software Developers
I've ported ftldat.py (lib for reading/editing FTL resources) to Java (and since modernized it for FTL 1.6.1):
Import net.vhati.ftldat.PkgPack from modman.jar.

Code: Select all

PkgPack pack = new PkgPack( new File( 'ftl.dat' ), 'r' );
String innerPath = 'data/names.xml';
// Replace a resource.
if ( pack.contains( innerPath ) ) pack.remove( innerPath );
pack.add( innerPath, anInputStreamOfNewContent );
pack.repack();
InputStream is = pack.getInputStream( innerPath ); // Read a resource.
List<String> innerPaths = pack.list(); // List all resources.
...
pack.close();

You may find some of the other classes interesting.
They might even be independently useful enough to make modman.jar a workable library for other projects without dissecting the source.
If you want to compile this project yourself, see 'readme_developers.txt' on GitHub..
About
Slipstream is a mod manager for FTL, making it easy to install multiple mods at the same time and, later, revert to vanilla gameplay.
It is the successor to Grognak's Mod Manager (GMM).
As of 1.0, Slipstream worked just like GMM did, but without the bugs that plagued its predecessor.
1.2 introduced new XML tags for modders to use (announcement).
1.8 introduced support for FTL 1.6.1 (announcement).
Download
Important: Return FTL to an unmodded state before upgrading or replacing an existing mod manager.
And when the game itself gets an upgrade, delete the mod manager's backups so it'll know to make fresh ones.
Version 1.9.1 - [Windows] - [Mac/Linux]
Version 1.9 - [Windows] - [Mac/Linux]
Version 1.8 - YANKED
Version 1.7 - YANKED
Version 1.6 - [Windows] - [Mac/Linux]
Uncompiled source is available at GitHub.
Ftl: faster than light for macbook proDonations
I can accept PayPal donations here, if you feel inclined.
That would be fantastic.
Setup
Extract the mod manager anywhere.
On startup, it'll either find FTL automatically or ask you to locate it.
FtlUsage
Mods come in .ftl files. To make one available to Slipstream, simply drag it into the mods/ folder.
To install mods, open Slipstream, select the mods you want, and hit Patch. Anything not selected is effectively uninstalled.
In order to uninstall all mods, patch with nothing selected.
Requirements
  • Link: Java (1.6 or higher).
  • Link: FTL (1.01-1.6.3, Windows/OSX/Linux, Steam/GOG/Standalone).
    .
  • WinXP SP1 can't run Java 1.7.
    (1.7 was built with VisualStudio 2010, causing a DecodePointer error.)
    To get 1.6, you may have to google 'jdk-6u45-windows-i586.exe'.

Troubleshooting
On Windows, you may need to admin rights to modify FTL's files: double-click 'modman_admin.exe'; or right-click the regular 'modman.exe', and 'Run as Administrator'.
On Windows, 'modman_debug.bat' will show you the logs and offer to fix interface glitches.
If you have other problems, check the readme's troubleshooting section.
If all else fails, try asking on this thread.
Credits
  • Grognak: For the long voyage on a Ship of Theseus that was so fun to patch.
  • bas: For his brilliant ftldat.
  • kartoFlane: For lots of good feature requests.

For Mod Developers
See 'readme_modders.txt'.
For Software Developers

Ftl Faster Than Light Soundtrack


I've ported ftldat.py (lib for reading/editing FTL resources) to Java (and since modernized it for FTL 1.6.1):
Import net.vhati.ftldat.PkgPack from modman.jar.

Code: Select all

PkgPack pack = new PkgPack( new File( 'ftl.dat' ), 'r' );
String innerPath = 'data/names.xml';
// Replace a resource.
if ( pack.contains( innerPath ) ) pack.remove( innerPath );
pack.add( innerPath, anInputStreamOfNewContent );
pack.repack();
InputStream is = pack.getInputStream( innerPath ); // Read a resource.
List<String> innerPaths = pack.list(); // List all resources.
...
pack.close();

You may find some of the other classes interesting.

Ftl Faster Than Light Game

They might even be independently useful enough to make modman.jar a workable library for other projects without dissecting the source.

Ftl Faster Than Light Mac


Ftl: faster than light for macbook

Ftl Faster Than Light Wiki

If you want to compile this project yourself, see 'readme_developers.txt' on GitHub.