kreptilian1046
Newbie
- Mar 4, 2021
- 20
- 19
VAM itself should have that performance fix, but it does seem like we'll be without VAM updates for a while until v2 comes out.
Then pay.Still Looking for:
Faster VaM(Golden Pack) 2.8.0
You must be registered to see the links
You must be registered to see the links
What's with the gallery pics and not posting links?
Found a deletefile on VamX1.7. It's not safe to install right?You don't have permission to view the spoiler content. Log in or register now.
void Manuala926LocationOnly(Atom at, Vector3 pos, Vector3 rot)
{
System.Text.StringBuilder sb = new System.Text.StringBuilder();
sb.Append("\"setUnlistedParamsToDefault\" : \"true\",");
sb.Append("{"); sb.Append("\"id\" : \"control\",");
sb.Append("\"position\" : {");
sb.Append("\"x\" : \"" + pos.x + "\","); sb.Append("\"y\" : \"" + pos.y + "\",");
sb.Append("\"z\" : \"" + pos.z + "\"");
sb.Append("}, ");
sb.Append("\"rotation\" : { "); sb.Append("\"x\" : \"" + rot.x + "\",");
sb.Append("\"y\" : \"" + rot.y + "\","); sb.Append("\"z\" : \"" + rot.z + "\"");
sb.Append("}");
sb.Append("}");
JSONClass saveClass = JSONNode.Parse(sb.ToString()).AsObject;
string tempFilePath = "Custom/Atom/Person/Pose/Preset_vamX_Temp.vap";
SuperController.singleton.SaveJSON(saveClass, tempFilePath);
com.LoadPreset("PosePresets", at, com.GetCorrectPath(tempFilePath));
FileManagerSecure.DeleteFile(tempFilePath);
}
This is exactly the sort of thing that should be free if it does what it says, well it should be part of the game really. So if anyone has it, I'll gladly patch its need for a licence.Still Looking for:
UIAssist (Patrons) 1.21
You must be registered to see the links
Faster VaM(Golden Pack) 2.8.0
You must be registered to see the links
You must be registered to see the links
Which skin you use in this look?
While you can just use a male body with all the morphs set to zero, then use the female morphs on the male body, you'd actually have to edit the textures to align, because the UV maps vary between male and female, and so far as I'm aware, there isn't a method of automatically converting the textures between male and female.Is there a method to convert a female face to "male"? I downloaded a celebrity female model that has a distinctive face texture. I was wanting to change her to a futa version. I was able to get a pretty close likeness by messing around with the morphs and using the "futa kayla" skin. However her diffuse face texture does not work for her "male" body since it is a "female" texture.
Is there a method to convert a female face texture so that it will work on a male body? Thanks in advance.
If it's a DAZ model, send it to me, i'll try to port it overI really Wan't This look. I don't know anything about creating looks. But i have Daz 3d with 900 gig of plugins and looks. And i have Vam with 1.5 TB of plugins and looks. Can anyone tell me, which one should i learn to use for this look...
Yeah this is what I figured out. I just didn't know if someone was out there that had done this before and maybe had a technique down to do it. I was hoping anyway....While you can just use a male body with all the morphs set to zero, then use the female morphs on the male body, you'd actually have to edit the textures to align, because the UV maps vary between male and female, and so far as I'm aware, there isn't a method of automatically converting the textures between male and female.