FLStat data extraction tool
-
I have updated Dan Tascau’s FLStat again. It now has more columns, less bugs and predefined SQLite queries. You can copy the entire current list as CSV. Ship Details are more concise. Blank items (which includes most items not available to the player) aren’t shown by default. Reading the ini files is a lot quicker.
-
Thanks
-
Oh, thx, will check
-
Thanks.
Engclass plugin, this it works :
“hp_fighter_power_special_”
“hp_elite_power_special_”
“hp_freighter_power_special_”
“hp_fighter_engine_special_”
“hp_elite_engine_special_”
“hp_freighter_engine_special_”not work :
"xxx_engine "
"xxx_power " -
@Adoxa, may i request to give back availability to copy only cell value by right click - Copy
-
Hoho. Thx, it works brilliant!
Screenshot for all modders/players: -
Adoxa - how about additional types - power generator, scanner, tractor, engine, armor? Maybe even Lights like Running Light, Docking Light and Head Light
-
Uhh… Another idea - to show only blank items in addition to “Show blank items”
-
More than enough. Intresting which items are not in shop
-
Got solution:
- Ships - Right click - Copy table - paste into file 1
- Ships - Show blank items - Right click - Copy table - paste into file 2
Compare files 1 and 2:
- now we know which ships are not in markets
-
Ah, I see. I still don’t fancy adding it, but I can see it being useful. If you have SQL, a quick query will find unbuyable packages:
FLStat> select nickname from equipment where category = 10 and buyable = 0; nickname ----------- gf1_package ```Modifying the supplied macros would probably be the easiest way to get more details (for sqlite3, anyway).
-
I’ve certainly checked, but not completely, I think.
I reused this software this week.
I have some column errors, because does not correspond to the hp, some hp level is not displayed.I don’t know if it’s due to an error in modifying the game or if it’s already in the software…