• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Editing the Drone

Ezed

Refugee
Heya...hope someone can help.  

I would like to edit the drone hovering altitude (raise it up 1 m)...but not sure where to find it the cfg files.  I've been looking through a bunch of config files...ones that seemed a logical place to find it, with no luck so far.  I did find a reference to an NPC Junk Drone but I don't think that's the player drone...it seems like it might be a roaming trader but isn't actually in the game (yet?). 

Anyway, any help appreciated :)

 
entityJunkDrone is definitely what you are looking for.  Note that the sledge turret, the junk turret, and the junk drone are all treated as NPC in the game

    <property name="Parent" value="NPC"/>




This is from the entityClasses.xml file

 
OK...I will have another look tonight.  Nice to know what to look for.  Thanks very much :)

 
Drone AI is hardcoded, so you wont be able to edit its flying AI without new C# code.

 
Back
Top