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"

Author Topic: making games using anim8or  (Read 15002 times)

DRAZiACH

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • The Biverse
making games using anim8or
« on: February 28, 2009, 11:43:35 am »

there is a book called "beginning game programming" (by Jonathan S. Harbour) which teaches how to make video games using anim8or for the 3d modeling (for anyone whose interested)

onespirit5777

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
Re: making games using anim8or
« Reply #1 on: February 28, 2009, 04:42:04 pm »

cool! way cool!!
Logged

haiku

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • zeldaocarina
Re: making games using anim8or
« Reply #2 on: February 28, 2009, 04:54:22 pm »

cool. my dream is to make a game but i just dont have ahistory of programming so i feel that if i do ever make a game i will probably be about 50 when i do.  :'(
Logged


I love my mum

DRAZiACH

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • The Biverse
Re: making games using anim8or
« Reply #3 on: February 28, 2009, 05:18:08 pm »

well me, I'm still on a low level of programming so I havn't reached the level of game programming. I'm only just starting in C++!

but for  those of you interested in 2d game development, there is always Game Editor; http://game-editor.com/ which is where I'm making my start.
« Last Edit: February 28, 2009, 05:24:15 pm by DRAZiACH »
Logged

Pincho

  • Full Member
  • ***
  • Posts: 165
    • View Profile
Re: making games using anim8or
« Reply #4 on: April 01, 2009, 03:48:00 pm »

Dark Basic is the easiest way to make games. You will need to export the Anim8or images as 3DS, or convert the Obj to 3DS. I make games using Anim8or, have done for years, but the animation frames have to be saved as separate models.
Logged

Anton

  • Newbie
  • *
  • Posts: 26
  • *** Just Keep Anim8or Freeware and I'm Happy***
    • View Profile
Re: making games using anim8or
« Reply #5 on: April 01, 2009, 04:53:34 pm »

Does that book say anything about other tools required to make the games with anim8or?
Logged
*** :) Just Keep Anim8or Freeware and I'm Happy :)***

Kyle101

  • Guest
Re: making games using anim8or
« Reply #6 on: October 03, 2009, 08:03:08 pm »

just to let ya know that theres a program called Cre8or. it uses Anim8or to make games. you should try that. www.cre8or3d.com
Logged

mak

  • Full Member
  • ***
  • Posts: 158
    • View Profile
Re: making games using anim8or
« Reply #7 on: October 04, 2009, 12:59:52 am »

when i first saw this post i thought , oh god another " hay lets get together and make a game post" but that book looks cool i mite get it. i dont know nutten about programing but i didnt know nutten about animation before anim8or either.
 wait i still dont......
Logged
realisim is for reality

Water Music

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
Re: making games using anim8or
« Reply #8 on: October 04, 2009, 02:43:01 am »


I have that book, so if you have any specific questions about it you can ask me.  Provided I have time to check back on the forums, that is  ::) .

The modelling in the book is pretty primitive and I don't believe that it uses any sort of bone movement.  The focus is more on how to set up a C language program such that you can place game elements in it.  It doesn't really go into greater detail than loading simple images and moving them around on screen.

It does have a couple of tips you may find useful such as pointing out how to use the conv3ds.exe program that existed in the DirectX SDK until DirectX 9.0 which converts 3DS files to .X; also the mesh optimizer in the MeshView program located in \DX90SDK\Utilities if you have DirectX 9.0 SDK installed.  I can't say I've even tried this myself but I can see how it would be useful.

All in all, not bad but pretty low level.  A decent starting point if you are going to use C.
Logged