Update README.md

This commit is contained in:
sirjonasxx 2019-01-26 15:14:37 +01:00 committed by GitHub
parent c44a2624ac
commit 6fc93cfeff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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