Hi Gattispilot
Yes, no problem, I'm happy to share my VB file here.
But I need to add some explanations before :
So, here is some explanations...
In my VB file, there are annotations only for helping me - It's easy to get lost - but they're in French.
The main problem with Vessel Builder is that you can't stop a cyclic animation (0-1-0-1-0, etc.) with an EVENT (for example, stopping the leg movement when Tintin is stationary (vel=0)). It is only possible with Shift+key, or Ctrl+Shift+key.
So, I had to create a different configuration for when vel < 0.15 m/s.
So, we have:
if vel=0 or <0.15 => Configuration: 0 (astronaut spacesuit standstill)
if vel>0.15 => Configuration: 1 spacesuit walking)
Same system with Configuration: 3 (static work clothe) and Configuration: 4 (work clothe walking)
You can switch from "Tintin spacesuit" to Tintin in a work clothewith a keystroke.
The switch from "static" to "walking" occurs as soon as vel>0.15 m/s.
There's also a different configuration for Tintin in Space : Configuration: 2 (Spacesuit in Orbit)
Another configuration, "Configuration: 3 (Static spaceSuit)," is planned for when Tintin is attached to a spaceship (otherwise he starts walking!).
And if he dies, I've created two configurations:
Configuration: 5 (Grave or Dead)
Configuration: 6 (Blood Sphere)
So there are 5 meshes for all that...
Note that Configuration: 7 (Civilian, not yet working) is not finished.
(It doesn't work!)
I haven't uploaded this add-on because it's complicated and not very stable... and not really finalized
The goal was to create the rocket with Tintin.
Maybe someday...
Here is the liste of the 8 differents configurations in the VB files :
CONFIGURATION_0
;<-------------------------GENERAL SETTINGS - Configuration: 0 (scaphandre)-----
CONFIGURATION_1
;<-------------------------GENERAL SETTINGS - Configuration: 1 (scaphandre marche)
CONFIGURATION_2
;<-------------------------GENERAL SETTINGS - Configuration: 2 (Scaphandre en Orbite)
CONFIGURATION_3
;<-------------------------GENERAL SETTINGS - Configuration: 3 (Combi statique) ------------------------->
CONFIGURATION_4
;<-------------------------GENERAL SETTINGS - Configuration: 4 (Combi marche) ------------------------->
CONFIGURATION_5
;<-------------------------GENERAL SETTINGS - Configuration: 5 (tombe ou Dead) ------------------------->
CONFIGURATION_6
;<-------------------------GENERAL SETTINGS - Configuration: 6 (Sphere de Sang) ------------------------->
CONFIGURATION_7
;<-------------------------GENERAL SETTINGS - Configuration: 7 (civil pas encore marche)---------------0---------->
The liste of the messhes needed
View attachment 47881
and also "sang.msh" and "tombe.msh"...
Here is the mesh "Tintin in spacesuit and walking"
View attachment 47882
And... the VB CFG file (too big to be writed here)
I'd really appreciate your feedback.
If you want all the files (scn, msh, dds, and cfg), I can prepare a zip file.
(It will just take me a little time.)