BazsiHUN Posted December 19, 2019 Posted December 19, 2019 15 hours ago, srea said: Before I write an exception for the Lurker alone, are there any other skeletons that break with SMP? Male capes and cloaks physics wont work after the new version. Female are good. Edit: New version solved the problem. Thank you!
R3xxion Posted December 19, 2019 Posted December 19, 2019 Can someone PLEASE help me. I've been trying to make this hdt-smp to work for the whole day. I am using the latest version for everything. Game. Skse. Hdt files. PLEASE. I need a full tutorial to make it work. I watched almost every tutorial in youtube and did exactly what they said, ingame the pyschics are buggy and stretched, not even moving.
Guest Posted December 19, 2019 Posted December 19, 2019 13 hours ago, beurp99 said: Where you get your headpieces? H2135 Fantasy Series 3
beurp99 Posted December 19, 2019 Posted December 19, 2019 4 hours ago, Kokan said: H2135 Fantasy Series 3 TY Kokan
srea Posted December 20, 2019 Posted December 20, 2019 6 hours ago, R3xxion said: Can someone PLEASE help me. I've been trying to make this hdt-smp to work for the whole day. I am using the latest version for everything. Game. Skse. Hdt files. PLEASE. I need a full tutorial to make it work. I watched almost every tutorial in youtube and did exactly what they said, ingame the pyschics are buggy and stretched, not even moving. missing skeleton
FloofyRobin Posted December 20, 2019 Posted December 20, 2019 I've been playing around with the new VR version and managed to get collisions working nicely between humans but there seems to be no SMP for animals. I know you recently re-enabled animal SMP in the SSE version, did you also do so for the VR version?
srea Posted December 21, 2019 Posted December 21, 2019 Unless I fucked up, its based on the same source as the latest SE version
alexocean Posted December 21, 2019 Posted December 21, 2019 @srea thank you very much for keeping hdt-smp updated and including some fixes for it. Just seen right now a new beta on nexus, will test it this weekend and make a small comparision between the normal v2.2 and the beta one. So far, i only tested the older one with the PCB Patch and it was working great (i used it without the automatic PCB Command tool which i was requiring before) but still if im in big cities with lot of npcs and dont go to interior cell fps was dropping a bit. Will check this new one if it helps with it a bit. Again, thanks mate !!!
srea Posted December 21, 2019 Posted December 21, 2019 your fps will always drop if smp is simulating collisions. physics takes time.
full_inu Posted December 21, 2019 Posted December 21, 2019 Thank you for improvements in SMP, aers. SSE version of plugin is almost on par with oldrim version already! There is one thing that still worry me - physics of cloth resets, when "TFC 1" is entered in console and then console closed, making cloth immediately fall down as if TFC console command was never entered. Could this issue be tracked down too?
srea Posted December 21, 2019 Posted December 21, 2019 1 hour ago, full_inu said: Thank you for improvements in SMP, aers. SSE version of plugin is almost on par with oldrim version already! There is one thing that still worry me - physics of cloth resets, when "TFC 1" is entered in console and then console closed, making cloth immediately fall down as if TFC console command was never entered. Could this issue be tracked down too? i fixed this earlier today, just haven't released it yet. https://github.com/aers/hdtSMP64/commit/420aed412d88ee67eefb49248a171f0f1341504d 2
Yoxgg04 Posted December 21, 2019 Posted December 21, 2019 Skyrim Special Edition 2019-12-21 00-36-44.mp4 Skyrim Special Edition 2019-12-21 00-42-54.mp4
full_inu Posted December 21, 2019 Posted December 21, 2019 8 hours ago, srea said: i fixed this earlier today, just haven't released it yet. https://github.com/aers/hdtSMP64/commit/420aed412d88ee67eefb49248a171f0f1341504d Fine, thanks! I am using beta version now, and discovered a bug. I probably will wait for next release version before reporting with gifs, however I might describe it: - chain of cloth bones, attached to lead kinematic Skyrim parent bone, now much more volatile in back axis, either it looks like it does not respect/process "angularLowerLimit z" value as Oldrim plugin does. Regular version from 19 December does not have this issue. P.S. Oh, and I just remember there is a weird bug with SMP while riding on a horse, when VirtualGround mesh is present in NIF and is declared in config XML. How it looks (and it's still here in SSE plugin): Spoiler btw I am not a great horse rider in Skyrim ?
srea Posted December 21, 2019 Posted December 21, 2019 Probably when you're on a horse the node VirtualGround is attached to gets moved all the way up there causing that issue
cminnow Posted December 23, 2019 Posted December 23, 2019 On 12/21/2019 at 2:40 PM, srea said: Probably when you're on a horse the node VirtualGround is attached to gets moved all the way up there causing that issue I've been wondering about that for awhile. How would you fix that? It's probably pretty hard to have the mesh change while in use. I guess it would have to be an SMP side fix that removes collisions with virtual ground when riding horses? That's the reason I gave up on using virtual grounds in meshes. I wish there was a way to like detect the ground sort of like how the feet work in skyrim to set the "ground level" for the node. Since I assume making the entire ground an SMP collision object would be insanely expensive.
full_inu Posted December 23, 2019 Posted December 23, 2019 1 hour ago, cminnow said: I've been wondering about that for awhile. How would you fix that? It's probably pretty hard to have the mesh change while in use. I guess it would have to be an SMP side fix that removes collisions with virtual ground when riding horses? That's the reason I gave up on using virtual grounds in meshes. I wish there was a way to like detect the ground sort of like how the feet work in skyrim to set the "ground level" for the node. Since I assume making the entire ground an SMP collision object would be insanely expensive. Back in time I tried to import horse riding animations into 3DS MAX to see, where exactly that node is shifting, but the whole scene was broken so hard I doubt it was still belonging to human skeleton only anymore.
srea Posted December 23, 2019 Posted December 23, 2019 You need to collide with the horse model instead of the ground while riding a horse i suppose
full_inu Posted December 23, 2019 Posted December 23, 2019 12 minutes ago, srea said: You need to collide with the horse model instead of the ground while riding a horse i suppose Not really. The only purpose of VirtualGround, which is usually skinned to NPC Root [Root], is to prevent parts of cloth falling under the ground. I think (if it's possible) - filtering out meshes skinned to this node completely while riding will be the best workaround. Of course, someone else might have another opinion, but I think that horse riding does not need collide with ground or... horse.
cminnow Posted December 23, 2019 Posted December 23, 2019 1 hour ago, srea said: You need to collide with the horse model instead of the ground while riding a horse i suppose Oh, I never thought of that. That's actually a fun idea. Maybe a little expensive but would look nice. Maybe I need to make a virtual horse mesh..... Virtual floors always disappoint anyway and the constant resource drain when something falls on it sucks.
full_inu Posted December 23, 2019 Posted December 23, 2019 1 hour ago, cminnow said: Oh, I never thought of that. That's actually a fun idea. Maybe a little expensive but would look nice. Maybe I need to make a virtual horse mesh..... Virtual floors always disappoint anyway and the constant resource drain when something falls on it sucks. I wonder how you both think it'll look like. A terrible idea, sorry. Properly configured outfit does not need this, because it is already contained virtual body it's gonna collide with. In this example the cost of cloak, falling through the horse, is nothing compared to what it will look (and perfoms!) like if you try to force colliding all things with horse. Spoiler
zeliar Posted December 23, 2019 Posted December 23, 2019 7 hours ago, srea said: Yeah it's possible to do that in the future Firstly, thank you very much for continuing to work on physics. In the new version, collisions with genitals work worse and are compared with version 1.5.80→1.5.97 convert. It is such a sensibility that sensitivity has become less. First two video 1.5.80→1.5.97 convert Second two video new 2.3 Skyrim Special Edition 2019-12-23 13-46-26~3.mp4 Skyrim Special Edition 2019-12-23 14-00-57~1.mp4 Skyrim Special Edition 2019-12-23 13-49-19~1.mp4 Skyrim Special Edition 2019-12-23 13-58-51~1.mp4
BazsiHUN Posted December 23, 2019 Posted December 23, 2019 The Elder Scrolls V Skyrim Special Edition 2019.12.23 - 13.29.24.06.mp4 1
Vyxenne Posted December 23, 2019 Posted December 23, 2019 4 hours ago, zeliar said: First two video 1.5.80→1.5.97 convert Second two video new 2.3 Both videos are completely blank (blacked out, matching the forum background color) - I can hear sounds as they play, but no visuals at all. Can anyone else see them?
BazsiHUN Posted December 23, 2019 Posted December 23, 2019 19 minutes ago, Vyxenne said: Both videos are completely blank (blacked out, matching the forum background color) - I can hear sounds as they play, but no visuals at all. Can anyone else see them? I can see all of it.My one is visible, or it is also black?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now