nilead Posted February 14, 2020 Posted February 14, 2020 So, after getting the build i want i decided to go for smaller problems that pestered it. First on the list is the infamous HDT stretch/invisibility bug. After a little time with google, i found a solution posted by dgrx, wich involves setting maxLinearVelocity and maxAngularVelocity to 255. While fix worked wonders for me, the sheer amount of HDT enabled stuff that require such edits makes an idea of manually editing all of them daunting. Since dgrx's post is back from 2016, maybe there is a more automated way to solve the problem? Logic behind such script doesnt seem to complicated. Unfortunately for me, even the simpliest scripting is outside of my capabilities. Ill attach an archive with edited XMLs for Dint999 HDT hair pack (KS-SG 03072019) in case someone wants them. PS - i have little understanding of how HDT actually works, solution worked for me, but there are no guarantees, use at your own risk, and keep backup xmls. Dint999 Hair pack tweaked xml.rar
Swe-DivX Posted February 16, 2020 Posted February 16, 2020 Use Notpad++ https://notepad-plus-plus.org Search >> Find in Files Find what : (?<=name="maxLinearVelocity")(.*?)(<hkparam name="value">)(.*?)(</hkparam>) Replace with : \1\2255\4 and Find what : (?<=name="maxAngularVelocity")(.*?)(<hkparam name="value">)(.*?)(</hkparam>) Replace with : \1\2255\4 or Find what : (?<=name="maxLinearVelocity")(.*?)(<hkparam name="value">)(.*?)(</hkparam>)(.*?)(<hkparam name="value">)(.*?)(</hkparam>) Replace with : \1\2255\4\5\6255\8 Dont forget to backup ? *updated
Mez558 Posted March 28, 2020 Posted March 28, 2020 On 2/16/2020 at 3:08 AM, Swe-DivX said: Use Notpad++ https://notepad-plus-plus.org Search >> Find in Files Find what : (?<=name="maxLinearVelocity")(.*?)(<hkparam name="value">)(.*?)(</hkparam>) Replace with : \1\2255\4 and Find what : (?<=name="maxAngularVelocity")(.*?)(<hkparam name="value">)(.*?)(</hkparam>) Replace with : \1\2255\4 or Find what : (?<=name="maxLinearVelocity")(.*?)(<hkparam name="value">)(.*?)(</hkparam>)(.*?)(<hkparam name="value">)(.*?)(</hkparam>) Replace with : \1\2255\4\5\6255\8 Dont forget to backup ? *updated Did either of these work for anyone else?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.