Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Aion client data viewer, with 3d viewer and geo builder

Newbie Spellweaver
Joined
Dec 2, 2018
Messages
14
Reaction score
14
Here's a project I've been working on which started from a fork of GeoDataBuilderJ_src. It can also view .pak files and decode xml, html, and show images, etc.

The geo viewer is designed for debugging geo data, but it is also fun to just cruise around...

Note: the geo builder will not generate data that is compatible with any server and will require modification to use.

Source:

Download:
 
Junior Spellweaver
Joined
Mar 11, 2015
Messages
154
Reaction score
85
"will require modification to use" - while you are not so far away) Pls. give few words about this note? Probably shortly?
 
Newbie Spellweaver
Joined
Dec 2, 2018
Messages
14
Reaction score
14
Some differences I know: Terrain cutout data and an event type byte was added to the worldid.geo files. The meshs.geo file contains a vectorCount which should be an int since some models have more than 32k vertices. The server logic to compare to is in GeoWorldLoader.java.
 
Back
Top