diff --git a/README.md b/README.md index 9d3e2cc..242ed7b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Habbo packet logger & manipulator for Windows, Linux and Mac. - Requires Java 8 +FOR TROUBLESHOOTING, GO TO https://github.com/sirjonasxx/G-Earth/wiki/Troubleshooting + # Windows execution Double click G-Earth.exe, which will be delivered in the release. Note that executing G-Earth requires admin privileges. @@ -12,13 +14,8 @@ Execution command (temporary, verified in Ubuntu): Additionally, you can add the -t flag to log the packets in your terminal instead of opening a new window for it. -Execute this command if you get the following error: -> Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException - -> $ xhost +local: - # Mac execution -This is more complex, will be documented later +https://github.com/sirjonasxx/G-Earth/wiki/macOs-Installation-guide # Features * Log outgoing and incoming packets @@ -31,3 +28,7 @@ This is more complex, will be documented later * Advanced scheduler * Advanced extension support * 2 included extensions on-release + +Interested in creating an extension? +* If you're not experienced with Java but have written extensions before in C#, you could have a look at https://github.com/ArachisH/Geode +* If you are experienced with Java, read this wiki page carefully: https://github.com/sirjonasxx/G-Earth/wiki/Extensions