• Welcome to Freedom Reborn Archive.
 

How to Customize ghostly

Started by Failed_Hero, October 10, 2007, 08:59:23 AM

Previous topic - Next topic

Failed_Hero

I have major question about customizing the ghostly attributes, do U have to script it or what? Thanks for the help

Previsionary

This would probably be a better question to ask in an active forum/thread that actually deals with FFX...BTW, it does seem like you would have to do some mina-coding (minimum coding) to customize the attribute as seen in the FFX manual.

Epimethee

If you're indeed speaking of the FFX 3.2 attribute rather than of the "tombstone Translucency" FX... Prev said it all.

If the minimal infos in the FFX manual aren't enough (and, re-reading them, they shouldn't be), please repost in the Mods forum* (FXes – as in effects – are not related to FFX – as in Freedom Force Extension). If you only need to change the resistances of FX, basically, you need to edit ffxcstom2.py in notepad to create an entry where you replace the default power another FFEdit active defence power. Ex:
### Ghostly
FFQ_GHOSTLY_CUSTOM=[
["default","ffq_ghostly"],
["types","sDefence"],
]
could become
### Ghostly
FFQ_GHOSTLY_CUSTOM=[
["default","ffq_ghostly"],
["failed_hero","eldiablo Fire Shield"],
["types","sDefence"],
]

*Unless some ever-vigilant, ever-diligent and ever-benevolent mod could move this thread to Mods? (Or is that the other way around?)