Servus Jung und Mädels
Ich hab ein klitzekleines Problem, ich hab einen RTW Gebastelt und wollte jetzt das ich meine Trage als Vehicle hinten reinladen kann .
Hab eigentlich alles gemacht hab die VTV_Limit points und die VTV_Exit Points gesetzt hab alles in meine config
geschrieben aber irgendwie will es nicht funktionieren.
Wenn sich einer auskennt und helfen will kann er es gerne tun ich freue mich auf eure antworten
Spoiler anzeigen
class VehicleTransport
{
class Carrier
{
cargoBayDimensions[] = {"VTV_limit_1", "VTV_limit_2"}; // Memory points in model defining cargo space
disableHeightLimit = 1; // If set to 1 disable height limit of transported vehicles
maxLoadMass = 20000; // Maximum cargo weight (in Kg) which the vehicle can transport
cargoAlignment[] = {"center"}; // Array of 2 elements defining alignment of vehicles in cargo space. Possible values are left, right, center, front, back. Order is important.
cargoSpacing[] = {0, 0.15, 0}; // Offset from X,Y,Z axes (in metres)
exits[] = {"VTV_exit"}; // Memory points in model defining loading ramps, could have multiple
unloadingInterval = 2; // Time between unloading vehicles (in seconds)
loadingDistance = 10; // Maximal distance for loading in exit point (in meters).
loadingAngle = 60; // Maximal sector where cargo vehicle must be to for loading (in degrees).
parachuteClassDefault = B_Parachute_02_F; // Type of parachute used when dropped in air. Can be overridden by parachuteClass in Cargo.
parachuteHeightLimitDefault = 50; // Minimal height above terrain when parachute is used. Can be overriden by parachuteHeightLimit in Cargo.
};
};
MFG: El Chapo