Re: [Development]Custom Interface V1.00
I've finished the lobby interface almost...
i only coulden't find where the Players / friends / Clan tab was you will see that thats the only thing not on his right positions if someone could tell me the name of it i would appreciate it :P maybe im to lazy but well this is what i got so far...
Too bad i can't test the rooms...
http://img267.imageshack.us/img267/2...1107332254.png
Uploaded with ImageShack.us
http://img267.imageshack.us/img267/2...1107332254.png
Uploaded with ImageShack.us
http://img42.imageshack.us/img42/306...1107334612.png
Uploaded with ImageShack.us
Re: [Development]Custom Interface V1.00
Monster bible button is ugly :/ .
Re: [Development]Custom Interface V1.00
Quote:
Originally Posted by
Victoriala
Monster bible button is ugly :/ .
Me knows meng, btw i was thinking about something you know how Styx add the Announcement box with delay's? Let me say how i use 1 image for the interface i could try to use 5 colors let me say a blue / green / orange / pink etc then instead off the announcement box i put those interface images at templates.xml with the delay..
Then if im right the interface color should change to right?:P
i'm gonna try it lmfao..
Re: [Development]Custom Interface V1.00
That should work.
Something like this in Template.xml
PHP Code:
<ANIMATIONTEMPLATE item="Interface">
<BITMAP>Interface_1.png</BITMAP>
<BITMAP>Interface_2.png</BITMAP>
<BITMAP>Interface_3.png</BITMAP>
<BITMAP>Interface_4.png</BITMAP>
<BITMAP>Interface_5.png</BITMAP>
<DELAY>500</DELAY>
</ANIMATIONTEMPLATE>
Add this to Lobby.xml (if I'm right).
PHP Code:
<ANIMTEMPLATE>Interface</ANIMTEMPLATE>
Re: [Development]Custom Interface V1.00
Quote:
Originally Posted by
Victoriala
That should work.
Something like this in Template.xml
PHP Code:
<ANIMATIONTEMPLATE item="Interface">
<BITMAP>Interface_1.png</BITMAP>
<BITMAP>Interface_2.png</BITMAP>
<BITMAP>Interface_3.png</BITMAP>
<BITMAP>Interface_4.png</BITMAP>
<BITMAP>Interface_5.png</BITMAP>
<DELAY>500</DELAY>
</ANIMATIONTEMPLATE>
Add this to Lobby.xml (if I'm right).
PHP Code:
<ANIMTEMPLATE>Interface</ANIMTEMPLATE>
I'm gonna try yours now, mine crashed i used this :
Code:
<ANIMATIONTEMPLATE item="AnnLobby">
<BITMAP>bottom_panel.png</BITMAP>
<BITMAP>bottom_panel_2.png</BITMAP>
<BITMAP>bottom_panel_3.png</BITMAP>
<BITMAP>bottom_panel_4.png</BITMAP>
<BITMAP>bottom_panel_5.png</BITMAP>
<DELAY>3000</DELAY>
</ANIMATIONTEMPLATE>
Code:
<ANIMATION item="AnnLobbyAnim" parent="Lobby">
<PLAYMODE>repetition</PLAYMODE>
<ANIMTEMPLATE>AnnLobby</ANIMTEMPLATE>
<BOUNDS>
<X>0</X>
<Y></Y>
<W>800</W>
<H>600</H>
</BOUNDS>
<VISIBLE>true</VISIBLE>
</ANIMATION>
Re: [Development]Custom Interface V1.00
Quote:
Originally Posted by
MicroManiacs
I'm gonna try yours now, mine crashed i used this :
Code:
<ANIMATIONTEMPLATE item="AnnLobby">
<BITMAP>bottom_panel.png</BITMAP>
<BITMAP>bottom_panel_2.png</BITMAP>
<BITMAP>bottom_panel_3.png</BITMAP>
<BITMAP>bottom_panel_4.png</BITMAP>
<BITMAP>bottom_panel_5.png</BITMAP>
<DELAY>3000</DELAY>
</ANIMATIONTEMPLATE>
Code:
<ANIMATION item="AnnLobbyAnim" parent="Lobby">
<PLAYMODE>repetition</PLAYMODE>
<ANIMTEMPLATE>AnnLobby</ANIMTEMPLATE>
<BOUNDS>
<X>0</X>
<Y></Y>
<W>800</W>
<H>600</H>
</BOUNDS>
<VISIBLE>true</VISIBLE>
</ANIMATION>
On the first code you used AnnLobby.
And on the second annLobbyAnim.
They need to be the same name ;).
Re: [Development]Custom Interface V1.00
I Love this interface <3
Looby.xml
Code:
<!-- Lobby Annimations -->
<ANIMATION item="AnnLobbyAnim" parent="Lobby">
<PLAYMODE>repetition</PLAYMODE>
<ANIMTEMPLATE>AnnLobbyAnim</ANIMTEMPLATE>
<BOUNDS>
<X>287</X>
<Y>563</Y>
<W>186</W>
<H>35</H>
</BOUNDS>
<VISIBLE>true</VISIBLE>
</ANIMATION>
Templates.xml
Code:
<!-- Animation template of announcements -->
<ANIMATIONTEMPLATE item="AnnLobbyAnim">
<BITMAP>nicklobby1.png</BITMAP>
<BITMAP>nicklobby4.png</BITMAP>
<BITMAP>nicklobby3.png</BITMAP>
<BITMAP>nicklobby2.png</BITMAP>
<DELAY>100</DELAY>
</ANIMATIONTEMPLATE>
Credits to: Styx :love:
Re: [Development]Custom Interface V1.00
I was right after all :p.
Re: [Development]Custom Interface V1.00
Quote:
Originally Posted by
fenixdoido
I
Love this interface
<3
Looby.xml
Code:
<!-- Lobby Annimations -->
<ANIMATION item="AnnLobbyAnim" parent="Lobby">
<PLAYMODE>repetition</PLAYMODE>
<ANIMTEMPLATE>AnnLobbyAnim</ANIMTEMPLATE>
<BOUNDS>
<X>287</X>
<Y>563</Y>
<W>186</W>
<H>35</H>
</BOUNDS>
<VISIBLE>true</VISIBLE>
</ANIMATION>
Templates.xml
Code:
<!-- Animation template of announcements -->
<ANIMATIONTEMPLATE item="AnnLobbyAnim">
<BITMAP>nicklobby1.png</BITMAP>
<BITMAP>nicklobby4.png</BITMAP>
<BITMAP>nicklobby3.png</BITMAP>
<BITMAP>nicklobby2.png</BITMAP>
<DELAY>100</DELAY>
</ANIMATIONTEMPLATE>
Credits to: Styx :love:
Thanks im gonna try it that way.
Re: [Development]Custom Interface V1.00
Nice o.o il give it 10/10 :o
Re: [Development]Custom Interface V1.00
I really dont see why people try to rearrange the text boxes, they are fine how they are... moving them just makes it so annoying and confusing.
Re: [Development]Custom Interface V1.00
Now THIS is something I'd use. 10/10