Dead game, dead repo i guess.
UI with usefull info such as:
- Unique instance name (derived from instance UUID)
- Players count (nearby / total)
- Time to: morning / sunrise / rain / storm / server death
- Kill feed
- Evac countdown
Works by reading game log file (\AppData\Local\Prospect\Saved\Logs\Prospect.log).
Tested on TCF 3.2.0, Win10, OpenJDK 17, 2560x1440.
- Take latest JAR from releases (or build it by yourself with
mvn clean package shade:shade
) - Make sure you have Java 17+
- Open CMD and
cd
to directory of your jar - Launch it by typing
java -jar cycle.jar
(top right corner)