#Skill help message edit

23 messages · Page 1 of 1 (latest)

onyx wraith
#

Does anyone here know how to edit this help message that appears after you use skill, what file I need to edit?

olive pawn
#

Download and install Custom Bonus Tweaks by DeathChaos. Among other helpful features for modders, it lets you set a message in skill.tbl.

onyx wraith
#

I download custom bonus tweaks, there are a bunch of files and folders on it how I can I set a message on skill.tbl?

olive pawn
#

Are you trying to add an entirely new message or set a skill to use an existing message?

onyx wraith
olive pawn
#

As far as I know, you cannot use CBT to remove a message entirely, only to change it to something else.

#

If you want to do that, you're probably best off just re-creating Neo Cadenza in a different skill slot that has no message attached.

onyx wraith
olive pawn
#

Just install the mod. You can then edit the message in skill.tbl

onyx wraith
echo sleet
#

there's a BMD callled datjyokyohelp.bmd inside battle/message that has all the text for those pop-up messages

#

if you're playing the switch version though, you're kinda just out of luck

#

CBT was made for the PC version and since it's primarily a code mod, it's not really going to work for other versions

#

and without CBT, there's no way for you to really mess with those messages since they're all hardcoded

echo sleet
#

also like Zjez said, I'm not even sure if you can use CBT to remove those messages entirely from skills that had them originally

onyx wraith
echo sleet
#

passive skill functionality is completely hardcoded, yes. the game just runs checks for them in the relevant part of the code. so if for example you have Regenerate, then the game will just check if the unit has the skill ID for it when it runs the part of the code that checks HP values and all that

#

you can change when you acquire confidant abilities but the functionality themselves is also hardcoded

#

it's in INIT/CMM.BIN I believe

#

cmmFunctionTable.ctd

onyx wraith
# echo sleet you can change when you acquire confidant abilities but the functionality themse...

I think you need a special template to edit that one.
I'm trying to use this template, but a lot of confident's abilities are missing on the data table just blank.

https://github.com/tge-was-taken/010-Editor-Templates/blob/master/templates/p5_ftd.bt

GitHub

Contribute to tge-was-taken/010-Editor-Templates development by creating an account on GitHub.

echo sleet
onyx wraith