Autodrive

by Pi-C

Car equipment for train avoidance, logistic network integration, circuit network connectivity, fuel refill, ammo reload, vehicle repair, radio control, enemy targeting, and gate control.

Content
2 months ago
0.17 - 1.1
2.98K
Transportation Combat Logistic network Circuit network

b [Fixed] cant select

4 years ago
(updated 4 years ago)

doesnt work at all for me when using radio control, same bug if i craft my own remote or use icon from top left corner
every vehicle

The mod Autodrive (0.2.6) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event autodrive::on_player_selected_area (ID 49)
Unknown interface: GCKI
stack traceback:
autodrive/control.lua:1925: in function 'select_cars'
autodrive/control.lua:2051: in function <autodrive/control.lua:2009>
stack traceback:
[C]: in function 'call'
autodrive/control.lua:1925: in function 'select_cars'
autodrive/control.lua:2051: in function <autodrive/control.lua:2009>

4 years ago
(updated 4 years ago)

Thanks! For a temporary fix, please open control.lua and replace lines 1925/1926:

  GCKI_owner = remote.call("GCKI", "vehicle_owned_by", car)
  GCKI_locker = remote.call("GCKI", "vehicle_locked_by", car)

with this:

if remote.interfaces["GCKI"] then
    GCKI_owner = remote.call("GCKI", "vehicle_owned_by", car)
    GCKI_locker = remote.call("GCKI", "vehicle_locked_by", car)
end
4 years ago

it all works with GCKI mod loaded so i got another question -
would it be possible to make car actually drive to you when using keys ? cos that teleport thing with keys is kinda cheaty and main reason i dont use GCKI , it also make other mod i really like vehicle wagon useless... why trouble yourself with loading/unloading on wagon when you can teleport your vehicle everywhere ?

4 years ago

thank you for fast answer ill leave GCKI mod installed for now so its ok
also thank you for this mega fun mod !

4 years ago

would it be possible to make car actually drive to you when using keys ?

That may be difficult if the player is on another surface than the car. Teleporting is the only way to get it to you. Also, what about locked cars? They wouldn't be able to come to you in that case.

cos that teleport thing with keys is kinda cheaty and main reason i dont use GCKI , it also make other mod i really like vehicle wagon useless... why trouble yourself with loading/unloading on wagon when you can teleport your vehicle everywhere ?

I agree, this isn't relevant in single player, but in multiplayer, it serves as protection against griefers: Nobody can make your car disappear with everything inside by loading or unloading it from a vehicle wagon. Vehicles claimed/locked with GCKI may only be loaded/unloaded by the owner or the player who locked them. All other vehicles can be loaded/unloaded by anybody.

Also, thanks for the compliment … :-)

4 years ago

Should be fixed in 0.1.27/0.2.7!

New response