Nothing obvious is standing out. Which part is failing? Do they accept the command to collect the supplies?
Did you test the model using the Chinook's code before creating the unit?
Originally Posted by: Annihilationzh
1) They don't accept the command of gathering supplies. It shows the select icon when I hover the mouse over supply docks/piles/warehouses.
2) I have a unit that's basically a differently modelled Chinook and that worked fine. This is basically the same exact code, without transporting abilities.
[EDIT]
OKAY! Its has been resolved.
The Problem was weird though.
So basically, I took my code from "AW_SkyTransport"-- which is basically a Chinook clone.
And put the code on "RS_GathererDrone" and slowly, slowly changing it up to the final unit.
Changing up the models, changing up the ParticleSystems. Nothing went wrong.
But when I came to removing the Transporting Ability and its KindOf(TRANSPORT).
It then exhibited the problem above.
So, I put TRANSPORT KindOf back to where it was and put down nothing under TransportUpdate.
It started working again.
This is weird. The Supply Truck, which is also a HARVESTER doesn't have this necessity.
Edited by user
10 years ago |
Reason: Not specified