How RPG characters are made
        Posted  
        
            by user365314
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user365314
        
        
        
        Published on 2010-06-12T16:47:07Z
        Indexed on 
            2010/06/12
            16:52 UTC
        
        
        Read the original article
        Hit count: 315
        
If RPG with the ability to change armors and clothes are made, how is it done? I mean the 3d side mostly
If i make normal character, that has flat clothes, it would be easy, just change textures, but question is about armors, which have totally different models.
So are only armor models recreated or character model with armor? How is it imported into game engine, only armor or character model with new armor?
If person changes armor in game, will game swap the hole model or only the armor part?
if only the armor part, then how the movement animations are done, are armor models animated on characters in 3d programs or what... :D
© Stack Overflow or respective owner