Final Fantasy 8 > FF8 Tools
[PSX/PC] Field editor - Deling (1.0)
Divatox:
Hi, im trying to edit some boss battles songs (premonition on Adel boss)
i found on deling this
lbl(27)
ucoff()
amesw(4, 3, 4, 100)
setbattlemusic(13) <<<<<<<<< ( i want to change to 73 premonition)
battle(363, 0)
setbattlemusic(5)
battleresult()
i load FIELD.fs in Deling, didnt found it Adel boss file, so i go do ultimecia's bosses to test. I found Sphinxaur boss and that line, but i select the number 13, but i cant change. What i missing here?
albert:
--- Quote from: Divatox on 2025-06-18 00:28:22 ---Hi, im trying to edit some boss battles songs (premonition on Adel boss)
i found on deling this
lbl(27)
ucoff()
amesw(4, 3, 4, 100)
setbattlemusic(13) <<<<<<<<< ( i want to change to 73 premonition)
battle(363, 0)
setbattlemusic(5)
battleresult()
i load FIELD.fs in Deling, didnt found it Adel boss file, so i go do ultimecia's bosses to test. I found Sphinxaur boss and that line, but i select the number 13, but i cant change. What i missing here?
--- End quote ---
First Pseudo-code mode just help you understand the logic of opcodes.
You need to click "Instructions" which one nearby "Pseudo-code"
and find this one:
PSHN_L 13
SETBATTLEMUSIC
change it to:
PSHN_L 73
SETBATTLEMUSIC
and click "Compile" button, and Save.
albert:
--- Quote from: Divatox on 2025-06-18 00:28:22 ---Hi, im trying to edit some boss battles songs (premonition on Adel boss)
i found on deling this
lbl(27)
ucoff()
amesw(4, 3, 4, 100)
setbattlemusic(13) <<<<<<<<< ( i want to change to 73 premonition)
battle(363, 0)
setbattlemusic(5)
battleresult()
i load FIELD.fs in Deling, didnt found it Adel boss file, so i go do ultimecia's bosses to test. I found Sphinxaur boss and that line, but i select the number 13, but i cant change. What i missing here?
--- End quote ---
Adel boss battle please see: edadele3 /#350 /dic /default
battle No. is 796
Arkham666:
Is it possible to export the game's 3d models to use in an program like blender with this?
hobbitdur:
Not with deling, but you can look at mch2blend.
Navigation
[0] Message Index
[*] Previous page
Go to full version