G-Earth 1.5.2
Main updates
- Client support
- Fixed Unity support (G-Chrome has been updated too)
- Nitro support added by @UnfamiliarLegacy
- Layout
- Dark theme and layout switcher by @WiredSpast
- Optional synchronization with java extensions that use the G-Earth theme
- Attempted a bugfix where packets weren't being injected
- Packetlogger is now closed by default (can be changed)
- Removed oranges
- Changed G-Earth file structure
For developers
- Removed {l} from legacy packet structure (
{l}{h:1234}{i:abc}
->{h:1234}{i:abc}
) - Extension protocol has been updated:
INIT
packet changed- Added
UPDATEHOSTINFO
message - NITRO is now a client type
- Backward compatibility should generally be maintained depending on the implementation by the framework
- For java extension developers: the .jar file doesn't contain dependencies anymore (making it a lot smaller)
Report bugs or styling issues in a github issue!