sprockets Learn to create your own tool bars! Behind The Scenes: A:M and Animatronics Jeff Cantin's Classic Splining Tutorial Strange Effect, video demo and PRJ included John blows up a planet, PRJs included VWs by Stian, Rodger and Marcos Myron's band gets its own wine!
sprockets
Recent Posts | Unread Content
Jump to content
Hash, Inc. - Animation:Master

cathryn

Forum Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by cathryn

  1. Thanks for the replies guys. I think for now I'll be fine setting unique names for each object and then putting in commands in the notes for the choreography. It really will only be an issue when levels get big with lots of stuff and creatures, but that's a ways off anyway. I agree it's a good idea making 'AI objects' and plopping them 'near' the enemies so that during the level build the game could fish around and get instructions somehow. I've done that in 2d games, where I've placed 'behavior tiles' next to the creatures, and this makes sense for 3d also.

  2. I'm working on a 'new' 3d engine using Animation master as a base, and I'm trying to figure out how to do a few things.

     

    1. I'm playing around with using the choeographer as a level editor. Actually this looks like it's going to work pretty good already. The .cho file has a lot of stuff in it, but for just doing level design I think I figured out what I need. I already have code here to draw the .ply files, but my next project is to try to integrate world editing into animation master also.

     

    2. It would be super-handy if I could attach different notes to each of the models in a choeography. Then I could specify commands or options for each character I'm placing that my processing code would read down the line. I guess there's only notes for the entire choreography. I guess this is kind of a 'feature request. For example I'd like to drop 'Josh' into a choreography and in the notes specify commands to determine what kind of AI or scripting he uses. Or maybe I'll just use the names and link those to code somehow. Hmm.

     

    3. The choreography actually is comprehensible to me -- I'm the programmer not the artist, and I have figured out how to do basic stuff here. (This is unlike the modeling which is completely impenetrable to me.)

     

    4. Somehow I need to assign collision polygons and spheres to models. This is because I con't want to scan the entire geometry to do collision detection. Ideally the artist maybe could do this from inside the modeling? I have an idea of maybe making a 'collision.jpg' texture and everything the artist draws with that would be used for collision detection and not rendered. I'm posting this maybe to see if anyone else has another idea for this. I might just make a utility for this.

     

    5. I have a idea to maybe deipher the 'path stuff' so I could use these featuress to do 'in game movement' -- though maybe this is for a slightly later phase. Right now I'm just going to go with canned '.mot' and spheres and polys for collisions.

×
×
  • Create New...