davidlallen
Deity
I appreciate Maniac's contribution of the dropship code to Dune Wars.
We have another feature we would like to add to Dune Wars, but I am not quite sure how to do it. I have been told that this feature exists in Planetfall.
We would like to have a unit with two different arts: one when it is on land, and one when it is on ocean. I have tried to accomplish this with the python unitMove event as described in this thread. There is a list of several problems there, one of which is unsolved. The unit has a movement of 2 on land, 4 on water, and when it moves more than one plot, a free unit is generated. It is fun to watch. In the tiny example mod in the thread, move the scout two plots, and you get one free scout. Repeat till map is filled.
I have heard that in planetfall, land units can move into water, and automatically turn into some kind of boat unit. I read through the datalinks in v11, and tried some things using WB, but I cannot see that behavior.
Is there a way to do this in planetfall which I can borrow? If not do you have any suggestions on why the free scout is getting generated in my example mod?
We have another feature we would like to add to Dune Wars, but I am not quite sure how to do it. I have been told that this feature exists in Planetfall.
We would like to have a unit with two different arts: one when it is on land, and one when it is on ocean. I have tried to accomplish this with the python unitMove event as described in this thread. There is a list of several problems there, one of which is unsolved. The unit has a movement of 2 on land, 4 on water, and when it moves more than one plot, a free unit is generated. It is fun to watch. In the tiny example mod in the thread, move the scout two plots, and you get one free scout. Repeat till map is filled.

I have heard that in planetfall, land units can move into water, and automatically turn into some kind of boat unit. I read through the datalinks in v11, and tried some things using WB, but I cannot see that behavior.
Is there a way to do this in planetfall which I can borrow? If not do you have any suggestions on why the free scout is getting generated in my example mod?