• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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