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!

[Release] ACE GroupTex Editor + Source Github in C#

Newbie Spellweaver
Joined
Feb 2, 2015
Messages
77
Reaction score
53
GroupTex Editor is tool for edit Res-Tex/group.tex
80% of client interface was control by it.

Tool make with C# (.Net 4.5)

Featues :
- Auto calculate width/height/rotate/rect/bunch of vector/scale
- render mode (if link with interface.tex it will show what interface look like)
- newbie friendly

all you need is just put image name and position X Y. that is tool concept.
Code:
[U]Screen shot[/U]
[IMG]https://i.ibb.co/RSc39Qg/003.jpg[/IMG]

[U]Interface Edit
[/U][IMG]https://i.ibb.co/PDZcsQM/004.jpg[/IMG]

[U]Control Edit
[/U][IMG]https://i.ibb.co/r0SyWzZ/005.jpg[/IMG]

------------------------------------------------------------------
[B]sample interface when edit[/B]:ott1:

[IMG]https://i.ibb.co/c62sW3F/006.jpg[/IMG]

[IMG]https://i.ibb.co/9WCYWPV/007.jpg[/IMG]

About source detail unfix or develop drop list ( for who want to fix or use it)

there are many thing i didn't fix. but it's not critical bug.
- [Drop] Create/Clone GroupTex files (but you can use Atumzipper to clone group file then rename and save. after that you can open with this tools.
- [Drop] Auto calculate image bg/border/line type like "hhbox" that have percent scale
-[Bug] after create new image/button. the auto calculate button will return width/height to -1. (you need you switch to other element then switch back for make it work.


Source & EXE on github :
 
Back
Top