8 Commits

Author SHA1 Message Date
96602a5437 Fix "encumbrance" typo 2025-06-23 20:58:12 -04:00
f01eb4db12 Update ESP 2025-06-23 20:45:35 -04:00
f81be1833b Add fix for boat drag water-walking 2025-06-19 08:11:52 -04:00
c25499b41e prep v0.2.0
Set ModVersion and add update code. Update docs.

Might add another couple fixes before releasing 0.2.0.
2025-06-18 14:26:23 -04:00
eb8cd50ada Fix boat duplication/disappearing, reduce collision false-positives
Needed to add a UE4SS script to fix the boat duplication issue. Disappearing issue was fixed by disabling and re-enabling when getting back to the boat. Collision false-positives was reduced by ignoring collider position when it is too far off expected X and Y positions.

Still not ready for next relase, needs some update migration code.
2025-06-18 00:31:15 -04:00
b55cb04827 Fix mod for update 1.1
For some reason `SetActorsAI 0` (when run on a ref in another cell) seems to immediately CTD in the new 1.1 update. So I am commenting that out in all the result scripts for now. It doesn't seem to affect the collision detection at all, so I think it is fine to leave commented until hopefully virtuous fixes it.
2025-06-14 17:31:08 -04:00
dfedd00fd5 Update manual to include sqv command 2025-06-05 00:39:07 -04:00
f5fd13eb8a Initial commit version 0.1.0 2025-06-04 22:11:31 -04:00