Gamestudio Links
Zorro Links
Newest Posts
Training with the R bridge does not work
by frutza. 11/19/25 22:32
ZorroGPT
by TipmyPip. 11/19/25 10:10
MRC.c and WFO
by 11honza11. 11/18/25 15:22
webGL
by Ice2642. 11/17/25 21:27
Camera always moves upwards?
by NeoDumont. 11/17/25 09:56
Future of ZorroHFT
by TipmyPip. 11/16/25 13:52
COT Download with Quandl does not work
by Petra. 11/15/25 09:35
Zorro 2.70
by jcl. 11/15/25 08:43
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 7,247 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
SkinnyApe, tritom, sheliepaley, Blueguy, blobplayintennis
19179 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
what is a level editor? #175464
12/31/07 06:42
12/31/07 06:42
Joined: Dec 2007
Posts: 10
G
genericaudio Offline OP
Newbie
genericaudio  Offline OP
Newbie
G

Joined: Dec 2007
Posts: 10
Hello,

Could someone explain what a "level editor" is? It seems like it is important, because there are lots of posts that talk about the level editor.

Re: what is a level editor? [Re: genericaudio] #175465
12/31/07 08:45
12/31/07 08:45
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline
User
MrCode  Offline
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
It's actually quite simple. A level editor is literally what the phrase "level editor" means. It's a program that is used to create the "levels", or environments, for your game. When someone is referring to the "level editor" of Gamestudio, they're talking about the WED (World EDitor) part of the package.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: what is a level editor? [Re: MrCode] #175466
12/31/07 23:00
12/31/07 23:00
Joined: Dec 2007
Posts: 10
G
genericaudio Offline OP
Newbie
genericaudio  Offline OP
Newbie
G

Joined: Dec 2007
Posts: 10
I think I understand what you are saying. In Mario Brothers, when you go underground into a different area, that is a different "level"?

Re: what is a level editor? [Re: genericaudio] #175467
01/02/08 07:16
01/02/08 07:16
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline
User
MrCode  Offline
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
Well, actually, that's a different area of a level. Generally speaking (in the Super Mario Bros. sense), a level consists of many "areas" with things like goodies, enemies, save points, and so on. Eventually, the level ends at the finish point, and this is when you move on to the next level.

But you can do more with Gamestudio than create these kinds of "linear" games. You can (with a little effort, ) create very open worlds, with tons of possible places for the player to go to. You might create a world that has many different exit points, or maybe (in the case of smaller minigames) no exit point at all, and have the player keep going until a time limit expires.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1