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 ... 7 8 [9] 10 11 ... 14

Author Topic: anim8or game team effort  (Read 213644 times)

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 team effort
« Reply #120 on: August 22, 2008, 03:55:41 pm »

well i am personally too busy to learn a new script lang.Who thinks they can?

I'll see if i can. I think i've still got panda3d around here some where . . .

Well panda 3d supports .X format so you could export anim8or files to 3ds then use the program conv3ds to make the files .X format.

Or you could export the models to blender(dont scorn me) then use the .egg export script.

I did not know that. I'll try it
« Last Edit: August 22, 2008, 03:58:41 pm by The Great Noob »
Logged
Maya is a threat to Anim8or:
All personnel to the bridge! We attack at noon!

almost cool

  • Sr. Member
  • ****
  • Posts: 316
  • The Truffle Shuffle
    • View Profile
    • www.deadboltdevelopment.com
Re: anim8or game team effort
« Reply #121 on: August 22, 2008, 03:57:28 pm »

Or you could export the models to blender

Blender...BLENDER!!! :o

HOW COULD YOU!

TRAITOR! >:(

YOU ARE EXILED FROM THIS PROJECT!

Im just kidding of course. :D

good idea.and thx great noob,show us what u can do!
« Last Edit: August 22, 2008, 09:48:56 pm by almost cool »
Logged

3D Joe Wiltshire

  • Sr. Member
  • ****
  • Posts: 728
  • Winter's Coming :O
    • View Profile
Re: anim8or game team effort
« Reply #122 on: August 22, 2008, 04:12:52 pm »

'Crysis, a first-person shooter & spiritual successor to Far Cry. FarCry itself used Lua extensively'

'PlayStation Home is programmed using Lua. '

"Roblox" An Online Kids MMORPG for kids Ages 7-14'

'Star Wars: Empire at War and Universe at War: Earth Assault '

'The Guild 2 Most of the game is programmed in Lua. '


- I Love Wikipedia



I could give python a go... Always helps for when i get higher up in education... like actually using REAL programming in school, all we use is excel so far.
Logged

almost cool

  • Sr. Member
  • ****
  • Posts: 316
  • The Truffle Shuffle
    • View Profile
    • www.deadboltdevelopment.com
Re: anim8or game team effort
« Reply #123 on: August 22, 2008, 04:25:46 pm »

'like actually using REAL programming in school, all we use is excel so far.
tell me about it,im fluent in html,javascript,css,and learning php and mysql.im in middle school and last year they explained usage of "the notorios close button." in laymans terms.python seems like the best so far.

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: anim8or game team effort
« Reply #124 on: August 22, 2008, 04:36:58 pm »

Almost Cool
lol I bow down to you master of the script. :)

"Notorios close button" thats great.

3d Joe

Like I said I know games can be made in lua just IN MY experience I had never seen it used for a WHOLE game not saying thats what you guys where planning on doing, but whenever I used lua it was on top of something else low level like C/C++ code. I'm sure you guys dont need me to tell you this and I'm confident you'll manage to make something cool. Good luck in your pursuits.

btw
Wikipedia is a good source  :)
« Last Edit: August 22, 2008, 04:59:53 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 team effort
« Reply #125 on: August 22, 2008, 04:54:14 pm »

Almost Cool
lol I bow down to you master of the script. :)

I hope that was sarcasm. :-[

3d Joe and generally

???

we need to do this civilized.

pm the one you want to me and first one to get 3 votes wins!

3D Joe Wiltshire

  • Sr. Member
  • ****
  • Posts: 728
  • Winter's Coming :O
    • View Profile
Re: anim8or game team effort
« Reply #126 on: August 22, 2008, 05:32:58 pm »

I meant no disrespect, i myself had never seen a game made with it, but i'm highly defensive with lua, i agree, on it's own, it'd be hard to make a 3d game.

And votes aren't the way to go, how 'bout we list up pros and cons of each?
Logged

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 team effort
« Reply #127 on: August 22, 2008, 05:36:19 pm »

My Computer isn't wanting to run panda3d so i can't learn it.

I also agree with 3D Joe, we should do a pros and cons list
Logged
Maya is a threat to Anim8or:
All personnel to the bridge! We attack at noon!

almost cool

  • Sr. Member
  • ****
  • Posts: 316
  • The Truffle Shuffle
    • View Profile
    • www.deadboltdevelopment.com
Re: anim8or game team effort
« Reply #128 on: August 22, 2008, 06:18:16 pm »

i think so too lets do it.

almost cool

  • Sr. Member
  • ****
  • Posts: 316
  • The Truffle Shuffle
    • View Profile
    • www.deadboltdevelopment.com
Re: anim8or game team effort
« Reply #129 on: August 22, 2008, 10:15:21 pm »

Panda 3d
pros
__________________________________________________________________________
lighting/shader system.

used to make disaster response scenarios for firefighter/police training.

seems to support high poly...oh just see for yourself.http://panda3d.org/showss.php?page=0&shot=ssg-antarean/antarean5

terranim8or type greyscale-to heightmap type thing.

cons
__________________________________________________________________________

well,check this out.

self.environ = loader.loadModel("models/arena2.egg")
self.environ.reparentTo(render)
self.environ.setPos(0,0,0)
course = self.environ.find('**/Plane')
course.setCollideMask(BitMask32.bit(1))
Wall = self.environ.find('**/Wall')
Wall.setCollideMask(BitMask32.bit(0))
Wall.hide()

self.Doll = Actor("models/VoodooDoll",
{"run":"models/VoodooDoll-runcycle",
"stand":"models/VoodooDoll-walk"})

That was only a third of the code to make a charachter walk up and down hills.

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: anim8or game team effort
« Reply #130 on: August 23, 2008, 03:38:46 am »

I consider that con to be a pro. Do you know how much code it would take to replicate that in
c++ and opengl? (Just a statement I mean no offence)
« Last Edit: August 23, 2008, 03:41:48 am 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."

wiipowner

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: anim8or game team effort
« Reply #131 on: August 23, 2008, 12:07:31 pm »

i've tried to use panda 3d because some of the games used with it look really kool,but when i downloaded it ,all ther was wer a bunch of demos of games.
Logged

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 team effort
« Reply #132 on: August 23, 2008, 12:16:00 pm »

i've tried to use panda 3d because some of the games used with it look really kool,but when i downloaded it ,all ther was wer a bunch of demos of games.

You have to download python and learn the python and panda 3d languages
Logged
Maya is a threat to Anim8or:
All personnel to the bridge! We attack at noon!

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 team effort
« Reply #133 on: August 23, 2008, 01:16:01 pm »

'like actually using REAL programming in school, all we use is excel so far.
tell me about it,im fluent in html,javascript,css,and learning php and mysql.im in middle school and last year they explained usage of "the notorios close button." in laymans terms.python seems like the best so far.

Hey where did you learn JavaScript? I can't find a good place to learn it.
Logged
Maya is a threat to Anim8or:
All personnel to the bridge! We attack at noon!

wiipowner

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: anim8or game team effort
« Reply #134 on: August 23, 2008, 02:26:51 pm »

ok everybody i finished the alien head,black are eyes,skin color can be interchangeable i dont care,and its not subdivided.And i have another idea for the alien heads that use gene mutations,they would have like pods on the back of the heads filled with liquid that could be like giving them more speed or strength or whatever so if u want me to start making that one i will.

[alien head moved to pg 11]
« Last Edit: August 24, 2008, 01:19:07 am by wiipowner »
Logged
Pages: 1 ... 7 8 [9] 10 11 ... 14