include("../navbar.php");
?>
[Fixed] Vehicle switching carrying capacity check does not consider trailers
-
- Posts:63
- Joined:Sat Aug 18, 2018 9:21 pm
For a long time I thought we were unable to switch vehicles at all on Grey if your inventory has any items (it shows You are carrying too much to change vehicle. Discard some items first.), but I just found out that with few items in inventory we actually are able to switch between them and started experimenting.
Max items carried to be able to switch to vehicles I own:
Biplane - 30 items
Balloon - 40 items
Tractor v2 - 40 items
Meanwhile, Clementvw confirmed 30 is the max for switching between the Mini and v1. All of these are the max carrying capacity of those vehicles when no trailer is attached, leading me to conclude that the game seems to forget about capacity added by trailers when determining whether or not you can switch to a vehicle. This leads to some rather frustrating experiences where you can get stuck in a vehicle, particularly with Biplanes (which are hard to control and unsuitable for movement over the ground) and bongo games (which put you back into the Tractor v1 after a vehicle-changing game finishes, even if you have a Tractor v2, and you can't switch back unless you have less than 41 items).
Max items carried to be able to switch to vehicles I own:
Biplane - 30 items
Balloon - 40 items
Tractor v2 - 40 items
Meanwhile, Clementvw confirmed 30 is the max for switching between the Mini and v1. All of these are the max carrying capacity of those vehicles when no trailer is attached, leading me to conclude that the game seems to forget about capacity added by trailers when determining whether or not you can switch to a vehicle. This leads to some rather frustrating experiences where you can get stuck in a vehicle, particularly with Biplanes (which are hard to control and unsuitable for movement over the ground) and bongo games (which put you back into the Tractor v1 after a vehicle-changing game finishes, even if you have a Tractor v2, and you can't switch back unless you have less than 41 items).
- Mit
- Site Admin
- Posts:260
- Joined:Thu Oct 29, 2015 11:19 pm
- Location:UK
- Contact:
Re: Vehicle switching carrying capacity check does not consider trailers
Checked the code..
Well at least i commented it .
TODO comment removed and replaced with actual code in the next server update.
Code: Select all
// TODO - If Official Atractor Server we need to consider if the trailer will affect this..
TODO comment removed and replaced with actual code in the next server update.