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!

Angelica User Interfaces Editor

Newbie Spellweaver
Joined
Jun 7, 2020
Messages
50
Reaction score
38
Basics:(AUIEditor=Angelica User Interfaces Editor)This AUIEditor is shared by Fyyre and it can be obtained through the FW Section in some publicly shared client sources and other archives:

https://forum.ragezone.com/f783/compilation-useful-releases-2021-a-1195963/

*AUIEditor is kinda a universal tool for a specific version of Angelica engine.

It can be compiled with AUInterfaces ,GfxCommon and LuaWrapper.It's using libraries that get used by client executable.
It gives you a display of interfaces like in-game experience and even shows some gfx and sound effects.
It's far more accurate than UIEdit unless someone actually improves it.


*AUInterfaces is responsible for the implementation of xml files in interfaces.There is a pattern and some rules for interfaces.

Unfortunately,it's not using an external library or 3rd party SDK for XML language.
Usually Debug && Release Build are used to create other build such as W2Release && W2Debugthen we fix include and library paths along with the client source we are using.


How to use AUIEditor.exe?

Let's suppose that current location of the tool is:C:\AUIEditor\AUIEditor.exe
We need to extract the following pck archives at the same level of AUIEditor.exe


Code:
configs.pck into C:\AUIEditor\configs
gfx.pck into C:\AUIEditor\gfx
interfaces.pck into C:\AUIEditor\interfaces
sfx.pck into C:\AUIEditor\sfx
shaders.pck into C:\AUIEditor\shaders
surfaces.pck into C:\AUIEditor\surfaces
fonts into C:\AUIEditor\font

The program generates logs, any errors look inside the logs folder.

Files (.dfc) load all interfaces specified in the file.
To alphabetize the interfaces list, you must edit the order inside the file (.dfc).






GFX EXAMPLE:




Files (.dtf) are compatible with the program, this type of file was used to make the interfaces before changing to (.xml).


*Use WinPck it works with newer clients of the games From:

https://forum.ragezone.com/f967/fwpck-exe-out-of-date-1197939/




*Addition Researche Links:

https://forum.ragezone.com/f783/fw-client-source-research-1202128/index2.html


Currently,this tool has been tested to work with Perfect World,Forsaken World,Saint Seya Online and World2.I'm grateful for the wonderful people who have supported me with my work.

 
Back
Top