This project reserve-engineers some of the capabilities of FLHook, giving players direct access to some servers-side functions.
See the help file.
- Java 11+
- Local installation of Discovery Freelancer
- Download the latest jar file
- Navigate to the jar location
- Create a new file, next to the jar, named
application.yml
- Using a plain-text editor, copy this into the new file
- Change the value
data.ini.rootPath
to point to your local Discovery Freelancer installation - Save and close the new file
- Open a command prompt
- Navigate to the jar location
- Run it using
java -jar reverse-flhook-<version>.jar <command> <arguments> [<flags>]
$ java -jar reverse-flhook-1.4.0.jar survey li01 li01_07_base -auto -copy
___ ___ _ _ _ _
| _ \ ___ __ __ ___ _ _ ___ ___ | __| | | | || | ___ ___ | |__
| / / -_) \ V / / -_) | '_| (_-< / -_) | _| | |__ | __ | / _ \ / _ \ | / /
|_|_\ \___| \_/ \___| |_| /__/ \___| |_| |____| |_||_| \___/ \___/ |_\_\
40011C05-2CBE93B3-37362526-7F1A2F20-30ADA171-C3CA7401-6165EE75
Hyperspace coordinates copied to clipboard!
Typing hyperspace coordinates in 5 seconds...
Done!
- Java JDK 11+
- Local installation of Discovery Freelancer
- Read the license
- Clone the repository
- Adjust the values in
src/main/resources/application.yml
to your local setup - In a Git bash, run
./gradle.bat clean build --refresh-dependencies
- In Eclipse, click File > Import... > Existing gradle project
- In Eclipse, right-click the project > Run as > JUnit Test
- Code!