View previous topic - View next topic |
Author |
Message |
_Mandrake_ Guest
|
Posted: Mon Sep 16, 2002 2:21 pm Post subject: The next compo (was "yoink!") |
[quote] |
|
allright, the last mini compo was quite a failure. I think the main reason was:
1. the insane limatations
and:
2. the amount of time.
A week is too long, too much time spent. I have some ideas for the next compo, tell me what you all think:
idea:
Engine compo. Everyone spends 48 hours building a generic RPG engine in the language of there choosing. They code must be open source, and the engine must have a non-restrictive user liscense so others can use it in the future.
On the deadline, everyone must have the engine source uploaded with a binary example program, showing off all of the features for the engine (but not being a full game).
Type of engine: Open. As long as it can be used to make an RPG with. Minumum requirements: Being able to load and render a tile based map, and have a sprite move on it. Collision. NPC's (not necassarily walking, though). Conversations with NPC's. Being able to move to other maps. A simple map editor. Documentation on how to use the engine.
Catagories to win:
best demo.
most features
easiest to use
best documentation
best overall engine.
most unique.
what do you guys think?
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Mon Sep 16, 2002 7:15 pm Post subject: |
[quote] |
|
My first impression about this contest, is that it's impossible. I spend a day working on a conversation window alone, a week to get a nice engine-scripting interface and a few more days to get a sprite-based generic tile engine working smoothly. But maybe that's just me...
[Edit 2: what's with the edited message? I don't want people updated about my every spelling correction....]
[Edit 3: Oh, BTW Mandrake. Can you please try to think about a more fitting topic title?]
Last edited by Bjorn on Mon Sep 16, 2002 7:24 pm; edited 3 times in total
|
|
Back to top |
|
|
Modanung Mage
Joined: 20 Jun 2002 Posts: 317 Location: The Netherlands
|
Posted: Mon Sep 16, 2002 7:16 pm Post subject: |
[quote] |
|
I've got two words for you: BAD IDEA! No offense.
I don't know anything about programming an engine... Not even about programming. So why did I post this post? Bjørn, my brother, gave some reasons for not having an enginecompo.
|
|
Back to top |
|
|
mandrake! Guest
|
Posted: Mon Sep 16, 2002 7:32 pm Post subject: |
[quote] |
|
none taken. See, you guys are thinking way too complicated...heh. Did you read my minimal description? we are talking a simple library here, not a complex engine.
Scale down a bit, look at my minimal requirements. Remember, this isn't a "build an RPGmaker of the gods" contest, it's building a simple engine. Very simple. Something that could be extended in the future to become complicated.
Hell, scripting isn't even a necassity, I'm talking tile engine, sprites, conversational engine. That's it. Why did you spend a day working on the window alone (may I ask?)? A conversation window is pretty simplistic, IMHO.
if you are using allegro, just abuse the text width and height functions, as well as the bitmap ->h and bitmap ->w varaibles. I think it took me only a few hours to come up with a flexible conversation box function.
basicly, until now, all the compos we've been building engines from scratch (at least i and a few others) that were more complicated can this.
|
|
Back to top |
|
|
Rainer Deyke Demon Hunter
Joined: 05 Jun 2002 Posts: 672
|
Posted: Mon Sep 16, 2002 10:32 pm Post subject: |
[quote] |
|
Cons:
- It is unlikely that any any created in 48 hours is actually good enough to be used for a real game.
- I'm not real happy about the open source requirement, since this puts additional pressure on me to write clean code and limits my ability to reuse code from other projects.
Pros:
- Practice in engine writing.
- The engine could be used as the basis for a "real" engine.
Verdict: I am in favor, and will probably participate.
BTW, is it really necessary to write a map editor? I can write a better map editor than TileStudio, but I can't do it in 48 hours, so what's the point?
|
|
Back to top |
|
|
Guest
|
Posted: Mon Sep 16, 2002 10:49 pm Post subject: |
[quote] |
|
Depending on when the compo was, I may or may not be able to participate. Basically if I had the computer all day for 2 days I could do it easy. It's not that hard to make a little map editor that loads targas for tiles and then lets you paint the tiles on a landscape, then do some of that other stuff.
But the open source thing... I don't want anyone seeing my code. Not that I'm afraid of it being stolen, but I have a very individualized style that I'd rather not be exposed to scrutiny.
|
|
Back to top |
|
|
Mandrake~! Guest
|
Posted: Tue Sep 17, 2002 12:33 pm Post subject: |
[quote] |
|
ok, i understand the open source concerns, so a better way to put it is that you can upload it as a compiled library (closed source but still usable by others). No one ever said the map editor had to be better than tile studio, just that it had to be there. Consider it part of the practice in making an engine.
anyway, this is just an idea still. If anyone else has ideas for the next compo, feel free to post them here.
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Tue Sep 17, 2002 7:06 pm Post subject: |
[quote] |
|
Ok, a simple engine could indeed be done in 2 days...
Why does it take a whole day to program a conversation window? Well, the main complication was that I wanted time to continue while it would write the text and wait for keys etc. It was also implemented in a Lua table. So basically I needed to program a small state machine, with about 5 states. The first time I tried this it became much too complicated so I had to start over, the second one was done in a few hours but together it would make a whole day.
|
|
Back to top |
|
|
mandrake! Guest
|
Posted: Tue Sep 17, 2002 7:45 pm Post subject: |
[quote] |
|
egh, yeah i had the same problem with the GUI system in the first compo....one of the reasons "Underground Alice" never got finished.
so, possible or not, do you guys think this would be fun? I mean that is the most important point of these compos, and if the engine idea doesn't sound interesting we can easily scrap it.
ps- bjorn, please don't change my subjects, sure they are eclectic and not really having anything to do with the actual context of the message....but that's my perogative and my posting habits. It just feels weird to have the topic being changed like that...violated...
|
|
Back to top |
|
|
janus Mage
Joined: 29 Jun 2002 Posts: 464 Location: Issaquah, WA
|
Posted: Tue Sep 17, 2002 8:03 pm Post subject: |
[quote] |
|
Building an engine can be done in 2 days; however, building an editor takes much longer (unless you want your editor to suck ass)
|
|
Back to top |
|
|
Mandrakeooo Guest
|
Posted: Tue Sep 17, 2002 8:56 pm Post subject: |
[quote] |
|
not really. i mean yes, if your going to drown it with useless RAD features, sure, but if you keep it slim, simple and extendable, then no.
just because it's basic, doesn't mean it sucks ass.
|
|
Back to top |
|
|
janus Mage
Joined: 29 Jun 2002 Posts: 464 Location: Issaquah, WA
|
Posted: Wed Sep 18, 2002 7:10 am Post subject: |
[quote] |
|
Show me ONE app with an editor made in less than a week that doesn't have a lame-ass interface or absolutely no useful features. Personally, if a maker doesn't have RAD features, then why not just write a game engine from scratch? The whole reason to use makers is because they are RAD.
Look! For the compo I made 'Triple Triad Minigame Maker 2001'. It creates triple triad minigames, and all you have to do is click a button! A surefire winner.
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Wed Sep 18, 2002 9:15 am Post subject: |
[quote] |
|
Ok, sorry about changing the topic. Generally I am rather annoyed by topic titles that say nothing about whats a thread about, it happens on other forums too. I won't make a habit of changing your titles.
I don't really feel like joining this compo just because of the fact that I will just be repeating previous work. I still need to make a few additions to our current editor and engine before continueing on game content.
But I haven't got anything done since the UT2003 demo came out... I've been totally addicted to the game since then. It's getting serious so I'm going to try forcing myself to do other stuff...
|
|
Back to top |
|
|
mandrakerrrr Guest
|
Posted: Wed Sep 18, 2002 12:33 pm Post subject: |
[quote] |
|
that's quite alright bjorn. and this isn't the "will be the next compo or else" kinda thing, if you don't think it will be fun for any reason, then yeah, we can do whatever else. btw janus:
Quote: | Show me ONE app with an editor made in less than a week that doesn't have a lame-ass interface or absolutely no useful features. Personally, if a maker doesn't have RAD features, then why not just write a game engine from scratch? The whole reason to use makers is because they are RAD. |
ahhh see. here is where you must be misunderstanding me...i never said "maker" i said "engine". An RPG engine and an rpgmaker are like two entirely diffrent worlds apart, and an rpg lib even more so. A map editor, in order to interface with a engine, can be small, sleek and extendable. Now, if you keep that in mind, drop all the useless features, and try to think of this as a lib like allegro and less like an RPGMaker....maybe you can see what I'm getting at.
|
|
Back to top |
|
|
Tenshi Everyone's Peachy Lil' Bitch
Joined: 31 May 2002 Posts: 386 Location: Newport News
|
Posted: Wed Sep 18, 2002 1:40 pm Post subject: |
[quote] |
|
- Back when I wrote the first version of my Map editor, it took me less than 2 days to get the main interface and editing complete. Adding the bells and whistles is what took much longer. It took much less time to make the second and third versions, but again, bells and whistles (and ERROR [on the user side] CATCHING) is what took so long). =T _________________ - Jaeda
|
|
Back to top |
|
|
|
Page 1 of 2 |
All times are GMT Goto page 1, 2 Next
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|