Looking for a 2d level designer (no expirience needed)

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Post Reply
User avatar
kostiak2
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 74
Joined: Tue Mar 24, 2009 4:08 pm

Looking for a 2d level designer (no expirience needed)

Post by kostiak2 »

I've been working on a small platformer engine lately, and wanted to post a dev video to youtube.

In order to make it more presentable I want to have some kind of level made for it. I'm a bit busy lately, so if someone would like to help me with making a level (using a simple text format i'm using - very easy to understand, no programing knowledge required), I will credit you for making the level and put a link to whatever you want (your website/blog/youtube chanel).

A little sneek peek:
Image
User avatar
BlueMonkey5
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 86
Joined: Fri Feb 20, 2009 12:54 am

Re: Looking for a 2d level designer (no expirience needed)

Post by BlueMonkey5 »

what do you mean simple text format, and the BG artist doesnt need to know programming? also, i thought that the background artist just uses graphics software to make BG's.
User avatar
kostiak2
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 74
Joined: Tue Mar 24, 2009 4:08 pm

Re: Looking for a 2d level designer (no expirience needed)

Post by kostiak2 »

BlueMonkey5 wrote:what do you mean simple text format, and the BG artist doesnt need to know programming? also, i thought that the background artist just uses graphics software to make BG's.
I mean the map is loaded from a txt file.. which is easy to understand, and use.

(basically you load an image by putting it's name in the file, then you "build the level" by editing numbers in the text file that correspond to the images. no artistic or programmatic ability needed.)
User avatar
BlueMonkey5
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 86
Joined: Fri Feb 20, 2009 12:54 am

Re: Looking for a 2d level designer (no expirience needed)

Post by BlueMonkey5 »

oh... i'm an artist, so i thought you had to use something like adoble photoshop to make backgrounds for videogames (2D ones at least).
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: Looking for a 2d level designer (no expirience needed)

Post by Ginto8 »

BlueMonkey5 wrote:oh... i'm an artist, so i thought you had to use something like adoble photoshop to make backgrounds for videogames (2D ones at least).
If it's a background behind the tiles (or a mostly-transparent layer above), then yes. But for everything else, most 2D games go in favor of tiles, so that there isn't the need to load a big huge image file, instead loading a sprite/tile sheet, splitting it up, and putting the individual parts, "tiling" them. This creates higher performance at low cost when it comes to looks. ;)
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
kostiak2
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 74
Joined: Tue Mar 24, 2009 4:08 pm

Re: Looking for a 2d level designer (no expirience needed)

Post by kostiak2 »

Got my laze off and did it myself.. so position (at least temporarily) closed.

You can see the results here:

herby490
Chaos Rift Regular
Chaos Rift Regular
Posts: 122
Joined: Thu Feb 12, 2009 5:59 pm

Re: Looking for a 2d level designer (no expirience needed)

Post by herby490 »

That looks great. Oh and I never got around to thanking you for all your help with visual c++ redistribution.
User avatar
BlueMonkey5
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 86
Joined: Fri Feb 20, 2009 12:54 am

Re: Looking for a 2d level designer (no expirience needed)

Post by BlueMonkey5 »

Very cool. what did you use to make it? was that MSVC++ i saw?
User avatar
kostiak2
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 74
Joined: Tue Mar 24, 2009 4:08 pm

Re: Looking for a 2d level designer (no expirience needed)

Post by kostiak2 »

herby490 wrote:That looks great. Oh and I never got around to thanking you for all your help with visual c++ redistribution.
Thanks :). And you are welcome.
BlueMonkey5 wrote:Very cool. what did you use to make it? was that MSVC++ i saw?
Thanks. I used C++ with SDL. And yes, that was MSCV++ (2008 express).
Post Reply