From 6fc93cfeffaa142fb996b4e69f08f0eca5499dcb Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Sat, 26 Jan 2019 15:14:37 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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