STTEVE is fan-made tool for game Star Trek Timelines. It reads game data in JSON format and creates CSV files suitable to import to another tools or to your own spreadsheet for further analysis and examination of your crew, ships, items etc.
TLLT (Tyl Lanthor Little Tools) were added to the website later to help you in some game modes.
A famous tool DataCore was a great inspiration for development of STTEVE. STTEVE generates same CSV files with similar data struture as DataCore - crew.csv, ships.csv and items.csv. STTEVE has quite rich configuration options that allow you to generate CSV files “mostly compatible” with DataCore, or generate STTEVE's “extended” CSV files with new additional columns. Also, you can create more CSV files with another game related data.
Generated CSV files contain data from another community tools/projects. See the full list on the About page.
You will find STTEVE main tool on the Tool page.
STTEVE extracts many data from JSON game data but some values are taken from another tools and data sources. STTEVE stores external data in its own storage to not overload other tools and sites. Data syncing to STTEVE is done manually by the author, mostly once in a week.
This fact means that STTEVE can produce inaccurate output files if stored external data are outdated. As result, CSV files can contain inaccurate values, zeroes or even missing information (e.g. new crew cam be completely missing). This temporal situation is mostly solved by performing an update of external data, which is done by the author of STTEVE.
You can check date and time of currently used external data at the bottom of the Tool page and estimate if STTEVE uses fresh data. Note that some external data files can be updated less frequently (e.g. ships), which is normal state.
Three core CSV files crew.csv, ships.csv and items.csv created by STTEVE (should) use the same data structure as the same CSV files provided by DataCore. The order of columns and their names are (should be) identic. However, the order of rows doesn't correspond.
Be aware that STTEVE calculates values in the columns “Amount”, “Accuracy”, “Crit Bonus”, “Crit Rating” and “Evasion” differently than DataCore. DataCore fills the columns with values corresponding to FFFE character while STTEVE writes values corresponding to current level, equipment and rarity of character. In other words, DataCore puts numbers describing final state of crew while STTEVE writes numbers describing current state of crew.
STTEVE has a configuration parameter “Crew parsing mode” that allows you to switch between DataCore and STTEVE mode.
Content of the equipment.csv file is also different from DataCore. Structure of the columns is the same but values differ. It is because DataCore IMHO calculates wrong values. Equipment data from STTEVE should be more accurate.