Commit Graph

18 Commits

Author SHA1 Message Date
80b1a87f2f More defensive code in Actor spawn callback 2025-06-24 19:10:13 -04:00
528e303054 changelog update 2025-06-23 21:02:05 -04:00
96602a5437 Fix "encumbrance" typo 2025-06-23 20:58:12 -04:00
f01eb4db12 Update ESP 2025-06-23 20:45:35 -04:00
86f7311254 Typo fix & add drag encumberance setting 2025-06-23 20:43:13 -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
e9e981af44 Update changelog for 0.1.1 2025-06-14 17:36:08 -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
1701e42e20 Remove zip file from source and add gitignore 2025-06-04 23:13:28 -04:00
b6e6d51222 Remove youtube iframe from readme 2025-06-04 23:11:46 -04:00
b8f2cdb0b7 Add youtube video to readme 2025-06-04 23:11:02 -04:00
c0086c9a0c Allow ladder to work while boat is moving 2025-06-04 22:56:32 -04:00
822d982e86 Various ModDesc tweaks 2025-06-04 22:43:02 -04:00
5744407852 Add git links to ModDesc 2025-06-04 22:22:30 -04:00
f5fd13eb8a Initial commit version 0.1.0 2025-06-04 22:11:31 -04:00