Re: Drone won't be in the game for some reason.
Looking through your code I saw this:
Code:
AddActor = Attachable
CopyOf = Drone FG Foot
PresetName = Drone BG Foot
SpriteFile = ContentFile
FilePath = ChimaeraRnD.rte/Actors/Drone/FootFG.bmp
Cortex Command is VERY picky about syntax, changing it to:
Code:
AddActor = Attachable
CopyOf = Drone FG Foot
PresetName = Drone BG Foot
SpriteFile = ContentFile
FilePath = ChimaeraRnD.rte/Actors/Drone/FootFG.bmp
Should fix the issue of the Actor not loading.