Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411496 Posts in 69373 Topics- by 58428 Members - Latest Member: shelton786

April 25, 2024, 06:40:04 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperDesignShow us your level design
Pages: 1 ... 6 7 [8] 9 10
Print
Author Topic: Show us your level design  (Read 134493 times)
tanyaxshort
Level 0
***



View Profile WWW
« Reply #140 on: March 12, 2014, 10:10:06 AM »

You're welcome! Smiley
Logged

Danny Hayes
Level 1
*


An Indie developer, co-Creator of PONCHO!


View Profile WWW
« Reply #141 on: June 18, 2014, 02:45:59 AM »

tanyaxshort,

That game looks pretty cool! I definitely like the choice of having medium play areas connected by paths in that way. Gives a sense of mini progression between areas. Smiley
Logged

R.D.
Level 2
**


Making a game about balls. Yepp.


View Profile WWW
« Reply #142 on: October 21, 2014, 03:13:07 AM »

We have a rather strange way to layout our levels. We sketch them out in photoshop using layers with drop shadows for the cliffs. This works very well in combination with a tablet!

Here is the level design for an area you can visit in our next demo:



You start out right and can make your way up to the left. In the full game, this will be the first free area so the idea is to keep the paths simple and only make few branches.

Here's an example of how the center-right map looks like in the editor:



And in-game:

Logged

BadMemory
Level 0
*


View Profile
« Reply #143 on: October 27, 2014, 01:34:56 AM »

Here's a few procedurally generated levels using my level design rules:



Basically:
* Define what a room is (size, features, theme), make sure obstacles don't break the game (we used pathfinding checks)

* Define how those rooms string together to form the critical path (and branch off of it)

* Place enemies & items on critical path differently than off of it

* Add locked doors & keys to find

* Add in more connections between rooms to make it more interesting

A full description of the process from level design -> proc-gen level can be read here: http://www.kitfoxgames.com/level-design-and-procedural-generation-in-shattered-planet/

This is really cool! Have you ever read any books by Christopher Alexander? He defines rules of building. I highly recommend.
Logged
Kyle O
Level 2
**



View Profile WWW
« Reply #144 on: November 23, 2014, 06:48:54 AM »

cliff  Shrug


Logged

my twitter. my itch.io page.
shellbot
Guest
« Reply #145 on: November 27, 2014, 05:08:36 AM »

Following so I remember to upload a few of my level sketches once I get home
Logged
darkhog
Level 7
**


Dragon Agent


View Profile
« Reply #146 on: November 28, 2014, 04:01:59 PM »

http://imgur.com/z3yfoJQ

First level of my in-the-works 16bit platformer. Had to censor some things because spoilers. Keep in mind that only layer on which player can interact with level is barely done, there are still background layer and foreground to be made. Also that base layer isn't finished either - for example grass isn't yet laid everywhere and there are no pickups yet.

As for the jagged tiles to the bottom-left, player has no way of getting there so those won't be visible.

Both tileset and sprites are by yours truly.

Game is being made using GDevelop.
Logged


Be a computer virus!


I cannot C well, so I stick with simpler languages.

There are no impossible things, there is only lack of skill.
Canned Turkey
Guest
« Reply #147 on: December 15, 2014, 12:58:44 PM »

Metriodvania FTW
Logged
shellbot
Guest
« Reply #148 on: December 21, 2014, 02:44:54 AM »

@CannedTurkey That was thoroughly enjoyable to look at
Logged
Kyle O
Level 2
**



View Profile WWW
« Reply #149 on: March 24, 2015, 09:59:53 AM »

More cliffs. Why nobody like this thread?

Logged

my twitter. my itch.io page.
ProgramGamer
Administrator
Level 10
******


aka Mireille


View Profile
« Reply #150 on: March 24, 2015, 10:05:37 AM »

Why nobody like this thread?

I do like it. A lot.
Logged

Kyle O
Level 2
**



View Profile WWW
« Reply #151 on: March 24, 2015, 10:09:50 AM »

Just seems like level design can be a very important part of some games and I wish there was a more happening discussion about it.
Logged

my twitter. my itch.io page.
ProgramGamer
Administrator
Level 10
******


aka Mireille


View Profile
« Reply #152 on: March 24, 2015, 10:15:37 AM »

I know! I've been thinking about it a lot recently as I experiment with my platformer. I've thought a lot about getting inspiration for layouts, teaching new skills non-intrusivelly and scale as well as technical aspects like tiles and entities for different things.

We need A level design discussion thread!
Logged

hassekf
Level 0
*


View Profile
« Reply #153 on: March 27, 2015, 05:19:09 AM »



I was using those assets for and side scroller game.

We decide to share some of the assets for free.

Cartoon Art Pack with 8 original artwork. Handmade.

Included:

1 Sunset Background
1 Grass Set
1 Rock Set
1 Light Pole
1 City Background
1 Mountains Background
1 Sidewalk
1 Cracked Floor

If anyone is interested, you can download it here: http://ask4asset.com/cartoon-street-art-pack/
Logged
quantumpotato
Quantum Potato
Level 10
*****



View Profile WWW
« Reply #154 on: April 04, 2015, 07:50:46 PM »

Man ya'll are talented with those art.
Logged

Impmaster
Level 10
*****


Scary, isn't it?


View Profile WWW
« Reply #155 on: July 02, 2015, 08:07:02 PM »

How do you guys start Level Design? I generally just putter around with my paint tool or whatever and draw the messiest level possible then just see what looks fun.
Logged

Do I need a signature? Wait, now that I have a Twitter I do: https://twitter.com/theimpmaster
Alec S.
Level 10
*****


Formerly Malec2b


View Profile WWW
« Reply #156 on: July 03, 2015, 07:47:39 AM »

For me, the process generally goes:

(On paper)
- Figure out in broad strokes what stuff should go in my level.  Which enemies, environment type(s), obstacles, items, ect...
- Create an outline with brief descriptions of individual sections of the level, describing the purpose of that section, and trying to never repeat myself.  For example: "Introduce ranged enemy", "Introduce melee enemy", "Ranged enemies on other side of chasm", "many melee enemies", "combine ranged enemies and melee enemies", ect...
- I'll probably also sketch some diagrams of these sections.
- If the game is has some non-linear navigation, I'll sketch a map of the whole area and label the sections.

(On computer)
-Block out the level with all the sections from the outline.  Just include enough detail so that you can read functional things like where you can walk and where you can't walk.
-Test out the blocked out level, alter as needed
-Do a visual pass on the level.  If I'm working with tiles, this means getting all the walls, ground, pits, ect... looking right.
-Test, alter
-Do a second visual pass for aesthetic details
-Test, alter

Don't be afraid to stray from the outline that you wrote, either in removing sections that don't work, or adding sections that you think up while playing around in testing.  But it's good to have that outline as a starting point.

(Obligatory link to the articles I wrote on my website about level design: http://renegadesector.com/level-design-primer/ )
Logged

The MegaMagic Dude
Level 0
***



View Profile WWW
« Reply #157 on: July 23, 2015, 07:26:58 AM »

today we've talked about level design at our devlog! This don't intend to be spam... so we are pasting the explanation here, so you don't need to go to our devlog (but this would be cool, for sure)

How would you design maps for an isometric videogame if you weren’t skilled at fine arts?
The answer is easy: using planes, boxes and orthographic view in a 3D software like 3DS Max.

At least this is how we do it. The game designer create a basic layout using simple shapes. Later on our great artists turn this mess into a wonderful scenario.

But this sketches aren’t only used for artists; they are also meaningful for programmers who check them whenever they have to code what happens in a scene.

That’s how our game grows simultaneously in both ways: art and programming.



Later we will talk about the process to decorate this maps through tilemaps!
Logged


Visit our devlog!

darkhog
Level 7
**


Dragon Agent


View Profile
« Reply #158 on: August 03, 2015, 06:35:25 AM »

Here's what I've done somewhat recently to test out my level editor's capabilities:



I couldn't save it (level save/load routines aren't done yet) and it wasn't finished at the end of the video due to my impatience and the fact it took few hours of real time (vid is a timelapse), but I've liked concept enough that I'll probably include variation of this in finished game.

Check out my devlog too! Just click on game's logo! Technical build was released so you can help me finetune the movement!
Logged


Be a computer virus!


I cannot C well, so I stick with simpler languages.

There are no impossible things, there is only lack of skill.
NeightE
Level 0
**


Visual Artist


View Profile WWW
« Reply #159 on: August 26, 2015, 01:32:24 AM »

Hey there,

Here is how 100 level design looks like on a wall for an incoming mobile game I'm currently creating with a small team.

I originally started to sketch on paper, but with the complexity of the levels, I felt the need to find a nice piece of software to do this task on a computer with a graphic tablet. I ended up using Mischief, which is really amazing for that kind of utility.

It's incredible how useful and necessary it is to do this before creating any level. We didn't do that sort of thing at the beginning of the production, and it was a huge mistake..

Logged

my twitter - @NatMonney
DNA Studios - www.dna-studios.ch
Pages: 1 ... 6 7 [8] 9 10
Print
Jump to:  

Theme orange-lt created by panic