OBD talk:TRBS: Difference between revisions
Paradox-01 (talk | contribs) (How about more body parts? Maybe I'm just naiv. :/) |
Paradox-01 (talk | contribs) (simple test on a 4-legged char) |
||
Line 1: | Line 1: | ||
__TOC__ | |||
===How about more body parts?=== | ===How about more body parts?=== | ||
[http://www.youtube.com/watch?v=1UuesYUvyAk HERE's] a quick and dirty test. (Done on PC.) | [http://www.youtube.com/watch?v=1UuesYUvyAk HERE's] a quick and dirty test. (Done on PC.) | ||
Line 28: | Line 30: | ||
http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/onisplit_stuff/no_raw_file_for_20-bones-TRAM.png | http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/onisplit_stuff/no_raw_file_for_20-bones-TRAM.png | ||
===new 19-bone TRIA=== | |||
Basically, a 4-legged (19-bone) character would be playable if we create enough new TRAM files. A simple test can be seen here: [http://dl.dropbox.com/u/139715/OniGalore/talk/simple_hex_model_walk_test.wmv vid] + [http://dl.dropbox.com/u/139715/OniGalore/talk/hex.h-test.zip files]. | |||
An open question is how we force the head to be the 11th part when we use the auto-TRIA-creation of onisplit v0.9.52.0. I dont't know whether head view animation are hardcoded or stored inside the TRAC/TRSC. | |||
If you test the given files you can notice that the mouse axis are wrong. This might ceome from the mistake in the dae file. Haven't checked yet. --dox |
Revision as of 18:47, 15 May 2011
How about more body parts?
HERE's a quick and dirty test. (Done on PC.)
So far Oni allows 19 body parts. The vid shows a character with 20 parts. He was roughly put together (via xml) and is made of heads... (Duuno why he hasn't textures.) You can access the used files HERE.
There are some known and unknown problems. At least he made it into the game. ^_^ As we see in the vid the 20th body part has collision data and becomes recognized by AI as a obstacle. It also reacts on incoming attacks and has self-imunity (you cannot hurt yourself by weapon and melee).
TRAM files with 20 bones are possible (via old xml method) but they refuse to become incorporated into the raw file archive. (onisplit will even stop you at the oni-file creation if you use the newer conversion method (dae and xml). On a side note: the aiming animation was affecting the new part. Why? I dunno.
Sure more tests are needed. :/
proposal for onisplit modifications
Maybe this whole 19+ thing requires engine modding too but that's what I think what should be tried before.
- changing limit variable from 19 to 32
- for ONCC's CBPM (materials) and CBPI (HitImpacts, BlockedImpacts, KilledImpacts) (unsure if this work)
- for TRBS (dae-to-oni import) (this should work because the old xml way does already)
- allow import of up-to-32-bones-TRAM.dae files (???)
- allow creation of raw archives with such TRAMs
new 19-bone TRIA
Basically, a 4-legged (19-bone) character would be playable if we create enough new TRAM files. A simple test can be seen here: vid + files.
An open question is how we force the head to be the 11th part when we use the auto-TRIA-creation of onisplit v0.9.52.0. I dont't know whether head view animation are hardcoded or stored inside the TRAC/TRSC.
If you test the given files you can notice that the mouse axis are wrong. This might ceome from the mistake in the dae file. Haven't checked yet. --dox