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:
Looking for a 2d level designer (no expirience needed)
Moderator: PC Supremacists
- BlueMonkey5
- Chaos Rift Cool Newbie
- Posts: 86
- Joined: Fri Feb 20, 2009 12:54 am
Re: Looking for a 2d level designer (no expirience needed)
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.
Re: Looking for a 2d level designer (no expirience needed)
I mean the map is loaded from a txt file.. which is easy to understand, and use.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.
(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.)
- BlueMonkey5
- Chaos Rift Cool Newbie
- Posts: 86
- Joined: Fri Feb 20, 2009 12:54 am
Re: Looking for a 2d level designer (no expirience needed)
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).
- Ginto8
- 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)
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.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).
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.
Re: Looking for a 2d level designer (no expirience needed)
Got my laze off and did it myself.. so position (at least temporarily) closed.
You can see the results here:
You can see the results here:
Re: Looking for a 2d level designer (no expirience needed)
That looks great. Oh and I never got around to thanking you for all your help with visual c++ redistribution.
- BlueMonkey5
- Chaos Rift Cool Newbie
- Posts: 86
- Joined: Fri Feb 20, 2009 12:54 am
Re: Looking for a 2d level designer (no expirience needed)
Very cool. what did you use to make it? was that MSVC++ i saw?
Re: Looking for a 2d level designer (no expirience needed)
Thanks . And you are welcome.herby490 wrote:That looks great. Oh and I never got around to thanking you for all your help with visual c++ redistribution.
Thanks. I used C++ with SDL. And yes, that was MSCV++ (2008 express).BlueMonkey5 wrote:Very cool. what did you use to make it? was that MSVC++ i saw?