Page 1 of 1

Database Extractor

Posted: Sat Jun 16, 2018 7:34 am
by obrien979
Wondering if there is a way to extract data from the database easily, in order to for example find all ships that have a Troop Capacity of XXX value, or may find all ships that have cargo volume of XX sq m. Currently I am having to search through each ship individual and thenn make a handwritten list for my tracking purpose.

The same could be used for all units of the game as well. You could make a filter or a listing of all aircraft that have a certain sensor or weapon on board, or find all units that a specfic communication link build. The uses are endless!!

Thank You

RE: Database Extractor

Posted: Sat Jun 16, 2018 10:56 am
by TheOttoman
ORIGINAL: obrien979

Wondering if there is a way to extract data from the database easily, in order to for example find all ships that have a Troop Capacity of XXX value, or may find all ships that have cargo volume of XX sq m. Currently I am having to search through each ship individual and thenn make a handwritten list for my tracking purpose.

The same could be used for all units of the game as well. You could make a filter or a listing of all aircraft that have a certain sensor or weapon on board, or find all units that a specfic communication link build. The uses are endless!!

Thank You
1. "The database" and all discussions about modifying it, looking at it, talking about it are fraught with peril. Google "Harpoon database edit" and you'll understand why.

2. Read the EULA.

3. It's a SQL Lite database.

RE: Database Extractor

Posted: Sat Jun 16, 2018 12:40 pm
by User2
As already was said DB is actually a SQL lite DB. It is not password protected and can be viewed by any sql db viewer.
Learn SQL command syntax and you will be able to do complex search like "find all single seat airplanes that have aesa radars capable of spotting air targets at more than 100nm and have LPI capability"

RE: Database Extractor

Posted: Sat Jun 16, 2018 1:21 pm
by Schr75
Theres also Baloogans DB wiki page.

It gives you a better overview of the DB

https://wiki.baloogancampaign.com/index.php/Main_Page

Søren

RE: Database Extractor

Posted: Sat Jun 16, 2018 3:39 pm
by obrien979
Have not dabbled with SQL much, and I would hate to do that and make a mistake. Thank You all for the suggestions and comments