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] 4 5

Author Topic: Anim8or Game  (Read 58813 times)

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #30 on: August 30, 2008, 01:59:50 am »

Thanks spicy for the confidence boost.

Update 5:

DEMO: The object loading functionality is basically done so I hacked together this little program that uses the commisioned engine to render two trees and a box in 3d.

There is no color or textures but the next update will feature

1.textures
2.lighting
3.moveable camera

DEMO SPECS:

1.Obj loader
2.So far it can safely render 50,000 polys per model

You can get the demo below.

Tell me what you think.
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."

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #31 on: September 01, 2008, 03:55:00 am »

Update 6:
Ok so I've been learning up to create the engine for the game and we plan to release another demo in a couple of days (more interactive then the obj loader) I won't give out any details yet but expect an update soon.
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."

Thanos

  • Full Member
  • ***
  • Posts: 104
  • -.-
    • View Profile
Re: Anim8or Game
« Reply #32 on: September 01, 2008, 05:16:40 am »

I saw the demo. It's very good, but there is a small problem:
Run the demo
Move the window around, maximize or restore it
Watch what happens to the position of the objects: they move elsewhere.
It seems like a bug...
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #33 on: September 01, 2008, 05:31:22 pm »

Thanos:I actully noticed that after I put it in my post, but thanks for bringing that up none the less.

It's a bug...sorta.

What happeded is the objects modeled if placed in the program 'as-is' would be off the center of the screen due to camera orientation. So I translated the scene down so then the objects would be centered. Unfortunately the translation gets called more than once if the screen is updated so a small error, but an easy one to fix.

Thankyou for your input because that could have been something easly overlooked. Make sure to look at our next demo coming out in a bit. Your crits are appreciated.
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."

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #34 on: September 02, 2008, 01:40:10 am »

Update 7:

DEMO: The menu and gui system is on the verge of completion so we realease to you the CDS GUI demo.

DEMO SPECS:

1.Menu System
2.Buttons
3.Rollover Buttons
4.Sound

READTHIS: The demo has two bugs in it that i'm aware of so read the readme to clear things up.

You can get the demo bellow.

Tell me what you think. Bugs, crits, ect.
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."

3D Joe Wiltshire

  • Sr. Member
  • ****
  • Posts: 728
  • Winter's Coming :O
    • View Profile
Re: Anim8or Game
« Reply #35 on: September 02, 2008, 04:38:01 pm »

Nice, but your images have... scratchy edges, sharp white bits, and the font is hard to see, but pretty good, what are you using to make this?
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #36 on: September 02, 2008, 07:05:17 pm »

Yeah I know everthing was quickly made in paint in one day lol.

Well we're using a custom game engine of our design, but it's built on top of opengl (used in anim8or) and sdl (used in 2d games) two graphics api's.

Thanks for the comment any more questions or crits?
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."

The Great Noob

  • Jr. Member
  • **
  • Posts: 55
  • I run Vista. I don't know how i lived without it.
    • View Profile
    • Day7 productions
Re: Anim8or Game
« Reply #37 on: September 02, 2008, 07:20:52 pm »

Very good so far can't wait for the whole thing
Logged
Maya is a threat to Anim8or:
All personnel to the bridge! We attack at noon!

hihosilver

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1294
    • View Profile
Re: Anim8or Game
« Reply #38 on: September 02, 2008, 09:39:49 pm »

If you hold down your mouse on the sound on/off button it keeps flipping between the two.
Logged

3D Joe Wiltshire

  • Sr. Member
  • ****
  • Posts: 728
  • Winter's Coming :O
    • View Profile
Re: Anim8or Game
« Reply #39 on: September 02, 2008, 09:44:06 pm »

Yeah, same happened with me aswell.
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #40 on: September 03, 2008, 12:18:36 am »

Yeah I thought i wrote that in the read me, but thanks for telling me. All of your advice no matter how small helps the overall project. As for the on off button it was a feature added at the last second and by time I realized the bug I would've had to rewrite quite a bit of code, but for the sake of having something to show you guys it got relesed anyways Hopefully the next demo has less bugs.

Planned events:

1) combat menu demo
2) combat system demo
3) ai demo
4) Battle system beta ( a compilation of all the demos )

After all of this we stop engine development and actually delve into ingame mechanics.

Thanks again for the comments.
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."

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #41 on: November 11, 2008, 04:01:53 pm »

Hello everyone I apologize for not posting for 2 months I haven't given up on the game project. It's just that with all of the projects for school and deadlines I've been too busy to program, but hopefully thats done with.

Heres something new advice wanted, its a WIP:

This model is NOT done It took 1-2 days to make and will be the concept for the main character. Remember I'm mainly a programmer and am doing everything myself so if my models suck I'm sorry. (Programmer art :P).

Note: The helm will be fixed, the characters torso plate has abs and peck indentations that arn't visible b/c of lighting.


« Last Edit: November 11, 2008, 04:04:26 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."

Francesco

  • Full Member
  • ***
  • Posts: 182
    • View Profile
Re: Anim8or Game
« Reply #42 on: November 11, 2008, 05:44:41 pm »

Hey Xavier, if you say you aren't a good modeller what should I say about myself? Believe me that's a very good model, well done. I'm also very curious about the game and I'm downloading the demos.

I'm wondering about the gender of your model... that's a man or a woman? Even after abs and pecs it looks like a woman to my eye, maybe it's due to those protections giving it a big bottom.

Keep on working, it sounds really promising.
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: Anim8or Game
« Reply #43 on: November 11, 2008, 06:43:09 pm »

:) Thankyou very much for your comment.

I hope to have a playable demo after winter break.

The model was meant to be a man but the armour does give it a more woman like look.

Thanks of all your motivational words I will keep working. Also when I get the beta of the engine done I might need help making monsters so anyone who would be willing when the time comes is appreciated.

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."

Francesco

  • Full Member
  • ***
  • Posts: 182
    • View Profile
Re: Anim8or Game
« Reply #44 on: November 11, 2008, 06:59:41 pm »

I already have a monster, but it is not the kind of monster you meant.
With my monster, if everything goes smooth and as planned, a really bad modeller like me will be able to make decent stuff. But I halt on it, I don't want to make too much propaganda.

About the model, my suggestion is to flatten those side protections and lower their upper edge to the same height of the frontal protection. That would make it more man-looking in my opinion, give it a try.
Logged
Pages: 1 2 [3] 4 5