What I am trying to do is make an actor use more than one model per frame. In this case, it's a simple test where what I want to appear on screen is made from two separate models that combine to form the complete appearance that I want. Here's what I have been trying:
Code: Select all
Model Test01
{ 
    Path "Models" 
    Model 0 "part1.md2" 
    Skin 0 "part1.png"
    Scale 1.0 1.0 1.0
    
    Frame POSS A 0 "frame01"
}
Model Test01
{ 
    Path "Models" 
    Model 1 "part2.md2" 
    Skin 1 "part2.png"
    Scale 1.0 1.0 1.0
    
    Frame POSS A 1 "frame01"
}So, help me Obi-wan Kenobi, you're my only hope.






