Gates Awakened is a mod for the excellent game Starsector.
It adds three short quests that open up instantaneous travel between Gates from the ancient Domain of Man - but you are limited to only a small number of Gates, so adjust accordingly.
Gates Awakened tries to encourage early exploration and ease later-game traveling, without feeling like a cheat. While it is, of course, not canon, it fits smoothly into lore of the game.
Once a Gate is activated, the player may use fuel, based on distance, to travel to any other active Gate.
Massive thanks to toast for his inspirational mod, Active Gates, without which this mod would not exist.
There are two ways to tell Gates Awakened never to touch your systems.
-
Add your system(s) here:
data/gates-awakened/gates_awakened_system_blacklist.csv
. There is a template here. -
Or, to change blacklisted systems dynamically, add or remove this tag from the system:
GatesAwakened_blacklisted_system
. The code that drives this logic is around here.
- Clone this source code.
- Ensure you have java installed and accessible via system variable.
- Open up
build.gradle.kts
in a text editor and changestarsectorCoreDirectory
to point to yourstarsector-core
directory. - Open a terminal to the root directory of the mod and type
- Unix:
./gradlew build jar
- Windows:
gradlew.bat build jar
- Unix:
- You should now (eventually) have a jar built at
jars/Gates_Awakened.jar
.