Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Pages: [1] 2 3 ... 5

Author Topic: Anim8or Game  (Read 63356 times)

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Anim8or Game
« on: August 15, 2008, 07:15:41 pm »

Hey anim8or community i know that when you read the subject you probably thought "Not another one of thoes treads" I'm not new to anim8or fourms I know how it is. Well I'm not here to ask the many talented animators here to dedicate thier time to a project that may never work.

No instead I'm here to independently create a game whilst releasing demos and receiving advice along the way.

This tread will hopefully be of use to anyone who doesn't know where to begin with making games. And hopefully the end product will entertain the community and gain anim8or some more spotlight. Well if you have any questions or concerns just post them here.

I will update this thread every day or so, happy animating!
« Last Edit: August 16, 2008, 02:52:49 pm by TheCodedOne »
Logged

http://hierarchy2gds.webs.com/index.htm

"Don't argue with an idiot they will drag you down to their level and beat you with experience."

thecolclough

  • Sr. Member
  • ****
  • Posts: 890
  • 3D Ignoramus 1988-2002, Anim8or User 2002-present.
    • View Profile
    • www.mattghc.com
Re: Anim8or Game
« Reply #1 on: August 15, 2008, 07:24:52 pm »

well, i'll look forward to seeing what you come up with :)

- colclough
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #2 on: August 15, 2008, 08:33:47 pm »

Responces:
Thanks cloclough I look foreward to showing you ;)

Update 1:

Game Consept: TBD
Lenght: TBD
Type: RPG Turnbased (Can Change)

Tools Thus Far:
Anim8or
Dev c++

Planed specs:

Platform: Windows/Mac
Engine or API: API Opengl with SDL (also Subject to change)
Sound: Open AL (or one of my own creation)
Language: C++
Model Format: OBJ and An8
Scripting: TBD

Possible extras:

Open Source
Map Editor
Internal Script
Tutorials Based On Game
Game Engine

Thats all for today more updates to come!
« Last Edit: August 15, 2008, 08:36:34 pm by TheCodedOne »
Logged

http://hierarchy2gds.webs.com/index.htm

"Don't argue with an idiot they will drag you down to their level and beat you with experience."

Tanzim

  • Guest
Re: Anim8or Game
« Reply #3 on: August 16, 2008, 03:18:31 am »

Wow, that's a lot of work for 1 person, good luck!
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #4 on: August 16, 2008, 02:52:00 pm »

Responces:
Tanzim thanks for the luck I'll need it yeah this is alot of work and it's also my first opengl game lol I might give up before the end but I surely hope not!

Update 2:

GameConsept: TBD
Lenght: TBD
Type: RPG Turnbased

Goals:
1) An8 and Obj loader
2) BMP Loader for textures
3) Character Class
4) Enemy Class
5) Invatory Class
6) Movement System
7) Main Menu System
*7) Basic demo 1 - Nothing fancy just a framework

Notes to others making games:

Tip 1: Dont spend all your time in design

This is a big nono. Yeah its smart for commercial projects, but for a hobbiest MOST OF THE TIME its not. All 'super' deving the plot and setting does is delay the game longer, leaves more room for quiting, and often times can over complicate the game. Just start on the genre and start coding to fit that genre, worry about the story and all that stuff later. That way you actually know whats possible to include in the game.

Tip 2: Dont get too caught up in graphics

In case you did not notice I have nothing in that list involving making models or levels. Worrying about this too soon just sets you up for failure it makes you think you have more done that you actually do when you see that nicely modeled level and character.

Tip 3:

There is an exception to tip 2 every once in a while if things are moving slowly sometimes you get discouraged and quit. Sometimes working on the art will make you feel like you accomplished something and that little boost of happiness may keep you in the game all the longer. This is the only time I recomend breaking tip 2 unless. a) The groundwork is done, or b)You have a team.

Thats all for today hope someone benifits from it. Replys always welcome agree or dissagree.
« Last Edit: August 16, 2008, 09:06:24 pm by TheCodedOne »
Logged

http://hierarchy2gds.webs.com/index.htm

"Don't argue with an idiot they will drag you down to their level and beat you with experience."

Kubajzz

  • Flying Platypus
  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 548
  • Little doggie ate my avatar...
    • View Profile
Re: Anim8or Game
« Reply #5 on: August 16, 2008, 03:36:13 pm »

This project looks interesting...
It looks like you know what you are doing and you know it won't be easy, that means you've got a chance to finish it... Good luck!
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #6 on: August 16, 2008, 09:26:04 pm »

Responces:

Kubajzz
Thanks man lol.

Update 2/2:

Ok this is not really an update hince the (2/2) I just wanted an opinion. I've come to the conclusion while writing the an8 loader that instead I could just use pre rendered images instead of models there are some disadvantages and advantages to this method like speed ect. What do you guys think?

Models or Prerendered Bitmaps.
Logged

http://hierarchy2gds.webs.com/index.htm

"Don't argue with an idiot they will drag you down to their level and beat you with experience."

Tanzim

  • Guest
Re: Anim8or Game
« Reply #7 on: August 17, 2008, 12:20:46 am »

Depends what you wanted it for, if it's for non-interact-able objects it may work (background, small foliage), but for trees, rocks etc, I'd recommend actual models.
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #8 on: August 19, 2008, 10:15:38 pm »

Responces:

Thanks for the input tazim I think I just might do that.

Update 3:

Small Update today.

The Character  class is roughly done and I am moving on to the obj and texture loader. I have also began some drafting of the storyline for critisim. I've been busy training so I do this between sessions and whatnot.

Expect more updates comments welcome.
Logged

http://hierarchy2gds.webs.com/index.htm

"Don't argue with an idiot they will drag you down to their level and beat you with experience."

almost cool

  • Sr. Member
  • ****
  • Posts: 316
  • The Truffle Shuffle
    • View Profile
    • www.deadboltdevelopment.com
Re: Anim8or Game
« Reply #9 on: August 20, 2008, 04:14:44 pm »

Where didd u learn c++?

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #10 on: August 20, 2008, 07:22:20 pm »

Responces

Almost cool:

I'm self taught (2-3 off on years to be exact) I began with open source gamemaking programs. Like rpg toolkit and gamemaker then went "Screw this I want to make real games!" and thus learned c++. It wasn't untill later I learned that c++ probably wasn't the best beginner language and so tried java, python, lua, and Dark basic.

None of these languages to me promised very much controll  because they where to high level and java just wasn't comfortable at the time because it was too object oriented so I ran back to c++.

I only tried each language for like a week before missing c++ lol.

Over the course of all of this I've made 7 games (All turn based rpgs).  And learned 2 engines and 5 api's. I'll supply a list of thoes.

Hopefully that answers your question and will be usefull to others.

Engines:
Irrlicht
Panda 3d

API:
Opengl
Directx
SDL
Allegro
Windows

Update:

Nothing to report today

Well if you have anymore questions involving myself, games i've made, or am making just post.
« Last Edit: August 20, 2008, 07:24:02 pm by TheCodedOne »
Logged

http://hierarchy2gds.webs.com/index.htm

"Don't argue with an idiot they will drag you down to their level and beat you with experience."

almost cool

  • Sr. Member
  • ****
  • Posts: 316
  • The Truffle Shuffle
    • View Profile
    • www.deadboltdevelopment.com
Re: Anim8or Game
« Reply #11 on: August 20, 2008, 08:59:15 pm »

by self taught do u mean like a tutourial or sumthin?

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #12 on: August 20, 2008, 10:18:52 pm »

By self taught I mean Beginning with some tutorials then experimenting and even sometimes just reading header files. Some things tutorials can't teach you, sometimes you must simply "infer".

So in short:

Some tutorials
Some Inferencing
A little bit of reading source code files
And ALOT of experimentation.

« Last Edit: August 20, 2008, 10:20:31 pm by TheCodedOne »
Logged

http://hierarchy2gds.webs.com/index.htm

"Don't argue with an idiot they will drag you down to their level and beat you with experience."

hihosilver

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1294
    • View Profile
Re: Anim8or Game
« Reply #13 on: August 21, 2008, 01:29:55 am »

Sounds like the way I learned Anim8or (though reading the manual was first for me.)
Do you have any examples of these games you've made?
This seems like it could be a big project, but it sounds great!  I look forward to your progress.
Logged

3D Joe Wiltshire

  • Sr. Member
  • ****
  • Posts: 728
  • Winter's Coming :O
    • View Profile
Re: Anim8or Game
« Reply #14 on: August 21, 2008, 11:01:18 am »

You sound like you know your stuff, can't wait to see some screens or renders, same as above
Do you have any examples of the other games?
Logged
Pages: [1] 2 3 ... 5