#[1.64.6] THICCs at a 45 degree angle cause scraping sounds only while in OMS on the vulture
1 messages · Page 1 of 1 (latest)
there were mods instelled at the time, however i can confirm that everything involved wasn't modified
that doesn't seem like a standard configuration, how did they get at that angle?
This has probably the same root case as #1328123090265440266
they attached like that from attempting to dock a rogue THICC to the cradles, both were from just approaching the container and letting the cradle grab them
So what we are seeing here is probably different outcome of force integration on different timescales. This will be difficult to pin down.
by the looks of it, it's pretty replicable. first time i've attempted to grab another THICC since i reported it here and it happened again
Did you still get time-scaling related damage overflow problems in OMS in this case?
I have trouble triggering it. Could you record a video of what you are doing? I seem to be missing a critical step.
hm, might be like alex says, with it being tied to framerate
worst i got was around 8 or so when i tried
tbh i can already see one probable cause
Impact resistance is not delta-dependent
that is bad wrong
what it means is that the game will compute all the collisions for a period of time and lump it together for one "impact" event.
Then, it takes all that accumulated kinetic energy and substracts impact resistance of a system
that impact resistance needs to be adjusted for delta through, because without that, you get less effective resistance in lower framerates
not sure if that description makes sense, and I need to dig into the code deeper to make sure I did not actually account for that in other part of the code...
hm
it does seem that the equations are wrong there
yeah that does make sense