[Guide] How to edit interface from Group.tex

Results 1 to 1 of 1
  1. #1
    Member vinleprince is offline
    MemberRank
    Feb 2015 Join Date
    77Posts

    idea [Guide] How to edit interface from Group.tex

    GroupTex is file that manage image file base on InterfaceTex.
    There are many files was packed in group.tex
    each file have 2 types image list

    1. Control
    use when you want to get image area for mouse event area (WndProc).

    2. Image
    for image that no interact with anything like background / border / scrolling / bar

    for newbie i suggest this tool for edit.
    https://forum.ragezone.com/f612/dev-grouptex-editor-preview-1169966/


    How to use tool for edit GroupTex.
    1. Download then open .exe
    2. Select Group.tex in Res-Tex
    3. (optional but suggest) Select Interface.tex in Res-Tex (make sure file wasn't encrypt and not TGA inside. i lazy to make C# support tga. for now it work with PNG)
    4. Click Start Editor
    5. Select file category interface that you need (example "warp")
    6. after edit click save. all done


    and let's check VID if you don't know how to use on real case.

    * beware if you change interface element that need to interact with mouse/keyboard position. you still need to adjust define positon on Source interface file (cpp).example you make interface more width like +50 width. so you need to plus 50 width to X position in source and 25 width for center element (half of width).




Advertisement