ValheimRAFT-v3.0.0-beta.1
Pre-release
Pre-release
What's Changed
- feat: add Chinese i18n for ValheimRAFT by @KagurazakaNyaa in #181
- Feat/tank logic by @zolantris in #177
A rough version of >=3.0.0. This is a beta until it looks good.
Preview video: https://youtu.be/Vrw3IMY7JkM
Features
- A LandVehicle with up to 5 wheelsets generated.
- Wheels will continue to be added for larger vehicles.
- Land Vehicle logic with just wheels at thresholds 30, 60 in Z axis of vehicle.
- wheel radius is adjustable.
- wheel suspension is adjustable
- Turning speed is adjustable
- Turning direction is NOT adjustable. The vehicle forward and reverse are locked for now. Wheel direction will not matter so build the vehicle smartly.
- The landvehicle is locked for rotation movement. It will not rotate at all, however the wheels remain able to rotate and adapt to environment
- The landvehicle is able to smash through terrain if the rams are enabled for vehicles
- Improved ram collisions. There is now a filter for repeated hits to ensure that velocity is over a threshold other to not do a hit.
- Improved logic to protect player when teleporting. There is a collision check when the ram attempt to hit a player so it does not hit the player if they are currently teleporting.
- MapSync should have 0 Null reference errors. But this logic will continue to be improved/optimize.
- DEV: adds a hot reloading C# package to unity.
LandVehicle Beta FAQ
- How do I break?
- Press the space bar / jump.
- Alternatively dropping an anchor will break.
LandVehicle Limitations
- Land vehicles are not meant to smash low objects. Consider adding a ram for lower items so the vehicle's wheels and ram are near aligned at the front.
- Large landvehicles can get beached by having their flat part be stuck. Turning will not let you escape unless a wheel is on the ground/
- Breaking is essentially anchoring. We do continue to have support for anchoring logic and this is used for vehicles in multiplayer.
- Multiplayer support needs testing!
New Contributors
- @KagurazakaNyaa made their first contribution in #181
Full Changelog: ValheimRAFT-v2.5.3...ValheimRAFT-v3.0.0-beta.1