RkShaRkz / Starsector-IntelliJ-Template

Starsector mod template with pre-configured IntelliJ project files and instructions.
The Unlicense
0 stars 0 forks source link

UtilityConsole FindShips command #1

Closed RkShaRkz closed 3 months ago

RkShaRkz commented 3 months ago

basically, this PR implements a sort-of query language so it can traverse the ingame's database and filter ships that match a certain criteria.

findships large ballistic > 5
findships { crew > 500,cargo > 800, missiles > 2 }

and much much more all work fine.

Also, fixes for other commands i made before are in here, because this PR also fixed all commands I made, period.