Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dr Obvious

Pages: [1] 2 3 4
1
Projects / Re: Game Title
« on: 2006-06-22, 03:27:52 PM »
It would probably make a little more sense to know a more about the game before picking a random title...

2
Off-Topic / Re: Visual Basic 6 Professional
« on: 2006-05-20, 10:26:12 PM »
Just go with C++.  C# is nice and all...but C++ will be better to learn.

3
Off-Topic / Re: Visual Basic 6 Professional
« on: 2006-05-20, 08:51:39 PM »
Yup, C++ is the most widely used and can be free, I just prefer Visual Studio and that's what I would recocmend if you're absolutely set on spending money.  Java is good, but terrible for game development, even modile games.  It's a great language to learn, it's easy, and the API is great, but it's just too slow for game development.

Once again, don't start with VB, especially VB 6, as VB6 and VB .NET are actually a little bit different.  Any programming language looks difficult when you first look at it, especially when you're first starting out.  Just find a good book (any O'Reilly book is great) and learn it.  As I said earlier, you're 12 so you have a lot of time to learn these things.  Don't expect to start C++ tomorrow and make a game next week, it's going to take a while to learn and get better at it.  Even using VB just for apps isn't the greatest idea. 

I'm not sure what you mean by apps, but VB just isn't what you want to use.  If it's just casualy apps, then you probably don't want to waste a grand on those.  If you actually want to learn how to program, VB will get you nowhere.  You'll learn about some if then statements, maybe some while, but you won't get much further than anything else just simple like that.  Note that I actually know more FORTRAN programmers than VB programmers.  I'm not saying VB is a bad thing to know, just don't use it to learn programming.

4
Off-Topic / Re: Visual Basic 6 Professional
« on: 2006-05-20, 06:28:28 PM »
If you want to just write game dev scripts, you don't really need VB to do that.  If you think you want to get into programming, there's better things to learn than VB.  If you want to shell out money, try buying Microsoft C++, you'll save yourself about $800 dollars and that's just if you want to spend money on it.  If you want something completely free, download something like Textpad and just learn Java (though C++ is better for game development).  Not to knock Game Dev or people that actually use VB for things outside of prototyping, but VB isn't used for much outside of making prototypes.  If you want to make a quick good looking app, VB isn't too bad.  If you want to actually program something, learn C++ and it will take you much further.

Assuming your profile is right, you have a lot of time to learn.  You don't have to jump right in and buy the most expensive software right away.  Play around with the free stuff or at least the cheaper things before you go out and buy visual studio and learn on something a little better than VB.  If you think you're serious about getting into game development as a programmer, VB will get you absolutely nowhere, it's not even that great of a learning tool.

5
Off-Topic / Re: What kind of fruit is this?
« on: 2006-05-06, 03:28:04 PM »
Keep in mind when you're making things like fruit in that first picture is that it is just fruit and probably doesn't need a couple thousand of poly's.  Even with something complicated like a pineapple or those other fruits people were talking about, all the detail can come from the texture and the model itself can be about 50 poly's.  Yes, things are getting better where the game can handle millions of poly's and you can budget 1000 poly's for objects, but if you save 950 poly's on something simple like a pineapple, you can use that 950 poly's on something more important. 

One of my old roommates who was working with Maya was so proud of himself when he made a screwdriver in 1800 poly's.  I just kind of looked at him and told him that I would be fired if I did something that dumb.

Sorry, mini rant over...

Just to show you can do a lot with 50 poly's, textures, and they may look blocky up close but not in the game, here are a few examples:
Orange(48 poly's)
scene they're used in (only pictures I have of them in game that I have at the moment)

6
I've done projects with documentation and projects without documentation and I must say that it is much easier with.  It is a little more effort making that documentation, but it is worth it in my honest opinion.

Before I learned the wonders of using things like a GDD and such, I would have agreed that making those things would be a huge waste of time; of course then my track record for completed games and actual well laid out games and levels was press low.  With smaller things like NWN levels and modules, a nice LDD does wonders because it just provides a road map and keeps you on track.  When I made my NWN levels and modules, I just started with an idea and made things as I went.  It sounded nice and I thought it was a great way of doing things, but I either rarely finished things, decided the level wasn't as good as I thought, found out some things wouldn't be feasible, or just wasn't fun.  The same thing happened to me when I made games using the RPG Maker.  I would start with an idea, story, and gimmick and just go.  I would know I wanted whatever area and some dungeons along the way, but nothing was really planned and things just easily fell apart and became too complicated.

Now that I know that documentation actually does help, I love it (of course not asking you to love making documents, I'm just weird like that).  Making those documents provides me with a nice little road map that keeps me on track, makes me think about what I'm putting into a game, and lets me decide if the game is fun and even feasible.  Even with a smaller puzzle based game, I would still like to have something that resembles a GDD just because it would help keep everything in the game consistent.  Without something telling you what the feel of the game and other things like that, it's just too easy to add the "wouldn't it be cool if..." features that can easily ruin a game or turn it into a never ending project.

Don't get me wrong, I'm not trying to tell people to write 30+ page documents in their spare time, but for a pseudo GDD you could just have your story, feel of the game, art style, key gameplay features, and things like that.  For a pseudo LDD, you could have quick more detailed notes about the look and feel of the level, the wow moments, maps and other things.

Maybe part of having a neat plan has to do with conformity.  I believe it keeps developers from truly coming up with unique and innovate gameplay.  So you gotta leave some of that up to chance.  But for me, it's still a hobby, and I'm not under the gun, so I'm going to try to pack in as many "gimmicks" as I can.  Part of that has to do with creating a template for my future projects.  It provides me with a recipe book, gives me more flexibility in the future.  I mean, wouldn't it be hard to make a plan unless you had all the parts ready?  ::)
Plans don't really keep developers from truly coming up with unique and innovative gameplay; they're what lets them come up with unique and innovative gameplay.  I've seen people create games with no real plan other than we're making an unreal mod, it needs to be in a house, and we want ghosts.  By the end, they had indians, vikings, New york lawyers, chefs, and rune based magic all because they didn't really have a plan.  I just don't think you know the huge amount of planning that goes into every little step of creating a game.  Everything down to the day is planned out before production of the actual game begins and is very important.  Without those type of plans, you have things like Daikatana and Duke Nukem Forever. 

I'm truly not trying to start any type of flame war here, but you say that it would be hard to pan without having all parts ready.  Why would you even consider starting to make a game if you didn't know everything that was going to be in it?


7
I personally have never played your game, but something I noticed was that you don't like to plan things.  Not planning your game is pretty much an automatic killer and dooms your game to fail.  You'll find that the more you plan out your game and the more detailed that plan, the better chance you'll have of success.

If you plan on finishing your game, you should probably plan it.  From what it looks like to me, while you're placing stuff in the editor you think "wouldn't it be cool if..." and then try to implement whatever you think would be cool.  Don't do that.  Things like that absolutely ruin games and add a horribly long amount of time to its development. 

You should start off by writing a pseudo Game Design Document, or even a full one, and stick to that.  Having that GDD will give you a basic map for making your game and will keep you on track.  At any point in your development if you feel you must change or add a feature, update your GDD.  Hopefully though, having that roadmap document will keep you from just adding stuff.

After finishing your GDD, you start making Level Design Documents.  Now that you know what your gameplay is going to be and you know exactly what's happening in those games, you need to plan out ech level.  For each level you make, you need an LDD that has the maps, the critical paths, mood, items, key areas, easy, medium, and hard areas, ect.  Everything that goes into that level should make it into your LDD.  Of course since just like the GDD, your LDD can be a mini LDD since this isn't something that is going to be published but it's nice to make a full one because it gives you that roadmap to follow.

After you've finished your documentation, I would just block out the levels with basic placeholder graphics and implement the key gameplay.  Blocking out the levels shouldn't be too difficult since you have them in your LDD and implenting gameplay might take some time, but better now than later.  Now that the levels are blocked out, test them.  Are your levels too long (17 minutes for the person that built the level sounds like a bit much)?  Are the levels doable?  Is the key gameplay fun?  The main point of this step is that if you can show that your game is fun without the graphics, you know that you have a good game.  If the game turns out not to be fun, you haven't lost too much and you just go back and rework your documents.

Finally, if you've blocked out your levels and implemented the key gameplay and the game is fun, add the nice graphics with the spiffy animations and add the 20MB movie.  I know this step is the most fun step and you would much rather mix it with all the previous steps, but your game will be much better if you just plan ahead and do all the previous things before finally making your game look pretty and add extra things like cut-scenes.



Anyways, just my .02 from reading your posts.  You're probably too far to follow this exactly, but I would seriously advise trying this for your next project.  You'll see that things run much smoother.

-edit-
Just for some examples of GDD's and LDD's.

Here is the Bob the Unlikely GDD.  Sadly, I don't really know where the version that I proofread and kept up to date ran off to, but this was the game I did in SGDK.

Here's the GDD for an Unreal Mod we just finished a few weeks ago.  This one is actually complete and edited (hopefully).

NOTE: These are large .pdf's so please right click and save as if you do decide to look that them.

8
Off-Topic / Re: OBLIVION GOLD!!!!11
« on: 2006-04-05, 09:50:48 AM »
WHAT THE HELL!!???

That stupid magazine gave OBLIVION a 6/10!!!!!!!!!!! >:( >:(


I hate to bring up a dead topic, but honostly, this is pretty close to whave I gave Oblivion (I have it a 7.7 with my little review system).

It's fun and all and has really pretty graphics, but there are A LOT of blaring problems.  Just to list a few...
  • FPS
Anygame that gets that bad of FPS is sloppy and just doesn't deserve that high of a rating.  Yes, when I'm standing still in a building with maybe 1 person walking around, I get fine frames per second, otherwise, everything is just really choppy.  When I'm walking in the world, it starts to just get terrible, and anytime I'm fighting a small group of people and one of them is casting magic, I might as well just get out the sword and randomly swinging because that's about the only thing I can do.  When the FPS constantly gets so bad that during battle I can't use my bow or magic, that just isn't fun.
  • Bugs!
I don't really mind a few bugs and completely understand having a few bugs, but Oblivion has more than a few bugs and it just takes away from the whole game experience.  To make things worse on top of all the bugs, it even has a memory leak just to make my FPS even worse than it already is.
  • AI
Honostly, I could make better AI in Scrolling Game Dev (no offense Ben).  When there are two enemies standing next to each other and one mysteriously falls down, I would hope his buddy would have the common sense to check things out, but nope, that doesn't happen in Oblivion world.  I would even like it if the enemy bothered to use basic tactics when fighting you rather than standing in front of you and swinging and moving back every now and then.  Oblivion seriously dropped the ball on the AI, if they had the AI of F.E.A.R., I could probably ignore most of the other problems and be happy.
  • Leveling
The leveling system in Oblivion is just asinine.  If you don't plan your character from the first step you take, you're screwed.  Yes, this is probably just a personal dislike, but any system where if you don't know exactly how the sytem works and know exactly what you want your character to be from your first step you get a character that can't beat the game on hard is just silly.
  • UI
First off, let us change the sensitivity on the mouse settings for the menu! (not the game which it does, but for the menus)  After that, since the game was made for the XBox 360, the item screen is just stupid.  You can only see about 5 items at a time and you have a horribly long list of crap to go through that is poorly sorted.  Then there's the map.  Why must it be so small!?  I know there's a spot I have to go to in whatever town, but it takes me forever to find it because I'm spending most of my time scrolling around the redicuously small map to find it.  I could go on with the menu and UI problems, but it just isn't worth it.
  • The Horses
This is probably another personal thing, but I hate the horses.  They're not that much faster, the die easily, and I'm the one that often kills the stupid thing because it gets in the middle of battle and enemies tend to go for the horse before they go for me.  Oh, and the whole paying for the official mod releases is just silly (especially the horse one because, well, the horses suck).
  • The TES Editor
I don't think they could have made this thing more user unfriendly if they tried.  A horrible interface, very akward and clumsy controls, not being able to rotate pieces (so it's essentially just tile based), and only supports up to Max 4.x, yeah, that's my idea of a good editor.  I was hoping to get a good chance to play around with the editor over break, but it's just honostly a horrible editor.  About the only plus to it is that the scripting isn't bad.  Other than that, it's just a bad editor.


All in all, the game was just poorly made.  All the attention seemed to placed on the really pretty graphics and adding a lot of quests and then everything else was just thrown in.  Don't get me wrong, I love the graphics and appreciate the large amounts of quests, but all the other problems of the game just completely outweigh the good parts and Oblivion really shouldn't have gotten as high of scores as it did.

[/rant]


[/list]

9
Game Development Artistry / Re: Are these graphics any good.
« on: 2006-04-01, 05:16:28 PM »
Parallaxing is where things that are closer appear to move faster than things behind it.  I don't have gamdev on this coputer, but there should be an x and y scroll speed box below the layer selection box.  On the layer your player sprite interacts with, the scroll speed for that one should be 1.  Anything in front of that layer should be greater than 1 and anything behind it should be less than 1.  It takes a little bit of work to get them just right, but it looks good when you get it right.  One game that actually shows this off pretty well is Sonic.  Try to find a Rom of it and watch how the background and foreground moves as you move. 


10
Game Development Artistry / Re: Are these graphics any good.
« on: 2006-04-01, 02:41:03 PM »
The textures themselves don't look too bad, but they still blend togather.  Now, that might look different when the game is actually being played and you add the various decorations, but right now, it looks like they're all the same hill.

My advice for that scene is to bring down the background hills some.  That will make them look a little further away (I think) and hopefully that's what you want.  Are you having them parrallax at all?  If so, have them parrallax in the x and y direction (only a little bit in the up and down direction), that would help too after bringing them down.  The other thing that might help would be to make the ground on the frontmost layer stand out somehow.  Add flowers, dirt, rocks, whatever, to let the player know where they are stepping.

-edit-

Just looked at the scenes again and noticed something: you have a lot of detail in the hills behind the player.  I'm assuming those hills are far away (if not, ignore this) and they don't need a lot of detail.  You don't need those separate little blades of grass sticking up, just try to make it look fairly rounded and you should be good.  You can of course keep the grass, just this might save you some work later on when adding more detail.

11
Game Development Artistry / Re: Are these graphics any good.
« on: 2006-03-31, 08:44:57 PM »
Quote
The second thing I noticed is that you're using a lot of lines that run off the edge of the screen and objects.

What do you mean?

I understand color theory and lines and making things look...the way you want them, but I am horrible at explaining them so please forgive me.  >_<

When you have a line that runs off the edge of a picture, it makes it look flat.  You have a lot of lines running onto your edges (on the background and the foreground pieces) and it's just making everything looking really flat.  I understand that lines are necessary so maybe just cut down on the number of lines there.  With the front lines on your foreground pieces, making them a thin black line that fades to the gray of the rest of the texture could help that.  It won't be that solid line anymore and maybe that will make it not so flat (or maybe just not have so many lines there).  With your background, change it from yellow and I'm not sure what else to add at the moment because I'm not sure what they're supposed to be. 

As for the color of your sky, that helped.  It's not so bright anymore and I actually believe there's a sky back there and not some white background.  Now we just need to work on your other colors there.  First off, I didn't even notice that the vines went over the trees until someone else said something.  Like I said earlier, you have a lot of colors and try to take advantage of them.  This same concept applies to your characters.  You have a little hedgehog looking guy that blends in to the tree trunks and your main character blends into the trees.  Try changing their shades to make them stand out more.  I imagine them moving would help some, but unless you want these guys hidden, I would change their colors up a little.

-edit-
Was going to show some good/bad contrast images, but they're too big and don't feel like messing with them at the moment...

12
Game Development Artistry / Re: Are these graphics any good.
« on: 2006-03-31, 03:00:51 AM »
Sadly, heybedaymun is right about the depth and contrast.  I know you're going for cartoony, but you do need to think about color and form when you're making your tilesets. 

The first thing is that if your game hurts my eyes, I'm not going to play it.  The background shouldn't have such bright colors unless you really need those colors.  Try making the background Mario blue with maybe some simple little clouds in there, that might help. 

The second thing I noticed is that you're using a lot of lines that run off the edge of the screen and objects.  That is making your scene look very flat.  Once again, I know you're going for cartoon style, but try removing the lines and that will give your picture a little more depth to it.

For the first two picture, the ground looks fine except maybe the grass.  Use the tutorial level with SGDK that eaches you how to use gradient and that would make the grass look better.  For the trees, bring the lighter things forward and the darker ones back, that will help add a little more depth to the area.  Also, figure out where the light might come from and add a little bit of very simple shading.  Even cartoons have some shading and shadow to make things at least believable.  You might also want to darken the trees.  I'm assuming you're not using MS Paint so you have quite a few colors to play with so take advantage of that.  Your lizard blends in with your trees and can easily get lost in them.  The last thing that really needs to be looked at for now is the water.  I would either take away a lot of the spikes or even better yet just not use them.  I'm guessing you're making them move, but you can get away with that effect pretty easily without the spikes.

For the third picture. the first thing would probably be get rid of those yellow lines.  Diagonal + yellow really makes them stand out more than anything in the scene and you don't usually want your background being the focus.

All in all, I can tell you put some time and detail into this and it's a good start, but it all looks pretty much like programmer art (and I can say that because I use to be a programmer :-p) and/or placeholder art because it is just so flat.  Even looking at the Mario pictures, the background, characters, and foreground are all seperate because of minor little details and proper use of color.  Yes, hebedaymun is a jerk, but he is at least making some sense.

13
Help/FAQ / Re: Inventory items and such.
« on: 2006-01-25, 02:17:36 PM »
You can either use special function to subtract one or more of those inventory items using special function or you can use scripting.  Something like .InvQuantityOwned(x) = y where x is the inventory number and y is whatever you want to do to the inventory item.

14
Help/FAQ / Re: Scripting
« on: 2006-01-25, 01:25:08 AM »
I think either very basic tutorials or better documentation would help.  Even with programming experience (my BS in computer science and even the other programmers who are actually quite good) the documentation isn't clear.  It takes quite a bit of work to figure out what goes where and the shooting script tutorial really doesn't help much unless you actually know what you're looking for and then it still doesn't help a lot.  I think maybe simple tutorials on sprite frame, shooting script, and raising special events with special funtion tutorials would help ease people into scripting and give them a base in which they could take further to better script their games.  Of course that's just me being random and sleep deprived.   :-\

15
Help/FAQ / Re: Paths
« on: 2006-01-25, 01:19:27 AM »
You can edit paths in the sprites tab.  Its been a while and I'm a bit tipsy at the moment, but I'm pretty sure you can add, delete, and edit points in the path.  It's either that or you can just mess with the delay.

Pages: [1] 2 3 4