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!

ExMuOnline Intro

Joined
Mar 17, 2007
Messages
736
Reaction score
266
Live :

FCV2005 - ExMuOnline Intro - RaGEZONE Forums
 
Junior Spellweaver
Joined
Dec 20, 2012
Messages
128
Reaction score
45
Very cool. Too bad it's not moving in real time.
 
Last edited:
Junior Spellweaver
Joined
Dec 20, 2012
Messages
128
Reaction score
45
What I mean is, I would have to refresh the page for the time to change. Maybe it's just Chrome?

EDIT: Yep! It's Chrome. FF works fine. ;)
 
SK CREATIONS
Loyal Member
Joined
Jun 26, 2007
Messages
1,053
Reaction score
619
Loads instantly even with the song for me.

Issues I notice,

Background
The background on the side from the renders does not blend properly you can see a clear line on both sides where the renders end and the repeat background starts. You may want to go and fix that as it makes the design look less well done.

Format Images Properly
I have noticed that the site seems to be using lower end jpeg. I really can not understand this as png would give you far better quality and look far better with blending. May want to go and edit this.

Optical Flares On The Sides
This is not something you did do but something you should have done. The background behind the body looks far to basic. The body looks like it is sitting on top of a sepratly made background and not one created for the piece. a few optical flares to break the side lines between the background and top would have really made this design from GREAT to WTF AMAZINGGGGGG.

Renders
The renders really dont work properly with the design . They look lower quality and I can not understand why part of there faces is pure white. I have stated this a number of times in your work. Your biggest let down is blending renders properly. Practice this part as a background can make and break a design honestly.

Overall,
Its a really nice design but sadly the thing that is missing is the finishing touch that makes a good design a great design. Spend a little more time just getting every detail to match and try try try again until you get renders blending nicely. Also try to step away from your current path of design slightly. If you continue to create just one style you will end up like another aziz natour a one trick pony selling the same design over and over. I dont want to see that from you as you really stepped your game up from before
 
Joined
Dec 15, 2009
Messages
1,387
Reaction score
236
nice design but bad coding, you should have separates all kind of contents and backgrounds instead of making all in one, that's a lazy job u did there
 
Orang Asli - Semai - 华人
Loyal Member
Joined
Jan 28, 2012
Messages
1,643
Reaction score
161
wow man !! i really like the word ( ex mu online ) it really cool
but i dun like the colour that you mix ...
good job !! really like the word !!
 
Last edited:
Joined
Mar 17, 2007
Messages
736
Reaction score
266
I'm just trying to speak the truth man...
i know bro , just i need an example of coding ... and i will try to make !



PHP:
/*    FCV2005@hotmail.com    */

#menu_space {
    width:104px;
    height: 84px;
    float:left;
}
#home, #downloads, #register, #rankings, #webshop, #forums, #donate, #contact {
    background:url(menu_rf.jpg) ;
    height: 84px;
    width: 959px;
    overflow: hidden;
}
#home {
    width:170px;
    height: 84px;
    float:left;
    background-position: 0 0;
}
#home:hover {
    width:170px;
    height: 84px;
    float:left;
    background-position: 0 -84px;
}
#downloads {
    width:116px;
    height: 84px;
    float:left;
    background-position: -170px 0;
}
#downloads:hover {
    width:116px;
    height: 84px;
    float:left;
    background-position: -170px -84px;
}
#register {
    width:92px;
    height: 84px;
    float:left;
    background-position: -286px 0;
}
#register:hover {
    width:92px;
    height: 84px;
    float:left;
    background-position: -286px -84px;
}
#rankings {
    width:92px;
    height: 84px;
    float:left;
    background-position: -378px 0;
}
#rankings:hover {
    width:92px;
    height: 84px;
    float:left;
    background-position: -378px -84px;
}
#webshop {
    width:101px;
    height: 84px;
    float:left;
    background-position: -470px 0;
}
#webshop:hover {
    width:101px;
    height: 84px;
    float:left;
    background-position: -470px -84px;
}
#forums {
    width:168px;
    height: 84px;
    float:left;
    background-position: -571px 0;
}
#forums:hover {
    width:168px;
    height: 84px;
    float:left;
    background-position: -571px -84px;
}
#donate {
    width:85px;
    height: 84px;
    float:left;
    background-position: -739px 0;
}
#donate:hover {
    width:85px;
    height: 84px;
    float:left;
    background-position: -739px -84px;
}
#contact {
    width:135px;
    height: 84px;
    float:left;
    background-position: -824px 0;
}
#contact:hover {
    width:135px;
    height: 84px;
    float:left;
    background-position: -824px -84px;
}
 
Joined
Nov 17, 2008
Messages
800
Reaction score
1,392
Yeah the clock definitely is not functional in chrome. Either way, the design is really nice.

You managed to keep it subtle while still working in a lot of good textures.

The song also makes it seem a lot more epic. xD
 
Junior Spellweaver
Joined
Mar 15, 2007
Messages
182
Reaction score
125
split all those backgrounds images and btw did u use cssportal.com to generate css??

I'm guessing he means that you could have split the background Image into a body class with a background color, the Logo could have been also its separate class with a much smaller image, then the frame itself could have been split into 3 separate images (top, center, and bottom) and finally the boxes where the counters are could have been 1 small image that you could apply 4 times rather than have all 4 boxes in one image.

The text also could have been created with css rather than using an image but overall it is still a really well designed page.

If you did all this the load out time would be much faster than having large images.
 
Back
Top