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

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

almost cool

  • Sr. Member
  • ****
  • Posts: 316
  • The Truffle Shuffle
    • View Profile
    • www.deadboltdevelopment.com
Re: anim8or game team effort
« Reply #105 on: August 21, 2008, 11:39:24 pm »

ok...

and also do u know what kind of game this is going to be,like 3rd person shooter,fps,hacknslash,turn based or what???jw ,i thought it would be interesting to find out.

first person rpg.

I think Cre8or I...

STOP!
No,its polly.

http://www.irio.co.uk/index.php?page=item&itemid=116

i know it isnt released but it will before were ready to use it!

wiipowner

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: anim8or game team effort
« Reply #106 on: August 21, 2008, 11:56:39 pm »

ok heres an update on the head,im almost done ,ill finish it tomorrow evening because of school,it has like 518poly's so far and im almost done,so its going good.
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 #107 on: August 22, 2008, 10:44:57 am »

ok...

...STOP!
No,its polly.

http://www.irio.co.uk/index.php?page=item&itemid=116

i know it isnt released but it will before were ready to use it!


you realize it's C++ right?
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 #108 on: August 22, 2008, 11:16:36 am »

ok so figured out the background story line,if we didnt already make one.So earth is over populated,and noone else can be born.So earth sends 3 ships into outerspace to another planet/galaxy to colonize a new planet.Then when they are there they have to learn to fight because the aiens are in war and terrorizing the humans.And i guess from ther you could choose you race.
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 #109 on: August 22, 2008, 11:18:17 am »

I like that idea
Logged
Maya is a threat to Anim8or:
All personnel to the bridge! We attack at noon!

3D Joe Wiltshire

  • Sr. Member
  • ****
  • Posts: 728
  • Winter's Coming :O
    • View Profile
Re: anim8or game team effort
« Reply #110 on: August 22, 2008, 11:33:31 am »

Can it not also be programmed in LUA?

Look at one of the screenshots, top left corner.
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 #111 on: August 22, 2008, 11:38:48 am »

Yeah you're right. I wasn't looking hard enough
Logged
Maya is a threat to Anim8or:
All personnel to the bridge! We attack at noon!

yetipenguin

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: anim8or game team effort
« Reply #112 on: August 22, 2008, 01:06:18 pm »

i know i have nothing to do with this, but havent you already decided on the storyline? ive been following this and there was a story some where that was quite good, and if i was looking for  a game to buy,i would go for it, the plot wiipower came up with is good, but not as original as the first one-something to do with aliens and WWII ;D??

  anyway,looks(and sounds) great so far ;)
Logged
my laptop's so ZETTA SLOW!
if you yoctograms don't know what this means....i pity the fool...

Kiji8989

  • Newbie
  • *
  • Posts: 40
    • View Profile
Re: anim8or game team effort
« Reply #113 on: August 22, 2008, 01:25:45 pm »

Again. Reality Factory. You'll have to go through a bit of learning, but you dont need to learn C++ You just need to learn simkin. (which isnt nessisary) and you'll need your own 3D models.
Logged

almost cool

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

well im good at self teaching scripting.

3D Joe Wiltshire

  • Sr. Member
  • ****
  • Posts: 728
  • Winter's Coming :O
    • View Profile
Re: anim8or game team effort
« Reply #115 on: August 22, 2008, 03:16:29 pm »

I'm pretty good with LUA, but not source code, i know most of the ways it's set up, you can use it in places on a game called Roblox.
Logged

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: anim8or game team effort
« Reply #116 on: August 22, 2008, 03:34:07 pm »

Hey guys I dont know if this will be of any use to you. But python is a faily easy language to pick up. As a matter of fact there was an article about a guy who learned it for the first time and made his first game (a 2d rpg) in a week. I'm sure there are plenty of 3d engines that run of of python and as a plus its a scripting language.

That means:
Faster dev time
Less code
And you guys where debating scripting anyways right?

Ok well python does not have to be used for only 2d games it be used for 3d games if you have the right tools.

2d games:
pygame- 2d game toolkit for python

3dgames:
pygl(something like that)- open gl +python 3d games
Panda 3d- python and a 3d game engine can be used for any type of game even MMO RPG's
Irrlicht- a renouned game engine that can be used with python

That was all off the top of my head.

I recomened panda 3d for user frendieness good community and speed of development.

As a plus they're all free.

My only experience with lua is not using it for a full fledged game but for parts of it, such as parsing, property scripting, Artifical Intelligence, pathfinding, ect. I havent seen a full game in lua nor have I actually looked for one. I also dont know what tools are out for lua, but I'm sure its possible make a game in it.

Well this was just advice from a fellow gamemaker (anim8or game thread) take from it what you like. Hope this helps! Message any concerns.


« Last Edit: August 22, 2008, 03:39:28 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."

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 #117 on: August 22, 2008, 03:39:47 pm »

Panda 3d is a good engine. But you'll need a program that can convert .an8 to .egg
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 #118 on: August 22, 2008, 03:46:42 pm »

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

TheCodedOne

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Hierarchy Games and Graphics
Re: anim8or game team effort
« Reply #119 on: August 22, 2008, 03:51:34 pm »

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.
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."
Pages: 1 ... 6 7 [8] 9 10 ... 14