#[SOLVED] Changing FXR of Sites of Grace

4 messages · Page 1 of 1 (latest)

regal meadow
#

Just need a nudge in the general direction. Bingus

I am wanting to;

  1. Change the effect that plays when lighting a Grace
  2. Change the golden humanity sprite into something else
  3. Possibly change the guidance of grace effect (the golden trail that points us where to go from the grace)
wispy garnet
#

You can look up the IDs for those effects here: https://docs.google.com/spreadsheets/d/1gmUiSpJtxFFl0g04MWMIIs37W13Yjp-WUxtbyv99JIQ/edit?gid=866341224#gid=866341224 - Should be around 1000 for the site of grace-related effects.

For actually changing them, it depends on what you want to do exactly. If you already have some FXR files to replace them with, then you just need to update the IDs and the file names for those and put them in the ffxbnd.

If you want to create entirely new effects or modify the original effects in some way (recoloring them, for example), then my JS library can help you do that: https://fxr-docs.pages.dev/ - If you're not familiar with JS or Node.js, there's a guide for getting stuff set up here: https://github.com/EvenTorset/fxr/blob/main/NODE.md

regal meadow
#

I was worried the game would get mad if I tried to mess around with the ffxbnd file names, but I will give it a go. Just swapping out the 3 effects with pre-existing ones, so it should go smoothly. Thank you!blushcat

wispy garnet
#

Don't forget to update the IDs of those effects to match the ones you're replacing. You can convert them to XML with Witchy and change the ID in that, it should be at the top of the file somewhere, and then convert it back to FXR after