Ship Browser 1.2
Download (https://github.com/itBeABruhmoment/ShipBrowser/releases/download/1.2/ShipBrowser1.2.zip)
Do you have a chronic mod addiction that makes the list ships command produce several pages of console output? Well I do, so I took the logical step of spending several hours to automate a 5 minute task. This mod includes a ship browser that allows you to browse ships by mod and add them to your fleet via a gui. To use it simply open the console, enter the command "ShipBrowser" and close the console. This mod also contains some console commands for fleet building and entity searching.
The Commands:
Spoiler
ShipBrowser
Open the ship browser. Opens after the console is closed.
FindSystemsWithTags <manditory1stTag> [optionalAdditionalTags]
List the star systems with all of the tags specified in the arguments. A list of tags can be found in com.fs.starfarer.api.impl.campaign.ids.Tags of the StarSector API. Input the string that corresponds to the tag obtained by viewing Constant Field Values.
GetTagsCurrentSystem
Lists the tags of the system the player is in.
FindNumConstellations
Find the number of constellations in the sector with a totally not scuffed implementation.
FindEntitiesByName <nameOfEntity>
List the location of every entity with a specified name. The name of a entity is usually the same as its in game description.
FindEntitiesByType <nameOfEntity>
List the location of every entity with a specified custom entity type. Custom entity types can be found in custom_entities.json.
ListEntitiesCurrentLocation
List the full name and custom entity type of every entity in the player's current location.
FindDerelict <hullid>
List the location of every derelict ship with of a specified hull type. Use the command "list ships" to see the names of hull types
AddHullMods <shipSelection> <[hullModId1,hullModId2,hullModId3]>
Permanently adds the hull mods specified in the second argument to the ships specified in "shipSelection". "shipSelection" can be a number (eg. 5), a range (eg, 5-10) or the word all. The numbers in "ShipSelection" corresponds to the order ships appears in the fleet or refit screen. For example the fifth ship in the refit screen is ship 5. Then second argument is a list of any number of hull mod ids separated by commas and enclosed by square brackets WITH NO SPACES. Hull mod ids can be found in hull_mods.csv
AddDMods <shipSelection> <numDmods>
Adds "numDmods" dmods to the ships specified by "shipSelection". "NumDmods" is a number. "shipSelection" can be a number (eg. 5), a range (eg, 5-10) or the word all. The numbers in "ShipSelection" corresponds to the order ships appears in the fleet or refit screen. For example the fifth ship in the refit screen is ship 5.
CloneShip <shipNumber> [numberOfClones]
Clones a specified ship in the player fleet "shipNumber" times. If no number of clones is specified one is made. "shipNumber" corresponds to the order ships appears in the fleet or refit screen. For example the fifth ship in the refit screen is ship 5. "numberOfClones" is the number of copies that will be made.
Note that some of the fleet editing commands don't work in the refit screen for some reason under some circumstances. No clue why
Changelog:
Spoiler
1.2
-updated to 0.97a
1.1
-updated to 0.96a
-fixed bug with cloneship command
1.0
- first release