User talk:Bobbysoon: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:


::You should be able to rename the bones, the names are used by OniSplit only to ensure that the children of a bone have the same order as in the original Oni skeleton. As for changing the hierarchy, hmm, that should work in theory, after all that's why [[TRIA]] exists. However in practice the engine might use hard coded bone indices. For example I have no idea how the engine knows which bone to attach a weapon to, it's not like in [[TRIA]] or somewhere else there's a flags that tells "this is the right hand". [[User:Neo|Neo]]
::You should be able to rename the bones, the names are used by OniSplit only to ensure that the children of a bone have the same order as in the original Oni skeleton. As for changing the hierarchy, hmm, that should work in theory, after all that's why [[TRIA]] exists. However in practice the engine might use hard coded bone indices. For example I have no idea how the engine knows which bone to attach a weapon to, it's not like in [[TRIA]] or somewhere else there's a flags that tells "this is the right hand". [[User:Neo|Neo]]
:::If all else fails, we can use particle based attacks. We could have up to six different attacks (P, K, J+P, J+K, C+P, C+K), or more if we utilized the combo system sneakily, so its not a huge problem. Recoil would be accomplished with a custom attack animation. These "weapons" would be completely built in though. I'm not sure how we would accomplish aiming though. The other possibility is to give it a dummy weapon and give the recoil animations particle attacks. We would be limited to two aiming attacks and two non aiming attacks though. (Using primary fire, secondary fire, jump, and crouch). We can burn those bridges when we come to them I suppose. When I get home I'll have to test out some AI behavior. Also, an image of the bone structure you are using might be nice. Having extra bones for a "vulnerable" part or retractable weapon would be cool. [[User:Gumby|Gumby]] 14:19, 1 September 2009 (UTC)

Revision as of 14:19, 1 September 2009

Iron Demon creation related

Upon import, I saw, as promised, that it's pivot points were all at scene origin. The solution I have in mind is to create spheres where the pivots should be, delete the sphere meshes, and attach the respective ID parts. I also observed object groupings which I think don't utilize the 19-part limit very well. I have in mind another arrangement which would allow animated recoil, and a retractable chin gun pod.


I've re-structured it. fused arm parts ('upper' and 'lower' arm segs, and hose), with one axis in mind (minimal up/down rotation). Arm shield above it will be bouncy. Seperated barrels for recoil animation. Fused rear bumper to the main body), which necessitates some re-texturing. I'm attempting this now


Questions:

Can the mesh parts be renamed? It's not necessary, but it'd be nice

Can the hierarchy be changed? I think I've been told it can, but I'm not sure, so I'd like confirmation before committing too much time.

is that '99 youtube video (above) the only Iron Demon reference? I thought I saw it firing it's cannons somewhere. Perhaps it was just a pic. I'm hoping to get an idea of where the pivot points are supposed to be, so im hoping what i saw was another video. i dont recall

I see, in the Second Oni Trailer, @1:25, the Iron Demon has a weapon variant on it's right arm. How do we do this?


--Bobbysoon 20:53, 31 August 2009 (UTC)


Rather than guess, I'll let someone more knowledgeable answer the modeling questions. I don't know of the Iron Demon appearing anywhere else beyond what is found on the Iron Demon page. I'm pretty sure there's no video of it, at the very least (unless you count this fan product). As to the Iron Demon's secondary weapon, it seems to be the early Scram Cannon that Konoko is using at 1:05 and 1:54. It might make more sense to have an alternate-firing mode that uses built-in rocket launchers on the arms, rather than trying to reproduce the gun they tacked somewhat strangely onto the model in the trailer. As to how to give the ID distinct weapons and cordon them off from the weapons that other characters can cycle through (and vice versa), that's a good question I hadn't thought of, but I know EdT was looking into the weapon side of things.... --Iritscen 20:44, 31 August 2009 (UTC)


perhaps we could improve upon it's wielding of a weapon, if built-in and not dropping weapons aren't possible --Bobbysoon 21:01, 31 August 2009 (UTC)

I think you're going to be the trailblazer in this area of Oni Modding. :-) I have limited experience with 3D models, so I don't know if the hierarchy can be changed, but my guess is that you can't. The Oni engine is probably expecting a certain parent child relationship with each of the body parts. As regards the names, I suppose you could make a quick test of a current model, change the part names and see what happens. EdT
You should be able to rename the bones, the names are used by OniSplit only to ensure that the children of a bone have the same order as in the original Oni skeleton. As for changing the hierarchy, hmm, that should work in theory, after all that's why TRIA exists. However in practice the engine might use hard coded bone indices. For example I have no idea how the engine knows which bone to attach a weapon to, it's not like in TRIA or somewhere else there's a flags that tells "this is the right hand". Neo
If all else fails, we can use particle based attacks. We could have up to six different attacks (P, K, J+P, J+K, C+P, C+K), or more if we utilized the combo system sneakily, so its not a huge problem. Recoil would be accomplished with a custom attack animation. These "weapons" would be completely built in though. I'm not sure how we would accomplish aiming though. The other possibility is to give it a dummy weapon and give the recoil animations particle attacks. We would be limited to two aiming attacks and two non aiming attacks though. (Using primary fire, secondary fire, jump, and crouch). We can burn those bridges when we come to them I suppose. When I get home I'll have to test out some AI behavior. Also, an image of the bone structure you are using might be nice. Having extra bones for a "vulnerable" part or retractable weapon would be cool. Gumby 14:19, 1 September 2009 (UTC)