Tools required
- .NET Runtime 8.0
- GBFRDataTools by Nenkai
- Traits HEX ID by Kojo
- https://hexed.it/
- https://www.calculator.net/hex-calculator.html to help with conversion
- https://gregstoll.com/~gregstoll/floattohex/ to help finding the float value
- Go to you game directory and backup
data.isomewhere safe - Download and extract GBFRDataTools somewhere
- Open
CMD - Drag
GBFRDataTools.exeon toCMDwindow and press ENTER once. It will display GBFRTools commands list - Press up arrow once to recall last command then hit SPACEBAR once
- Type
extract -ithen hit SPACEBAR once - Drag the
data.ifrom your game dir on toCMDthen add-f system/table/skill_status.tblat the end then press ENTER - Once done, navigate to
..\Granblue Fantasy Relink\data\system\table\and backupskill_status.tblsomewhere safe - Go to https://hexed.it/ and open
skill_status.tbl - Search for the skill you want to edit(use the Traits HEX ID as reference)
Click to expand
|
XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX
There are 9 total sets of bytes
For example;
If you want to change
|
- Once done with editing, click
EXPORT/SAVE ASto download into a file - Copy the newly downloaded
skill_status.tbland paste it in..\Granblue Fantasy Relink\data\system\table\and overwrite - Go back to
CMDand repeat step 4, and 5 - Type
add-external-files -ithen hit SPACEBAR once - Drag
data.ifrom the game dir ontoCMDand press ENTER. TypeYto confirm. This will forcedata.ito read external files - Start the game and see the changes you've made. If you want to make more changes to
skill_status.tbl, just edit and paste it over then start the game. You don't need to useCMDanymore
NOTE* The extraction and adding extrenal files to data.i process only needs to be done once.
It's not necessary to extract all the files if you only need one file so instead of using
extract-all -i, useextract -iand include-f system/table/skill_status.tbland it will only extract the skill_status.tbl file.