![]() |
#1 |
how does animation work with skin?
hey there, i was wondering about something, how do i give a model more skin textures so it can move. i mean like you see in the freezer ammo has more skins for animation(tell if i didn't explain it very wel)
|
|
![]() |
![]() |
#2 | |
Re: how does animation work with skin?
Quote:
So you cant just add it to any model I dont think.
__________________
Open Maw Productions |
||
![]() |
![]() |
#3 |
Re: how does animation work with skin?
Eduke wiki always helps. It tells about what you can put for "frame" command... Go check it for more information...
__________________
---HELLDUKE TC--- NEW STABLE MIRROR SECONDARY MIRROR ---GAMEPLAY VIDEO--- Gameplay Footage of my Mod. |
|
![]() |
![]() |
#4 |
Re: how does animation work with skin?
sorry, i mean like this without using any frames in the model it self,
// tv_01 (5136) model "aki/models/white_dragon/tv_01.md3" { scale 1.5 shade 2 skin { pal 0 file "aki/models/white_dragon/tv01.JPG" } frame { name "frame2" tile 5136 } skin { pal 0 file "aki/models/white_dragon/tv02.JPG" } frame { name "frame3" tile 5137 } skin { pal 0 file "aki/models/white_dragon/tv03.JPG" } frame { name "frame4" tile 5138 } } |
|
![]() |
![]() |
#5 |
Re: how does animation work with skin?
well anyone?
|
|
![]() |
![]() |
#6 |
Re: how does animation work with skin?
Sadly, I can't help you beacuse I have like no knowledge about models as I had no business with them.
However, I'm sure someone will help you out. That may take seconds/minutes or days.
__________________
---HELLDUKE TC--- NEW STABLE MIRROR SECONDARY MIRROR ---GAMEPLAY VIDEO--- Gameplay Footage of my Mod. |
|
![]() |
![]() |
#7 |
Re: how does animation work with skin?
As far as I understand the question You can't switch skins on the model which doesn't have frames. But the real problem is even when you have frames in the model you still can't assign different skins on each frame if the original sprite if it's not animated through CONs. Take a fire barrel in the beginning of E1L2 for instance, it has 3 original frames in the ART file iirc. But this barrel is animated in the gamecode but not in the CON files. That's the only reason I've created this barrel with 3D fire instead of making three textures on it with flat but more accurate and good looking fire. Generally you can use skin switching only on the monsters and some other actors which could be found in the con files otherwise you are stuck.
__________________
GRPViewer, DN3D/SW Models |
|
![]() |
Bookmarks |
|
|