jacob521 Posted January 15, 2022 Share Posted January 15, 2022 (edited) Hi there i just want to know what software i can use to edit .cdf file?I've try with cryengine but not sure why not allow me to import the .cdf for editiing. Another thing i wish to know is how game engine define "rare" or "normal" survivors while we using command center to spawn survivor for recruitment? how this thing actually work? Edited January 15, 2022 by jacob521 Link to comment Share on other sites More sharing options...
qmjs Posted January 15, 2022 Share Posted January 15, 2022 (edited) For the cdf files, they are just text files. You can use any text editor, such as Notepad. The characters are spawned via the comrescue mission in contentmanager\missions.xml They are always defined the same way: <Character ActorFlags="Spawn" ActorName="" ActorTask="" ActorTraits="Trait.Voice.Playable, !Trait.Immune.NonStoryContent" FunctionTags="Npc" HideWarnings="" Optional="" TargetEnclave="" /> Heroes appear when the challenge conditions for them are met (expertise.xml), or after they are unlocked but not in your group, they can appear in enclaves and can be recruited by recruiting the enclave. It is possible on later levels for heroes to appear in the comrescue missions but they are not specifically defined, just that they do meet the conditions in actortraits once unlocked. Edited January 15, 2022 by qmjs Link to comment Share on other sites More sharing options...
jacob521 Posted January 16, 2022 Author Share Posted January 16, 2022 For the cdf files, they are just text files. You can use any text editor, such as Notepad. The characters are spawned via the comrescue mission in contentmanager\missions.xml They are always defined the same way: <Character ActorFlags="Spawn" ActorName="" ActorTask="" ActorTraits="Trait.Voice.Playable, !Trait.Immune.NonStoryContent" FunctionTags="Npc" HideWarnings="" Optional="" TargetEnclave="" /> Heroes appear when the challenge conditions for them are met (expertise.xml), or after they are unlocked but not in your group, they can appear in enclaves and can be recruited by recruiting the enclave. It is possible on later levels for heroes to appear in the comrescue missions but they are not specifically defined, just that they do meet the conditions in actortraits once unlocked. Lol wth, i feel so stupid for the .cdf hahaha... thanks mate. I though the the game engine will differentiate survivors to normal and rare after checking sandbox.xml thanks bunch man. Link to comment Share on other sites More sharing options...
Recommended Posts