Jump to content

How to edit .cdf?


jacob521

Recommended Posts

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 by jacob521
Link to comment
Share on other sites

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 by qmjs
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...