The paintable container variant of the Trailer[2] is a towable trailer initially added to Grand Theft Auto Online as part of the Gunrunning update, but remained unused until the San Andreas Mercenaries update.
Design[]
Grand Theft Auto Online[]
The Trailer is depicted as a twin-axle, medium-sized trailer. It shares the chassis (and in-game name, although never seen by the player) with a number of other towable trailers, with two stands on the front for the landing gear, side guard rails protecting the underside from other vehicles and a rear guard rail with the corresponding circular tail lights, also used on most semi-trucks.
Compared to the standard container/curtain-side trailer appearing in GTA V, this model can only spawn with a container. The container has additional details on the rear, and can appear in a number of colors.
The following vehicles can tow this model of trailer:
- Barracks Semi
- Docktug
- Hauler
- Packer
- Phantom
- Phantom (Happy Holidays)
- Phantom Wedge
- Phantom Custom
- Hauler Custom
Current Design Gallery[]
Performance[]
Grand Theft Auto Online[]
The trailer seems to be relatively light and therefore allows trucks to travel the quickest out of all trailers.
Being a trailer, it cannot be driven; however, it does use a shared handling line with a number of similar trailers.
GTA Online Overview[]
Acceleration (0-60 mph in Seconds) |
Maximum Velocity (mph / kmh) |
Gears | Engine | Drivetrain (FWD / RWD / AWD) |
Mass (kg / lbs) |
Fuel Tank Size (litres) |
---|---|---|---|---|---|---|
N/A | 65.2 / 105 | 1 | N/A | RWD | 3500 / 7716.2 | 0 |
N/A | N/A | N/A | N/A | N/A | N/A | N/A |
N/A | N/A | N/A | N/A | N/A | Cannot be observed | Cannot be observed |
Prominent Appearances in Gameplay[]
Grand Theft Auto Online[]
Air Freight Cargo[]
- The paintable container trailer can appear in the Air Freight Cargo Land Steal Mission "Deal infiltration". A box trailer, "Trailer A", is pulled by a Packer the player can steal to infiltrate the deal (also giving them a disguise outfit), while the paintable container variant, "Trailer B", must be taken from the site of the deal.
- The paintable container may appear in an Air Freight Cargo Land Sell Mission involving delivering it to a drop-off with a Phantom provided nearby, or any semi truck the player has at their disposal.
Oversights[]
Grand Theft Auto Online[]
- Due to a programming error in
gb_gunrunning_delivery.ysc
, the paintable container trailer does not make any Gunrunning mission appearances. According to the script data, the model (trailers4
) was intended to spawn as one of the potential delivery trailers during Supplies Sell Mission - Phantom Wedge, alongside the existing container/curtain-side trailer (trailers
), but as the script data does not use a switch case or random integer, it simply resorts to spawning the latter.[3]
See Also[]
- Trailer (disambiguation) - list of all towable (and non-towable) trailers in the Grand Theft Auto series.
- Trailer (container) - a non-paintable variant of this trailer, appearing in GTA V, with identical chassis.
- Trailer (box) - a box trailer also appearing in GTA V with identical chassis.
- Trailer (ramp-door) - a large box trailer with a ramp door, also appearing in GTA V, with identical chassis.
- Trailer (Happy Holidays) - a festive trailer, added to GTA Online with The Chop Shop update. It too has an identical chassis.
- Trailer (Fame or Shame) - a box trailer with Fame or Shame branding, also appearing in GTA V. It has an identical chassis, but with a different body design.
- Trailer (LS Panic) - an LS Panic version of the "Fame or Shame" style trailer, added to GTA Online with The Chop Shop update.
- Dock Trailer - Another trailer also appearing with a container.
References[]
- ↑
Seen during missions.
- ↑ .gxt2 Data:
trailers4
has a game name as "TRAILER", which is named "Trailer" in-game. - ↑ gb_gunrunning_delivery.ysc
int func_1216()//Position - 0x9F40D { return joaat("trailers"); return joaat("trailers4"); } int func_1213(int iParam0)//Position - 0x9F21A { switch (iParam0) { case 0: return joaat("dloader"); case 7: if (func_1217() && Global_262145.f_21648 /* Tunable: 525549441 */) { return joaat("apc"); } else { return joaat("insurgent2"); } break; case 10: return joaat("rhino"); case 11: return joaat("technical3"); case 6: return joaat("burrito"); case 12: return joaat("youga2"); case 17: return joaat("insurgent3"); case 15: return joaat("insurgent2"); case 14: return joaat("insurgent3"); case 16: return joaat("marshall"); case 19: return joaat("dune3"); case 18: return func_1216(); case 2: return joaat("ex_prop_adv_case_sm"); case 3: return joaat("riot"); case 4: return joaat("gr_prop_gr_rsply_crate01a"); case 1: return joaat("gr_prop_gr_rsply_crate03a"); case 13: return joaat("gr_prop_gr_rsply_crate02a"); case 5: return joaat("ex_prop_adv_case_sm_03"); case 20: return func_1214(joaat("ex_prop_adv_case_sm_03"), 0); case 8: return WEAPON::GET_WEAPONTYPE_MODEL(joaat("WEAPON_MINIGUN")); case 9: return WEAPON::GET_WEAPONTYPE_MODEL(joaat("WEAPON_RAILGUN")); } return 0; }