Jump to content

Recommended Posts

Posted

The Above Ground Color Palette

The original game h ad a limited color palette that made up the above-ground landscape. We’ll start with the colors from Level 1, since it contains the most basic building blocks of our world. The colors we’ll be using are:

#FFFFFF - clouds, highlights, etc.

#000000 - shadows, outlines, etc.

#5482E4 - sky

#3CBEFC - cloud shadows

#FCA244 - question block base

#E45E14 - bricks, ground

#ECD2BC - brick highlights

#BFCE1C - bushes, warp pipe highlights

#04AE04 - hills, warp pipe shadows, bush shadows

The Basic Brick Tile

All of the tiled textures in the game are 32×32px in size, so let’s begin with a 32×32px square in the brick color (#E45E14).

001.jpg

 

Now we need to draw our black lines to separate the bricks. Each brick is We’ll start at the bottom and work our way up. Each outline is 2px in width (or height) and each brick is 6px tall. So first, let’s do the horizontals.

002.jpg

 

Now we’ll do the vertical lines. Each brick is 14px wide. We’ll work our way down from the top row, which contains two full bricks.

003.jpg

 

Finally, u sing the brick highlight color (#ECD2BC), put a 2px line along the top of the brick tile if the brick is to be in a single row. If you’re tiling bricks more than one tile high, then you wouldn’t do this step.

004.jpg

 

 

The Question Block

Remember jumping up and whacking into these to get the coins and mushrooms that lie within?

 

To draw one, start with the question block base color (#FCA244) and, using either the pencil tool or the rectangular marquee tool, create a 28×28px square.

005.jpg

 

Now, using the brick color (#E45E14), make a 2px wide border along the top and left sides of the square. Then switch to black and make a 2px border along the bottom and right sides of the square. You should now have a 32×32px square with 4px missing from the top right and bottom left corners, like so.

006.jpg

 

Next, we need to draw the screws on the brick. These are just 4 2px x 2px blocks, each 2px in from the corners, like so.

007.jpg

 

Then we draw our question mark in the brick color (#E45E14), and finally, we also give it a 2px black shadow. This finishes up the question mark brick.

008.jpg

 

 

Ground Tile

The pattern on the ground tiles is a bit trickier. Once again, we want to start with a 32×32px tile in the brick color (#E45E14). Then we want to go around the inside edges of the tile and add a black border to the bottom and right, and add a border in the highlight color (#ECD2BC), to the top and left sides. Make sure you leave a 2×2px square in each color as the base brick color, like so.

009.jpg

 

Now we’ll go in with black and draw the outline of the brick pattern. I’m not really sure how to explain this pattern exactly, so it’s probably just best done by example.

010.jpg

 

Finally, we go back in with the highlight color (#ECD2BC) and draw highlights on the bottom and right sides of the black lines, leaving a few 4×4px squares in the original brick color to add more depth.

011.jpg

 

The Clouds

Mario clouds have a very distinctive shape, which you’ll see part of repeated later in the boshes. Again, this isn’t a shape that’s easy to explain. Start with a sky blue background (#5482E4) and make your document 60×60px in size, because the cloud takes four tiles to create.

 

Our basic cloud shape looks like this: Again, if anyone can find a definitive pattern or method to drawing this precisely, I’d love to hear it. I think this is just one of those things that you have to copy.

012.jpg

 

Next, we outline our cloud in a black 2×2px border, like so.

013.jpg

 

Finally, we want to take the cloud shadow color (#3CBEFC) and go in and create the shadows on our cloud.

014.jpg

 

 

Bushes

As I stated earlier, bushes and clouds share a similar shape, so let’s Ctrl+Click on our cloud to load its selection and then hit Ctrl+C to copy it. Next, let’s create a new document, 128×31px in size and again give it the sky blue background (#5482E4).

 

Now hit Ctrl+V to paste the cloud into the document. We want to align the top and left edges of the cloud along the top and left edges of the canvas, like so.

015.jpg

 

Now hit Ctrl+J to duplicate the layer and drag it to the far right of the canvas, like so.

016.jpg

 

Now hit Ctrl+V one last time to paste the cloud in the center of the document and then hit Ctrl+Shift+[ to send it to the back of the layer stack.

017.jpg

 

Now select all three layers in the layers palette (Ctrl+Click on the titles of each layer) and hit Ctrl+E to merge the layers. Now take your pencil tool and change all of the overlapping black squares in the middle to white.

018.jpg

 

Finally, take the pencil tool and draw over all of the light blue squares in the bush shadow color (#04AE04) and then, using the paint bucket, with anti-aliasing turned off, fill the white pixels with the bush color (#BFCE1C).

019.jpg

 

 

Warp Pipes

Next, we’re going to make the warp pipes. Remember, a the shortest possible warp pipe is 64px (one tile for the top of the pipe, one tile for the pipe itself), and their height can be as tall as you like, so long as the overall height is divisible by 32. For now, I’m going to create a 64×96px warp pipe.

 

So start with a new document in the dimensions that you want your pipe to be and fill it with the sky blue color (#5482E4). Then, on the top, outline a 64×32px black rectangle with a 2px wide border. Fill the square with the pipe shadow color (#04AE04).

020.jpg

 

Next, we want to draw the pattern for our highlights. This is pretty simple, 3 stripes down the left of the pipe done in the pipe highlight color (#BCFE1C). We want a 6px stripe, a 4px gap, a 12px stripe, a 2px gap and a 4px stripe, like so.

021.jpg

 

On the right side of the pipe, we want to 4px stripe with an 8px checkerboard pattern to the left, like so:

022.jpg

 

Now, to create the lower part of the pipe, just bring everything in two pixels on each side and continue it on down the length of your image, like so.

023.jpg

 

Finally, add a highlight, and a shadow, along the top of the pipe to finish it off.

024.jpg

 

 

Hills

Moving along, let’s create some hills. Hills are oddly sized, and though they require a 128×60px block of tiles (4 tiles wide, 2 tiles high), they don’t really fill up the space. Still, let’s start by creating a 128×64px image and once more, give it the sky background color (#5482E4).

 

Next, go in 18px from the left side of the canvas and, using the hill green color (#04AE04), make a 2px high, 92px wide line (this should bring the line to exactly 18px from the right edge of the canvas).

025.jpg

 

Continue stacking 2px high dark green lines up the canvas, each time shortening the line by 2px on each end, until your hill is 32px high.

026.jpg

 

On the next row, bring the line in 4px on each side, then 8px on each side, then put a 2×2px black square on the end of each line and at the top of the hill to finish its outline.

027.jpg

 

Finally, put a couple of trees on the hill to finish it off.

028.jpg

 

 

Coins

Last, but not least, let’s make a coin. Start with a 32×32px tile and create a 4×14px rectangle in the coin/question block color (#FCA244). Center the rectangle vertically, and place it 1px to the left of center horizontally.

029.jpg

 

Continue adding to the coin by making another rectangle 6px wide and 12px high, centered on top of the first one. Place an 8×10px rectangle atop of that, to make the oval shape of the coin.

030.jpg

 

Next, place a 2px black border on the right side of the coin and draw the inner inset lines, like so.

031.jpg

 

 

Finishing Up

Now that we’ve finished creating the basic components of our world, we can build any terrain we’d like using these basic building blocks. So go for it, design your own Mario level! Create a new document, the dimensions of which are divisible by 32 and overlay a 32×32px grid and start creating.

032.jpg

 

 

Source http://freephotoshopguides.com

Posted

hahah my try :P

 

maiikell.gif

¿?¿?¿?¿?¿?¿?¿?¿

 

Rolf axaxa Michael Jackson! And take and the coin! mouaxax :P nice Job!

Posted

hahah my try :P

 

maiikell.gif

¿?¿?¿?¿?¿?¿?¿?¿

hahahahahaha mario and jack? lol xaxaxa funny ;D

@МØЯĮẮŊ™ i will try this guide ;D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • If you don't want spam, stop badmouthing open source code just to try and sell your compiled crap in a licensed DLL, which is probably full of backdoors like any criminal would do.   I'll create a Git repository just to publish the mods Skylord prepared for this garbage for free.   You're the only scammer here, selling a compilation of the source code Guytis gave you. Regards.   It's not easy when you dedicate yourself to insulting, threatening, and harassing people. Just look at your own reality and you'll realize it.
    • (3241-100)/9 = 349 online xD     WHAT I WILL SEE ON NEW SEASON ? *Free VIP characters for everyone for first 3 days after opening ! Unique augmentation trade/sell system (NEW PATCH V3.2). Improved server stability. No more lagg / dc. Pvp map area HIDE Names/clans unique system. Big changes on augmentation system.  rotfl Lucky fortune monsters on levelling area with 10min spawn. Also we will try to push longer seasons ever !  HAHAHAHAHAHA XD Increased giran trading area for sell. New raid boss events in coliseum. Fixed reflect damage skills. New raid boss banshee. Fixed pvp area flag issues. Fixed castle siege pray issues. New pvp map in sea of spores. Increased all mob drops rate by +20%. And much more...   Augment diammond 100% 3x winter xDD   And now the best part   HAHAHAH 1-10 random level LS Augment Also we will try to push longer seasons ever !  HAHAHAHAHAHA XD   GRAND START FROM - 15/08/2025, FRIDAY, 20:00 +3 GMT ! GRAND OPENING FROM - 10/10/2025, FRIDAY, 20:00 +3 GRAND OPENING FROM - 05 DECEMBER 2025, FRIDAY, 20:00 +2 GMT ! GRAND OPENING FROM - 12/052025, FRIDAY, 20:00 +3 GMT ! GRAND OPENING FROM - 23 JANUARY 2026, FRIDAY, 20:00 +2 GMT ! WIPE ! NEW SEASON GRAND OPENING FROM TODAY ! - 23/01/2026, FRIDAY, 20:00 +3 GMT ! OPENING TODAY !!! FROM - 06/03/2026, FRIDAY, 20:00 +3 GMT !   1. When wipe?  2. When will there be any response to the allegations? 3. When will they stop deceiving players with the actual number of players online? 4. When change server name to L2][Wipe the best waste Time][Money?
    • Don't spam my post again. Do you need attention? That guy doesn't work at L2Devs, he's not a programmer, and I've never spoken to him. You should respond to the people you scammed. Regards!
    • “WRONG EMAIL – AND EVERYTHING FALLS APART.” ▪ Requests are different. Sometimes a task takes three days, sometimes thirty minutes. ▪ Recently a regular client contacted us. The account had one e-mail, but another one was required for a specific service. ▪ The screenshot was sent immediately. Task – carefully replace the e-mail in the document so that everything looks natural and leaves no editing traces. ▪ Small details like this are often underestimated. › What usually happens: – one symbol in the e-mail doesn’t match – the system starts checking metadata – questions appear about the file origin – the document goes to additional verification ▪ We simply did it properly: the e-mail matches, the file structure remained intact, the document looks original. ▪ Sometimes a good result is not “magic”, but precision in details. ▪ If your document were checked right now – are you sure there are no small details that could ruin everything? › TG: https://t.me/mustang_service ( https:// t.me/ mustang_service ) › Channel: https://t.me/+JPpJCETg-xM1NjNl ( https:// t.me/ +JPpJCETg-xM1NjNl ) #documentdesign #verification #documents #case #antifraud
    • Skylord  = L2Gold.eu ;   Skylord is the programmer at L2Devs. Look what he posted in my thread. I reported him, and they automatically deleted his post and closed my thread.   They need to trick people into buying this garbage.   You can safely use this extender:   https://maxcheaters.com/topic/253977-%F0%9F%94%A5-l2ext-custom-interlude-vang-%E2%80%93-2026-release/  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..