Wall Worm Forums

Show Off => Models => Animated Models => Topic started by: oday696 on February 16, 2018, 02:34:30 PM

Title: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: oday696 on February 16, 2018, 02:34:30 PM
HI THERE

I have installed the current 3DSMAX 2018 version, and I imported csgo models using wall worm, everything seems to work just fine. I rigged/skinned the model but then when i was trying to animate the biped structure, the mesh/model wont follow the biped animation. I tried to find a solution for this issue but it nothing seems to work, is it a problem with 3dsmax or the wall worm importer.
this is the file, please check
https://drive.google.com/file/d/1Yi8GRJHaMKvO1EoI6J7WIUMbOg1ieLAj/view?usp=sharing
Title: Re: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: wallworm on February 16, 2018, 02:47:39 PM
You may need to post your Max file.
Title: Re: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: oday696 on February 17, 2018, 12:49:29 AM
Quote from: wallworm on February 16, 2018, 02:47:39 PM
You may need to post your Max file.

i added a link to download the file, please check it if possible. couldnt fix this issue for 2 days now
Title: Re: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: wallworm on February 17, 2018, 11:11:05 AM
I have opened your file and found the root cause of your issue. TO understand my answer below you must be knowledgeable about these topics: Modifier Stack Controls (https://knowledge.autodesk.com/support/3ds-max/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/3DSMax/files/GUID-80209C3A-C2E4-4541-8738-D1E5ECE16E9C-htm.html) and Sub-Object Levels (https://knowledge.autodesk.com/support/3ds-max/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/3DSMax/files/GUID-86AF500F-4A42-46E6-9409-0184E9DBA238-htm.html).

In 3ds Max, modifiers are applied from the bottom up in the modifier stack. If any modifier is set to a sub-object selection and left in that sub-object mode, only the selected sub-objects are passed up the stack to be affected by the modifiers on top. In your scene, there is an Edit Poly modifier below the skin modifier. That modifier is set to Element sub-object mode and has no faces selected.

Here is a list of some different solutions.


Random advice

I personally would advise against skinning the model until you are completely done modeling it. In other words, I'd make sure that you have edited all pieces of the model before using a skin model. Here is what I'd do for this kind of project (reskinning/animating an imported mesh).

Title: Re: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: oday696 on February 18, 2018, 09:43:12 AM
oh man, thank you so much. i swear i was one moment away from uninstalling 3dsmax all together. so little details, make so much difference. I will do as what you suggested which is edit the model and then skin it.
Title: Re: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: oday696 on February 21, 2018, 04:39:46 AM
Hey ,man

i have just read an article about importing models with their bones in blender, can i do the same for the csgo models when i import them to 3dsmax using wallworm  ::) ? please tell me
Title: Re: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: wallworm on February 21, 2018, 02:13:33 PM
For QC/SMD, yes. For MDL, no.

At this time, the MDL loader in WW does not import bones.

If you want to import bones and animations, you need to import via a QC file. See the docs on the SMD, QC and VTA importer. (http://dev.wallworm.com/document/121/smd_vta_and_qc_importer.html)
Title: Re: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: oday696 on February 27, 2018, 04:04:32 AM
Thank you so much man, yes i just decompiled the mdl file into smd and qc and imported them through wallworm smd@qc importer, works really well. i also want to ask you if there is a way to import player movements from csgo demo through wallworm? i think the file is called an agr file, that contains the players movement and u just have to add textures on the players and re-position the movement when you import it to a map in 3dsmax. 
Title: Re: MODELS WONT FOLLOW BIPED STRUCTURE ANIMATION
Post by: wallworm on February 27, 2018, 10:01:39 AM
Glad you've got that worked out.

As for the AGR importing, that isn't something I've looked into. I'll investigate at some point, but I cannot make any promises about it right now.