Page 1 of 1

Transportable Ships/Aircraft

Posted: 04 Jan 2013, 05:59
by Google_Frog
Does anyone have working transportable ships or aircraft? I know that at some time in the past ZK had transportable ships but this is no longer the case. They are meant to be transportable and I don't think anything has changed modside. Has anyone had success? Is the engine broken?

Re: Transportable Ships/Aircraft

Posted: 04 Jan 2013, 19:49
by Deadnight Warrior
Did you look into modrules.lua? (this is a sample from XTA)

Code: Select all

local modrules  = {
...
...
  transportability = {
    transportGround = 1,  -- defaults to 1
    transportHover  = 0,  -- defaults to 0
    transportShip   = 0,  -- defaults to 0
    transportAir    = 1,  -- defaults to 0
  },
...
...
In XTA you should be able to load aircraft into transporters, but it doesn't seem to work.

Re: Transportable Ships/Aircraft

Posted: 05 Jan 2013, 13:45
by Google_Frog
Yes, as I said it used to work. My modinfo.lua should allow transporting of everything except aircraft.

Re: Transportable Ships/Aircraft

Posted: 05 Jan 2013, 18:09
by knorke
the collision between transporter and passenger changed a bit, in a way that some units could not be picked up anymore. maybe in zk too?

Re: Transportable Ships/Aircraft

Posted: 06 Jan 2013, 03:21
by Google_Frog
Ships and aircraft are unable to be targeted by a load command. So it is not the collision bug. I even tried transporting amphibious units which are on the sea floor and the transport would try to lift the unit even though all it did was jitter on the sea surface.