Jump to content

Can't Get On Boat


KnottaHooker
  • Fixed

Since the update less than an hour ago, every time we get on a boat, the game crashes. HELP!


Steps to Reproduce

1) make boat

2) try to board boat

3) crash :(

  • Thanks 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

Same issue on my side.

My dedicated server map has been running since Carnival, maybe that's the issue. Really hope not, I hate regenning.

Share this comment


Link to comment
Share on other sites

Same, anyone crashes when trying to enter the boat, however wortox can soul hop to the boat with no problem

Share this comment


Link to comment
Share on other sites

This is caused by components/walkableplatform.lua line 105 using self.radius (which is present in old code) instead of self.platform_radius (probably refactor) in WalkablePlatform:GetEmbarkPosition. It appears to be a bug on Klei's end, and hopefully they'll fix it soon. In the meantime, as long as you do not place any new boats, you can run 

for k,v in pairs(Ents) do if v.prefab == "boat" then v.components.walkableplatform.radius = 4 end end

as the server admin remote to fix it for your game session.

Share this comment


Link to comment
Share on other sites

1 hour ago, WkingDisaster said:

I have the same issue. I disabled all mods, but crash still happens.

image.thumb.png.6702215de522fda9141342d5b4c2d79d.png

Thanks for adding a screenshot, I didn't get one. 

Share this comment


Link to comment
Share on other sites



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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...