DeckerMMIV / FarmSim_Mod_FollowMe

Farming Simulator modification - FollowMe
90 stars 29 forks source link

New Tractor Mod Question #41

Closed jrd387 closed 5 years ago

jrd387 commented 5 years ago

I am developing a new tractor for FS19 and would like to know what "Follow Me" looks for or needs in the mod XML for Follow Me to work correctly with the tractor.

Thanks,

Jrd387

DeckerMMIV commented 5 years ago

That the vehicle's vehicle-type contains specializations; Lights, Motorized, Enterable, Drivable & AIVehicle. - And not; ConveyorBelt nor Locomotive.

So you must make sure, you design & code your vehicle along the same specifications as the game's default vehicles.

jrd387 commented 5 years ago

Thanks Decker!