Author Topic: [PSX/PC] Field editor - Deling (1.0)  (Read 518189 times)

Divatox

  • *
  • Posts: 95
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #325 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?

albert

  • *
  • Posts: 55
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #326 on: 2025-06-23 08:31:41 »
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?

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

  • *
  • Posts: 55
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #327 on: 2025-06-23 08:38:14 »
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?

Adel boss battle please see: edadele3 /#350 /dic /default
battle No. is 796
« Last Edit: 2025-06-23 08:40:46 by albert »

Arkham666

  • *
  • Posts: 3
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #328 on: 2025-07-11 22:28:35 »
Is it possible to export the game's 3d models to use in an program like blender with this?

hobbitdur

  • *
  • Posts: 90
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #329 on: 2025-07-15 08:11:14 »
Not with deling, but you can look at mch2blend.

Spaniard

  • *
  • Posts: 1
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #330 on: 2026-02-10 09:05:54 »
Hi, I've only now registered, but I've been using the forum and the tools for years now (10+).

I've edited time and again the pc version of the game successfully, adding new speeches, conditionals, wtv.

I thought I'd try passing all that I did to the original playstation title, in that I'd use an emulator to play it then.

By using deling I can open the psx disc 1, I find the same scenes/scripts/texts to edit, but I cannot edit them?

I also can't save/export. Is it not possible to edit the psx version of the game?
I never tried it, but always assumed it was possible. Or am I doing something wrong?

Thanks in advance

Kefka

  • *
  • Posts: 203
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #331 on: 2026-05-02 04:41:09 »
Quick question, Myst6re, is it possible to add NPCs and scripts to a certain field file or copy them over from another field? I wanna relocate one NPC in the game to a different area, but right-clicking with the mouse on a field entity doesn't work in the scripts tab as it does in the texts tab.

FF7's MakouReactor could do this (there it's called "add group", "delete group", "copy group" etc.), and since both editors were created by you (cannot thank you enough, by the way, you're a genius), I kinda hoped there might be a way... I'm using the newest version, Deling 1.0.

myst6re

  • *
  • Posts: 654
  • Light King of the Savegame - Field Master - FF8.fr
    • View Profile
    • FF8.fr
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #332 on: 2026-05-02 07:17:08 »
Inm currently working on it