Tilesets/Tiling Guide: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
m (table stuff)
(VTE v2)
Line 14: Line 14:
![[File:tiling01.png|alt=|none|thumb|Using the corner tiles is very important so that the levels don't look unfinished and generally ugly.]]
![[File:tiling01.png|alt=|none|thumb|Using the corner tiles is very important so that the levels don't look unfinished and generally ugly.]]
![[File:tiling02.png|none|thumb|364x364px|Here is another corner error, this time on the insides of the corners.]]
![[File:tiling02.png|none|thumb|364x364px|Here is another corner error, this time on the insides of the corners.]]
![[File:tiling03.png|none|thumb|533x533px|Very small holes in the ground simply look odd.Holes should be wide enough to be jumps, not too thin.]]
![[File:tiling03.png|none|thumb|553x553px|Very small holes in the ground simply look odd.Holes should be wide enough to be jumps, not too thin.]]
|-
|-
|[[File:tilingB.png|none|thumb|325x325px|When using block-based tilesets, such as Rock-Candy Mines or Sparkling Waters, avoid blatant repetitive usage of the same block, mix and match different variants.]]
|[[File:tiling04.png|none|thumb|319x319px|Though it may seem obvious, some people don't know how to make multiple decorations on top of each other. Simply using different layers will fix this problem. Just be careful to not do this excessively, as too much overlapping decoration looks bad and confusing.]]
|[[File:tiling05.png|none|thumb|487x487px|Try to make background rocks more diversified by adding the larger filler objects, instead of filling the area with only the randomized 1x1 filler object by itself.]]
|[[File:tiling05.png|none|thumb|487x487px|Try to make background rocks more diversified by adding the larger filler objects, instead of filling the area with only the randomized 1x1 filler object by itself.]]
|[[File:tiling06.png|none|thumb|433x433px|Background rocks are pretty, but make sure to have the proper borders around them if they are exposed. Also try to avoid making overly flat borders.]]
|[[File:tiling06.png|none|thumb|555x555px|Background rocks are pretty, but make sure to have the proper borders around them if they are exposed. Also try to avoid making overly flat borders.]]
|-
|-
|[[File:tilingA.png|none|thumb|When decorating your level with stone blocks sticking out of the ground, the background should be filled in with something such as background rocks, in order to prevent the outline of the stone block hole being see-through into the level's background, which usually looks weird.]]
|[[File:tilingA.png|none|thumb|When decorating your level with stone blocks sticking out of the ground, the background should be filled in with something such as background rocks, in order to prevent the outline of the stone block hole being see-through into the level's background, which usually looks weird.]]
|[[File:tiling04.png|none|thumb|523x523px|Though it may seem obvious, some people don't know how to make multiple decorations on top of each other. Simply using different layers will fix this problem. Just be careful to not do this excessively, as too much overlapping decoration looks bad and confusing.]]
|[[File:tilingB.png|none|thumb|496x496px|When using block-based tilesets, such as Rock-Candy Mines or Sparkling Waters, avoid blatant repetitive usage of the same block, mix and match different variants.]]
|[[File:tilingC.png|none|thumb|435x435px|Pipes should always connect to solid ground. They can also be extended outside the zone to make it look like they connect to another part of the level.]]
|[[File:tilingC.png|none|thumb|558x558px|Pipes should always connect to solid ground. They can also be extended outside the zone to make it look like they connect to another part of the level.]]
|-
|-
|[[File:tiling2 1.png|none|thumb|363x363px|When using Sparkling Waters tileset wood platforms, they should always be arranged so that both halves extend equal lengths, or two support logs instead of just one.]]
|[[File:tiling2 1.png|none|thumb|363x363px|When using Sparkling Waters tileset wood platforms, they should always be arranged so that both halves extend equal lengths, or two support logs instead of just one.]]
|[[File:tilingDouble.png|none|thumb|472x472px|The mushroom stems should always be 1 tile inside the mushroom top.Make sure to use the correct mushroom stem sizes for the right mushroom top size.]]
|[[File:tilingDouble.png|none|thumb|514x514px|The mushroom stems should always be 1 tile inside the mushroom top.Make sure to use the correct mushroom stem sizes for the right mushroom top size.]]
|[[File:tiling00.png|none|thumb|431x431px|This image of pipes has two problems:- The green pipe should be fully behind the ground. This is fixed by placing layer 0 tiles over it where it intersects with the ground.- The yellow pipe shouldn't simply go over the ground. This is fixed by carving out a hole for the pipe to go into, with background rocks behind it.]]
|[[File:tiling00.png|none|thumb|556x556px|The green pipe should go fully behind the ground. This is fixed by extending it further into the wall, then placing layer 0 tiles over where they intersect. If the tileset in use provides one, a cave wall is a good tile to use for this, as shown in the image.The yellow pipe shouldn't simply go over the ground. This is fixed by carving out a hole for the pipe to go into, with background rocks behind it. The pipe also shouldn't abruptly end on a joint that leads nowhere, this is fixed by continuing the pipe downwards from the joint.]]
|}
|}


Line 45: Line 45:
== Tower Tiling ==
== Tower Tiling ==
step 1. cry
step 1. cry

step 2. repeat step 1


== Ice Tiling ==
== Ice Tiling ==


WIP
WIP
{| class="wikitable"

!
!
!
|-
|
|
|
|}
[[Category:Guides]]
[[Category:Guides]]
__FORCETOC__
__FORCETOC__

Revision as of 06:59, 9 July 2022


While making levels in NSMBU / NSLU, it is important to be familiar with the usage rules and quirks of each tileset you will be using.

When you incorrectly use a tileset, be it a visual error (texture cut-offs, repetitive texture, etc) or a mechanical one (tile with no collision used as collision, or the opposite, etc), that is considered a Tiling Error.

Tiling Errors decrease the overall quality of your levels, so it is always good to check for them and fix any you find before considering a level final.

Below is a concise list of the most well-known Tiling Errors made by several modders in the past so that you can learn from their mistakes, aswell as detailed guides on how to correctly tile some of the more complicated tilesets in the game, such as Tower and Ice.

Visual Tiling Errors

A Visual Tiling Error is a graphical error which causes the level to look visually displeasing, confusing, or straight up ugly. These should always be fixed when applicable.

Using the corner tiles is very important so that the levels don't look unfinished and generally ugly.
Here is another corner error, this time on the insides of the corners.
Very small holes in the ground simply look odd.Holes should be wide enough to be jumps, not too thin.
When using block-based tilesets, such as Rock-Candy Mines or Sparkling Waters, avoid blatant repetitive usage of the same block, mix and match different variants.
Try to make background rocks more diversified by adding the larger filler objects, instead of filling the area with only the randomized 1x1 filler object by itself.
Background rocks are pretty, but make sure to have the proper borders around them if they are exposed. Also try to avoid making overly flat borders.
When decorating your level with stone blocks sticking out of the ground, the background should be filled in with something such as background rocks, in order to prevent the outline of the stone block hole being see-through into the level's background, which usually looks weird.
Though it may seem obvious, some people don't know how to make multiple decorations on top of each other. Simply using different layers will fix this problem. Just be careful to not do this excessively, as too much overlapping decoration looks bad and confusing.
Pipes should always connect to solid ground. They can also be extended outside the zone to make it look like they connect to another part of the level.
When using Sparkling Waters tileset wood platforms, they should always be arranged so that both halves extend equal lengths, or two support logs instead of just one.
The mushroom stems should always be 1 tile inside the mushroom top.Make sure to use the correct mushroom stem sizes for the right mushroom top size.
The green pipe should go fully behind the ground. This is fixed by extending it further into the wall, then placing layer 0 tiles over where they intersect. If the tileset in use provides one, a cave wall is a good tile to use for this, as shown in the image.The yellow pipe shouldn't simply go over the ground. This is fixed by carving out a hole for the pipe to go into, with background rocks behind it. The pipe also shouldn't abruptly end on a joint that leads nowhere, this is fixed by continuing the pipe downwards from the joint.

Mechanical Tiling Errors

A Mechanical Tiling Error is an error whose effects are not fully observable from within the level editor, as their issues are caused by in-game mechanics, such as how coins are collected or collision.

WIP

Tower Tiling

step 1. cry

step 2. repeat step 1

Ice Tiling

WIP