All releases are tested and working in Starsector v0.97a.RC11This mod is a fork:Not compatible with original "Explore the Galaxy"Search for your ideal system with the Console Commands, easy to use:
Commands:1. Explore [all] [exclude/include] [hazard] [gate] [stableloc] [jumppoint] [planets] [conditions]
Searches all star systems for specified conditions:
- all - write `all` to search even planets you haven't surveyed yet (default doesn’t search, if searched, sets survey level to full);
- exclude/include - write `exclude/include` to exclude or include systems in the Core world and claimed systems (default: exclude)
- planets - the minimum number of planets a system must include (default: planets=1)
- gate - write `gate` to filter by systems that have a gate;
- stableloc - write `stableloc=NUMBER` to filter by stable locations (default 0);
- jumppoint - same as stableloc (default 0);
- hazard - write `hazard=NUMBER` to filter by systems which planets are below or equal to the specified value (doesn’t filter by default);
- [conditions] - a comma-separated, no-space list of planetary conditions that must be met (supports * as a wildcard), e.g.: \[habitable=2,rare_ore*=1,*abundant=1] at least TWO habitable planets and ONE with transplutonic ore and ONE with ore/transplutonic ore that is abundant.
Example:
explore all exclude planets=5 [habitable=2,rare_ore*=1,volatile*=1,very_hot=1] hazard=200 gate
this finds all the systems in the galaxy that have at least 5 planets, excluding core/claimed worlds, further filtering the planets by at least 2 habitable and the entire system must not have any planets above 200 hazard rating and must have a gate in the system.
The [conditions] inside the brackets indicate specific conditions for the planets in the systems you want to explore:
habitable=2: Only include systems where there are 2 habitable planets.
rare_ore*=1: Only include systems where there is at least 1 planet with rare ores.
volatiles_plentiful=1: Only include systems where there is at least 1 planet with plentiful volatiles.
very_hot=1: Only include systems where there is at least 1 very hot planet.
2. SystemInRange <entity>[entity] [LY] [planets]
Finds systems in specified range (integer) of an entity (coronal_tap, derelict_cryosleeper, inactive_gate):
- if two entities are listed coronal_tap,cryosleeper, a table will be shown at the end listing systems within range of both;
- LY - distance in light years (default is 10);
- planets - filters by number of planets
Example: SystemInRange coronal_tap,cryosleeper 10
Change log:
Spoiler
v1.0.0a
Initial release