ClayHanson / BlocklandRebuilt-IssueBoard

Beta testing for Blockland Rebuilt.
6 stars 0 forks source link

Skis do not work #30

Closed OutlandPredator closed 1 year ago

OutlandPredator commented 1 year ago

Bug Description

Skis just don't work whatsoever. You cannot control movement and you cannot tumble. If you are on a slope you will slide down the incline, but there's no trail.

Metadata:

Kenkoman commented 1 year ago

Skis now behave much closer to retail, with being able to control their movement, but the speed is extremely slow and does not accelerate after going down a slope at all. Additionally, tumbling still doesn't work.

consoleSkunk commented 1 year ago

Tumbling works as of v0.23, but the camera collides with the tumble vehicle.

https://github.com/ClayHanson/Blockland-Rebuilt-BetaTesters/assets/50500602/2e2a7351-457e-40e8-83be-453b4c08ecae

consoleSkunk commented 1 year ago

If you kill yourself while tumbled, the game gives the following warning:

base/server/scripts/game.cs (741): Unknown command getControlObject.
  Object (9597) Camera -> ShapeBase -> ShapeBase -> GameBase -> SceneObject -> NetObject -> SimObject
consoleSkunk commented 1 year ago

As of v0.26, camera clipping is resolved but the camera control error still exists.

OutlandPredator commented 1 year ago

As of v0.28 the camera control error still exists.

consoleSkunk commented 1 year ago

While Camera::setControlObject() exists, Camera::getControlObject() does not (should return the object it is controlling, otherwise 0).

consoleSkunk commented 1 year ago

Fixed as of v0.35 - Camera::getControlObject() seems to always return -1, however the existence of the function is enough to suppress the message.