• 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.

[Guide]Editing Gui

Status
Not open for further replies.
Omega Male
Loyal Member
Joined
May 12, 2008
Messages
2,547
Reaction score
437

=========

Guide On How To Make Your Server More Unique^^
This Is For Some That Doesn't know How To Edit

Cause Some Are In Other Languages like Chinese and THai,,etc...

=========

How To Open .xml Files?:

Right Click>>Open With Notepad/Wordpad

=========
Open First the Data/Gui/gameextext

Look For This Lines

<SENTENSE Ver="1" Id="CHINA_OUTER_UP_TITLE">
After Editing the text below the line
You Will See It Here:
Abry - [Guide]Editing Gui - RaGEZONE Forums



<SENTENSE Ver="1" Id="SELECT_AREA_STATIC">
=Result Will Appear Here
Abry - [Guide]Editing Gui - RaGEZONE Forums

Open Data/Gui/gameword

Look For This Lines

<SENTENSE Ver="1" Id="COPYRIGHT_COMPANY">
=See Results Here
Abry - [Guide]Editing Gui - RaGEZONE Forums



<SENTENSE Ver="1" Id="COPYRIGHT_COMPANY_LOAD">
=See Results Here
Abry - [Guide]Editing Gui - RaGEZONE Forums



<WORD Ver="1" Id="COPYRIGHT_TITLE">
=See Result Here
Abry - [Guide]Editing Gui - RaGEZONE Forums

===========

This is just Few of them
if you know more about it just reply in this thread

No Flaming Please
Just a Fun Guide^^
for some Questions That are being confused
Just Reply To This Thread
thx=)
 
Last edited:
Joined
Dec 21, 2005
Messages
833
Reaction score
20
Good guide indeed, will be helpful for newbies to edit their gui's as they like. Abry do you also know how to fix the "Power Up, Power Up Max, Speed Up, Speed Up Max, etc." Cuz it's kinda messed up with the client. So if you know how to edit it so that it will be fixed with alignment then you can also add it here. Thanks!
 
Omega Male
Loyal Member
Joined
May 12, 2008
Messages
2,547
Reaction score
437
Good guide indeed, will be helpful for newbies to edit their gui's as they like. Abry do you also know how to fix the "Power Up, Power Up Max, Speed Up, Speed Up Max, etc." Cuz it's kinda messed up with the client. So if you know how to edit it so that it will be fixed with alignment then you can also add it here. Thanks!
sir what will i fix in that skills?
cause i didn't tried them before
what is the problem with that sir so i may know how to fix
thx
 
Joined
Dec 21, 2005
Messages
833
Reaction score
20
Haven't you noticed when you are getting pow up or anything like that. You'll have an indication like pow up max in the center of your screen right? For our clients it's not aligned. I know it's on the xml cuz I saw it there before. But I don't know much about xml so I didn't messed with the file.
 
Joined
Sep 16, 2007
Messages
1,206
Reaction score
541
uhmmm and other prob... ^^ in Destiny boxes...... when you get "Speed UP" "Madness Time" etc... it looks incomplete hahahhaha (but in chinese its complete) how we adjust it and form the words complete?
 
Joined
Dec 21, 2005
Messages
833
Reaction score
20
uhmmm and other prob... ^^ in Destiny boxes...... when you get "Speed UP" "Madness Time" etc... it looks incomplete hahahhaha (but in chinese its complete) how we adjust it and form the words complete?

Yes that's what am pointing out. It is complete, it's only aligned improperly with xml. Cuz I also tried resizing the dds files, but it really is relying to the xml for position and size.
 
Omega Male
Loyal Member
Joined
May 12, 2008
Messages
2,547
Reaction score
437
Haven't you noticed when you are getting pow up or anything like that. You'll have an indication like pow up max in the center of your screen right? For our clients it's not aligned. I know it's on the xml cuz I saw it there before. But I don't know much about xml so I didn't messed with the file.

ok sir
sorry cause i didn't loot a box since i played my ep4^^
i will try to solve it sir

try to look at the dds in textures/gui/question_text.dds
view it with the dds viewer

i am finding where is it in xml
 
Joined
Dec 21, 2005
Messages
833
Reaction score
20
Here is the code:
uiinnercfg.xml

Code:
<CONTROL Local="Common" Id="QUESTION_ITEM_SPEED_UP">
		<WINDOW_POS X="0" Y="0" W="323" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="0" W="323" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_CRAZY_TIME">
		<WINDOW_POS X="0" Y="0" W="396" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="61" W="396" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_POWER_UP">
		<WINDOW_POS X="0" Y="0" W="340" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="122" W="340" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_EXP_TIME">
		<WINDOW_POS X="0" Y="0" W="312" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="184" W="312" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_EXP_GET">
		<WINDOW_POS X="0" Y="0" W="256" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="245" W="256" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_LUCKY">
		<WINDOW_POS X="0" Y="0" W="200" H="66" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="306" W="200" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_BOMB">
		<WINDOW_POS X="0" Y="0" W="232" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="373" W="232" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_OHNO">
		<WINDOW_POS X="0" Y="0" W="232" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="434" W="232" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_SPEED_UP_M">
		<WINDOW_POS X="0" Y="0" W="483" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="0" W="483" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_MADNESS">
		<WINDOW_POS X="0" Y="0" W="278" H="115" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="232" Y="373" W="278" H="115" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_ATTACK_UP_M">
		<WINDOW_POS X="0" Y="0" W="500" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="122" W="500" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_HEAL">
		<WINDOW_POS X="0" Y="0" W="227" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="271" Y="245" W="227" H="54" />
	</CONTROL>
	
	<CONTROL Local="tw" Id="QUESTION_ITEM_SPEED_UP">
		<WINDOW_POS X="0" Y="0" W="292" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="6" W="292" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_CRAZY_TIME">
		<WINDOW_POS X="0" Y="0" W="291" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="9" Y="68" W="291" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_POWER_UP">
		<WINDOW_POS X="0" Y="0" W="292" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="131" W="292" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_EXP_TIME">
		<WINDOW_POS X="0" Y="0" W="227" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="193" W="227" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_EXP_GET">
		<WINDOW_POS X="0" Y="0" W="227" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="270" Y="193" W="227" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_LUCKY">
		<WINDOW_POS X="0" Y="0" W="227" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="271" Y="254" W="227" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_BOMB">
		<WINDOW_POS X="0" Y="0" W="287" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="379" W="287" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_OHNO">
		<WINDOW_POS X="0" Y="0" W="225" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="271" Y="316" W="225" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_SPEED_UP_M">
		<WINDOW_POS X="0" Y="0" W="483" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="6" W="483" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_MADNESS">
		<WINDOW_POS X="0" Y="0" W="291" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="9" Y="441" W="291" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_ATTACK_UP_M">
		<WINDOW_POS X="0" Y="0" W="483" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="131" W="483" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_HEAL">
		<WINDOW_POS X="0" Y="0" W="227" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="255" W="227" H="56" />
	</CONTROL>
 
Joined
Jan 17, 2008
Messages
320
Reaction score
0
yah the box or the name of it like exp is look like a cut!! ~_~ yeah and i want to know how to edit it ^_^ but what file is it? is the gameword or gameintext? hayz i don't know ^_^
 
Omega Male
Loyal Member
Joined
May 12, 2008
Messages
2,547
Reaction score
437
Here is the code:
uiinnercfg.xml

Code:
<CONTROL Local="Common" Id="QUESTION_ITEM_SPEED_UP">
		<WINDOW_POS X="0" Y="0" W="323" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="0" W="323" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_CRAZY_TIME">
		<WINDOW_POS X="0" Y="0" W="396" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="61" W="396" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_POWER_UP">
		<WINDOW_POS X="0" Y="0" W="340" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="122" W="340" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_EXP_TIME">
		<WINDOW_POS X="0" Y="0" W="312" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="184" W="312" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_EXP_GET">
		<WINDOW_POS X="0" Y="0" W="256" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="245" W="256" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_LUCKY">
		<WINDOW_POS X="0" Y="0" W="200" H="66" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="306" W="200" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_BOMB">
		<WINDOW_POS X="0" Y="0" W="232" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="373" W="232" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_OHNO">
		<WINDOW_POS X="0" Y="0" W="232" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="434" W="232" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_SPEED_UP_M">
		<WINDOW_POS X="0" Y="0" W="483" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="0" W="483" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_MADNESS">
		<WINDOW_POS X="0" Y="0" W="278" H="115" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="232" Y="373" W="278" H="115" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_ATTACK_UP_M">
		<WINDOW_POS X="0" Y="0" W="500" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="0" Y="122" W="500" H="54" />
	</CONTROL>
	<CONTROL Local="Common" Id="QUESTION_ITEM_HEAL">
		<WINDOW_POS X="0" Y="0" W="227" H="54" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="271" Y="245" W="227" H="54" />
	</CONTROL>
	
	<CONTROL Local="tw" Id="QUESTION_ITEM_SPEED_UP">
		<WINDOW_POS X="0" Y="0" W="292" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="6" W="292" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_CRAZY_TIME">
		<WINDOW_POS X="0" Y="0" W="291" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="9" Y="68" W="291" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_POWER_UP">
		<WINDOW_POS X="0" Y="0" W="292" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="131" W="292" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_EXP_TIME">
		<WINDOW_POS X="0" Y="0" W="227" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="193" W="227" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_EXP_GET">
		<WINDOW_POS X="0" Y="0" W="227" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="270" Y="193" W="227" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_LUCKY">
		<WINDOW_POS X="0" Y="0" W="227" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="271" Y="254" W="227" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_BOMB">
		<WINDOW_POS X="0" Y="0" W="287" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="379" W="287" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_OHNO">
		<WINDOW_POS X="0" Y="0" W="225" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="271" Y="316" W="225" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_SPEED_UP_M">
		<WINDOW_POS X="0" Y="0" W="483" H="57" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="6" W="483" H="57" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_MADNESS">
		<WINDOW_POS X="0" Y="0" W="291" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="9" Y="441" W="291" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_ATTACK_UP_M">
		<WINDOW_POS X="0" Y="0" W="483" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="131" W="483" H="56" />
	</CONTROL>
	<CONTROL Local="tw" Id="QUESTION_ITEM_HEAL">
		<WINDOW_POS X="0" Y="0" W="227" H="56" />
		<TEXTURE SizeX="512" SizeY="512">Question_Text.dds</TEXTURE>
		<TEXTURE_POS X="8" Y="255" W="227" H="56" />
	</CONTROL>
sir is that fixed?
or that is what we will edit?
 
Joined
Dec 21, 2005
Messages
833
Reaction score
20
Those are the codes that we need to edit. I tried editing those before, but I dunno what happened since I've been multitasking that time and doing that xml is in my least priority. So I dunno if I made it to work or not. Btw, that code is not edited. So it's from a fresh xml.
 
-sama
Loyal Member
Joined
May 3, 2008
Messages
1,392
Reaction score
7
Nice Guide,
This will help newbies,

And Yeah,
*`_`*
BTW,
Your GUI is english too right?
 
Status
Not open for further replies.
Back
Top