[ui_form_pshop.xml]
Code:
<rtw>
<Widget ID="fmpshop" Class="Form" Template="Form,Title" Location="164,80" Size="240,350">
<Widget ID="lbsell" Class="Label" Template="TitleLabel" Location="2,2" Size="2***20" Text="商店物品"/>
<Widget ID="fmsellitem" Class="Panel" Template="Border" Location="6,24" Size="214,110" BackgroundImage="ui_texture/item.bmp" BackgroundSource="14,25,212,105" BackgroundTransparent="0.3"/>
<Widget ID="scrollUp" Class="VScrollBar" Template="VScrollBar" Location="218,24" Size="12,110"/>
<Widget ID="fmselfitem" Class="Panel" Template="Border" Location="6,158" Size="214,110" BackgroundImage="ui_texture/item.bmp" BackgroundSource="14,25,212,105" BackgroundTransparent="0.3"/>
<Widget ID="scrollDown" Class="VScrollBar" Template="VScrollBar" Location="218,158" Size="12,110"/>
<Widget ID="lbselfitem" Class="Label" Template="TitleLabel" Location="2,136" Size="2***20" Text="道具栏"/>
<Widget ID="lbsellgold" Class="Label" Location="8,270" Size="40,16" Text="售价" Alignment="center"/>
<Widget ID="lbsellgoldnum" Class="Label" Template="Border" Location="46,270" Size="62,16" Text="300000000" Alignment="far"/>
<Widget ID="lbgold" Class="Label" Location="108,270" Size="40,16" Text="金钱" Alignment="center"/>
<Widget ID="lbgoldnum" Class="Label" Template="Border" Location="146,270" Size="62,16" Text="300000000" Alignment="far"/>
<Widget ID="btncancel" Class="Button" Template="PushButton" Location="18,290" Size="64,20" Text="中断"/>
<Widget ID="btninfo" Class="Button" Template="PushButton" Location="90,290" Size="64,20" Text="讯息"/>
<Widget ID="btnshop" Class="Button" Template="PushButton" Location="162,290" Size="64,20" Text="开店"/>
</Widget>
</rtw>
As you can see we can change the interface size using XML only problem will be the IMAGE that go along with it.
And also I'm a noob in setting up a game server and this is my 1st one that I 100% make it work :(
so am trying my best here to make the game [POWER] up :)
As this game is Orgin from GERMAN (if i'm not wrong) all XML command come with a ENGLISH TAG
like
Code:
<Widget ID="btninfo" Class="Button" Template="PushButton" Location="90,290" Size="64,20" Text="讯息"/>
btninfo = Information of the items.
that mean I can just change the "讯息" to "Info"
It look simple but ONCE again the problem will be Text alignment.
And also does anyone know how we can boot up the game in "ENGLISH" mode?
As I'm using applocale to boot up in SIMPLE CHINESE so that all text will not be jumble up.
Provide a torrent file for the game client and server, am seeding it too
change .txt to .torrent
Regards,