Author Topic: MD2 animation names  (Read 2220 times)

Offline Gatobot14

  • int
  • **
  • Posts: 64
    • View Profile
MD2 animation names
« on: July 12, 2015, 09:13:35 pm »
hi egon!
i create a md2 model and added two animations, "idle" and "walk" are the names for those
when object is loaded in jpct i get the next output:
.
.
.
Coverting MD2-format into jPCT-format...
Processing: idlehdulesp...
Processing: walkhdulesp...


this are the animation in the file that i made
but when i print the names i get the following:

DEBUG: complete
DEBUG: idlehdulesp

just one animation keeps its name
is there a way to keep the original names for the animations?



Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: MD2 animation names
« Reply #1 on: July 12, 2015, 09:19:49 pm »
Looks like an exporter issue to me. I'm just taking the names as they are in the file. I don't make up the name "complete" anywhere, so it has to be part of the file.
« Last Edit: July 13, 2015, 07:47:38 am by EgonOlsen »

Offline Gatobot14

  • int
  • **
  • Posts: 64
    • View Profile
Re: MD2 animation names
« Reply #2 on: July 13, 2015, 03:08:44 am »
youre right its the exporter(fragmotion) i have to add another animation whit name "complete"
but it keeps changing my animations names :P