ftlav
FTL Adventure Visualiser: a data recording and visualisation tool for FTL: Faster Than Light
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Keywords
Repository
FTL Adventure Visualiser: a data recording and visualisation tool for FTL: Faster Than Light
Basic Info
- Host: GitHub
- Owner: Niels-NTG
- License: mit
- Language: Java
- Default Branch: master
- Homepage: https://nielspoldervaart.nl/ftlav
- Size: 3.23 MB
Statistics
- Stars: 26
- Watchers: 5
- Forks: 2
- Open Issues: 2
- Releases: 4
Topics
Metadata Files
README.md
FTLAV - FTL: Faster Than Light Adventure Visualiser
FTL: Faster Than Light Adventure Visualiser (FTLAV) is a tool that records and visualises the player's progress in the rogue-like video game FTL: Faster Than Light. The idea of this program was born out of a dissatisfaction with how FTL only shows the player a high score and not much more on its "game over" screen. This does not properly reflect the journey of the player that brought them to this point. Nor does it help players improve their strategy for future play sessions. FTLAV records the player's adventure every step of the way, offering data visualisation and data export features.

Jump to: Features | Installation | Usage | Acknowledgements
Features
FTLAV is meant to be run alongside FTL, watching FTL's save game file for changes while you play. FTLAV parses the game state into human-readable data, which it can export to a .tsv (tab-separated values) spreadsheet file. Each row contains detailed data reflecting the game state at that point in this, which includes but is not limited to:
- Number of beacons explored, sector information, rebel fleet advancement.
- Environmental hazards, encounter type, contents of store (if present).
- Cumulative resources and other statistics: total scrap collected, total scrap collected, total ships defeated and total score.
- Current available resources: scrap, fuel, missiles, drone parts, crew members, hull strength, oxygen level and cargo.
- Current system status: total power capacity, power consumption and amount of damage for every system installed on the ship.
- Nearby ship resources and systems, if present.
- Real-world date and time.
Some of this data is presented in a customisable dynamic visualisation which can be exported as an image file.
See the examples folder for an example of FTLAV's output.
Installation
FTLAV requires the following:
- FTL: Faster Than Light
- Version 1.6.4 or newer for Mac/Linux/Windows
- Older versions of the game might also work (untested)
- Modded versions of the game might work (untested)
- Any version of macOS, Linux or Windows that supports Java 8 up to Java 17. Never versions of Java may not work with FTLAV.
- Mac OS X 10.8.3 or newer
- Ubuntu 14.04 or newer
- Windows Vista SP2 or newer
- The latest release of FTLAV itself
Usage
Startup
When starting FTLAV for the first time it will try to auto-detect the location of FTL resources scanning for common installation locations of the standalone, Steam and GoG versions of the game on Mac, Linux and Windows. When confirmed this location will be remembered for the next time you use FTLAV.
FTLAV will try to automatically load the current FTL save file (continue.sav) on startup. If it cannot find this file you likely do not have an ongoing session, meaning you should start a new game in FTL. Use the "
Load save game" button to manually load a save game file.
Recording your FTL game
FTL's continue.sav file only stores the most current state of the game. For this reason FTLAV watches this file for changes and will attempt to parse the file and append a new row to its recording when you arrive at a beacon different from the previous one. Or when there's new information for the current beacon, it will update the last row with this new information.
Please note that due to the mysterious nature of the FTL save game file format, FTLAV won't always be able to parse the current game state. In such a case FTLAV skips recording this game state and waits for the next one.
Export recording
To export the recording to a .tsv (tab-separated values) spreadsheet file, click the "
New recording" button and then choose a file location and file name.
After creating this file, FTLAV will append new recorded information to this file as long as the current FTL save game exists.
Import recording
To resume recording a preexisting recording or merge an existing recording with the current one, click the "
Open recording" button and choose a TSV file created by FTLAV.
Visualisation
Some of this data visualised in a separate window that automatically gets redrawn each time new data comes in. This window can be toggled using the "
Graph" button. The presentation of this data can be changed in the settings panel in FTLAV's main window. Here you also find the "
Export graph" button to export the current visualisation as an image file.
Troubleshooting
- FTLAV crashes right after startup:
- You may be running a version of Java that's too new and/or doesn't include the right dependencies to display the UI.
- Java OpenJDK 17 distributed by Microsoft is the newest version of Java that tested to work with FTLAV. Installers can be found on Microsoft's website or in your OS' package manager (if it has one).
- I'm on Linux and I can't seem to run
.jarfiles as applications:- Open the folder of FTLAV in your terminal and run
java -jar FTLAdventureVisualiser.jar.
- Open the folder of FTLAV in your terminal and run
Acknowledgements
For the parsing and reading of the binary-formatted FTL save data, FTLAV makes heavy use of the source code of the FTL Profile Editor project by GitHub user reseto, which is a fork of FTL Profile Editor by Vhati, which in turn is a fork from the original repository by ComaToes. FTLAV would have never gotten off the ground without the efforts of these people, as well as other contributors to the FTL Profile Editor project.
Owner
- Name: Niels NTG Poldervaart
- Login: Niels-NTG
- Kind: user
- Location: The Netherlands
- Website: http://nielspoldervaart.nl/
- Repositories: 4
- Profile: https://github.com/Niels-NTG
Front End Developer at Dedact.nl + AI researcher at Leiden University Generative artist + Data, Interaction and Game Designer 🇪🇺 🇳🇱
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: FTL Adventure Visualiser
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Niels
family-names: Poldervaart
email: NielsPoldervaart@me.com
orcid: 'https://orcid.org/0009-0008-0766-7592'
repository-code: 'https://github.com/Niels-NTG/FTLAV'
url: 'https://nielspoldervaart.nl/ftlav'
abstract: >-
FTL: Faster Than Light Adventure Visualiser (FTLAV) is a
tool that records and visualises the player's progress in
the rogue-like video game FTL: Faster Than Light. The idea
of this program was born out of a dissatisfaction with how
FTL only shows the player a high score and not much more
on its "game over" screen. This does not properly reflect
the journey of the player that brought them to this point.
Nor does it help players improve their strategy for future
play sessions. FTLAV records the player's adventure every
step of the way, offering data visualisation and data
export features.
keywords:
- data visualisation
- 'data analysis '
- video game tool
- video games
- 'FTL: Faster Than Light'
license: MIT
commit: b28af74d53cae334b5d49846c5b8c560a1fd763d
version: 3.1.0
date-released: '2025-01-18'
GitHub Events
Total
- Create event: 4
- Issues event: 4
- Release event: 2
- Watch event: 6
- Delete event: 2
- Issue comment event: 7
- Push event: 25
- Pull request event: 3
Last Year
- Create event: 4
- Issues event: 4
- Release event: 2
- Watch event: 6
- Delete event: 2
- Issue comment event: 7
- Push event: 25
- Pull request event: 3
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 7
- Total pull requests: 10
- Average time to close issues: about 5 hours
- Average time to close pull requests: 2 months
- Total issue authors: 5
- Total pull request authors: 2
- Average comments per issue: 2.14
- Average comments per pull request: 0.4
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 9
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 10 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
- mermakov (3)
- giladghgh (1)
- BluTree (1)
- puppetsquid (1)
- noirscape (1)
Pull Request Authors
- dependabot[bot] (11)
- noirscape (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- net.java.dev.jna:jna 4.1.0
- net.sf.supercsv:super-csv 2.4.0
- org.apache.logging.log4j:log4j-core 2.17.1
- org.jdom:jdom2 2.0.5
- org.processing:core 2.2.1