Freedom Reborn Archive

Freedom Force Forums => FX => Topic started by: Failed_Hero on October 10, 2007, 08:59:23 AM

Title: How to Customize ghostly
Post by: Failed_Hero on October 10, 2007, 08:59:23 AM
I have major question about customizing the ghostly attributes, do U have to script it or what? Thanks for the help
Title: Re: How to Customize ghostly
Post by: Previsionary on October 11, 2007, 02:13:35 PM
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.
Title: Re: How to Customize ghostly
Post by: Epimethee on October 12, 2007, 07:13:32 PM
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?)