Jump to content

Server crash when placing boat


monkeymilesmoo
  • Fixed

Placing boat down crashes whole server. Tested with no mods

 

I sent this in the solo version via clicking wrong link 20 minutes ago but just fixed it now. oops


Steps to Reproduce

Step 1: place boat

Step 2: aaaaaa




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.

solution is to open console and put in 

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

 

this is because the update changed the variable name of a boat's radius from "radius" to "platform_radius" in some places but not others. 

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...