free map editor
Moderator: PC Supremacists
- derbon
- Chaos Rift Cool Newbie
- Posts: 54
- Joined: Tue Jun 09, 2009 7:25 pm
- Current Project: Big Nasty Enemies
- Favorite Gaming Platforms: NES SMS snes PC N64 PS2 Vectrex The Arcade Machine
- Programming Language of Choice: C++, Perl
- Location: why shud i tell u u mite steal my tv
- Contact:
free map editor
so like um is there a map editor with fstream io, works, simple and collision layer and multiple layer(s)
i think the best paint program would be microsoft paint + paint.NET+graphics gale + Paint shop Pro 7 + photoshop CS3, it would be called Paint Gale Pro Shop.NET,
http://youtube.com/gonduda
http://youtube.com/gonduda
- ibly31
- Chaos Rift Junior
- Posts: 312
- Joined: Thu Feb 19, 2009 8:47 pm
- Current Project: Like... seven different ones
- Favorite Gaming Platforms: Xbox 360, Gamecube
- Programming Language of Choice: C++, ObjC
- Location: New Jersey.
Re: free map editor
Depending on your need, which most likely would be some form of a game, you would obviously need the skills that are good enough to make that game in mind. Why don't you make this level editor yourself?
What I mean is, if you are going to want to use this level editor for a game, you should be skilled enough to make it yourself.
What I mean is, if you are going to want to use this level editor for a game, you should be skilled enough to make it yourself.
Website/Tumblr
My Projects
The best thing about UDP jokes is that I don’t care if you get them or not.
Re: free map editor
Mappy Tile Map Editor - A utility for creating flexible 'maps' for 2D and 3D tile based games
It will still take quite a bit of effort to make anything worthwhile with it, but it does come with examples.
It will still take quite a bit of effort to make anything worthwhile with it, but it does come with examples.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: free map editor
What does fstream file i/o have to do with anything? You can load a map file with C++ fstreams, C FILE*s, Lua file I/O, or any other file input/output mechanism you could think of.
- programmerinprogress
- Chaos Rift Devotee
- Posts: 632
- Joined: Wed Oct 29, 2008 7:31 am
- Current Project: some crazy stuff, i'll tell soon :-)
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++!
- Location: The UK
- Contact:
Re: free map editor
I was pretty sure everyone on this forum would have been aware of lusikkamage's (aka moosader) Moose Tiles (or formely known as MusuGo) map editor.
It's free too, and I believe it has everything you're looking for, why don't you try that out?
http://moosader.com/app-moose-tiles.html
As Gyro said, it shouldn't matter what file streaming system the editor uses, YOU implement the loading system into your game, the map editor only generates instructions which your program has to interpret.
I always think of level editors as map writers/readers and games as simply map readers, implementing a map loading system shouldnt be too hard as long as you understand the instructions the editor is generating in the first place.
It's free too, and I believe it has everything you're looking for, why don't you try that out?
http://moosader.com/app-moose-tiles.html
As Gyro said, it shouldn't matter what file streaming system the editor uses, YOU implement the loading system into your game, the map editor only generates instructions which your program has to interpret.
I always think of level editors as map writers/readers and games as simply map readers, implementing a map loading system shouldnt be too hard as long as you understand the instructions the editor is generating in the first place.
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
- Moosader
- Game Developer
- Posts: 1081
- Joined: Wed May 07, 2008 12:29 am
- Current Project: Find out at: http://www.youtube.com/coderrach
- Favorite Gaming Platforms: PC, NES, SNES, PS2, PS1, DS, PSP, X360, WII
- Programming Language of Choice: C++
- Location: Kansas City
- Contact:
Re: free map editor
Yeah... The map editor will output a "map file", which could be say a grid of numbers, or a list of tiles, and then you load in the maps in your game.programmerinprogress wrote:As Gyro said, it shouldn't matter what file streaming system the editor uses, YOU implement the loading system into your game, the map editor only generates instructions which your program has to interpret.
*needs to get to work on learning Java now that the semester's begun, and update moosetiles -_-*
- programmerinprogress
- Chaos Rift Devotee
- Posts: 632
- Joined: Wed Oct 29, 2008 7:31 am
- Current Project: some crazy stuff, i'll tell soon :-)
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++!
- Location: The UK
- Contact:
Re: free map editor
*Also need to work on Java for start of university.
I have a helping hand though, my big yellow java book!
I have a helping hand though, my big yellow java book!
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Re: free map editor
Moosader wrote: *needs to get to work on learning Java now that the semester's begun, and update moosetiles -_-*
Here's some Java practice problems if you two haven't found this already. :Dprogrammerinprogress wrote:*Also need to work on Java for start of university.
I have a helping hand though, my big yellow java book!
http://www.javabat.com/
- derbon
- Chaos Rift Cool Newbie
- Posts: 54
- Joined: Tue Jun 09, 2009 7:25 pm
- Current Project: Big Nasty Enemies
- Favorite Gaming Platforms: NES SMS snes PC N64 PS2 Vectrex The Arcade Machine
- Programming Language of Choice: C++, Perl
- Location: why shud i tell u u mite steal my tv
- Contact:
Re: free map editor
i forgot to say, moosetiles doesnt work on my computer. AND that i have only 1 year of be a programmer and half the time i was using Blitz+ SO, i dont make level editor
i think the best paint program would be microsoft paint + paint.NET+graphics gale + Paint shop Pro 7 + photoshop CS3, it would be called Paint Gale Pro Shop.NET,
http://youtube.com/gonduda
http://youtube.com/gonduda
Re: free map editor
Ah, sounds like my good ol days... Map editors aren't as hard as you think... So you're doing c++ what api? I mean I'm sure we could give you code help if you were to tell us what you had planned more than just i/o, fstream, and such. We need api, features you would like (I guess you kinda gave those), and you're level of experience with c++ and your api... Do you know what pointers are let alone how to use them, dynamic memory, can you use classes, do you know some OOP concepts?