After some searching and finding out that it's nearly impossible to insert/replace music directly to the game, the closest option would be pairing ePSXe with media player or another program.
How can I turn the music off without eliminating sound effects?
Im fearing the worst now.
fuck
Hmm... I honestly can't think of anything... yeah. We don't know how to import our own songs unfortunately.
I just need to know how to shut off the music.. Be it by overwriting the files with an empty one or by hex editing.
I have no clue on how to do it.
Shutting off the music may be easier... maybe one of the songs in the in-game list is an empty one...
Unfortunately IDK =( we have a stalled project with LD for that.. too bad.
Quote from: "Sephirot24"Shutting off the music may be easier... maybe one of the songs in the in-game list is an empty one...
Unfortunately IDK =( we have a stalled project with LD for that.. too bad.
I read somewhere in a thread here long ago a list of songs (First thread in hacking/patching tools board), that had hex number 00 as empty, and named some others.
A posibility perhaps.
You can easily turn of the music in events. The music everywhere else would be a bit trickier though.
I got my hex editor ready.

From there on.. I know shit about anything.
Attack.out is the file you are going to want to work in. Set your view to 24 byte length. This information is from Gomtuu I believe and many other sources. I'm just pasting it here since I can't find the original on the forums. Change the 6th and 7th byte of ever line to 00, and all music will be off in every event in the game. This information starts at 0x00010F0A. Hopefully this will get you started.
First line:
0x10938: 0100 3E00 0033 3400 0100 0000 0000 0000 0100 0000 0000 0000
AAAA BBCC DDEE FFGG GGHH HHII II ZZ xxxx xxxx JJJJ
Last line:
0x10950: 0200 3E00 0033 3400 0100 0000 0000 0000 0100 0300 8100 0000
xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx KKKK LL xxxx
x = duplicate, ignored data
A = Scenario number: 1
(Just an index for this list, apparently.
Also, whichever event is numbered "1" always plays first.)
B = Map number: 0x3e
(MAP/MAP062.GNS)
C = Weather: 0
(Doesn't influence whether the rain animations are used)
D = Day/Night: 0
0 = Day
1 = Night
E = First Music file: 0x33
(SOUND/MUSIC_51.SMD)
F = Second Music file: 0x34
(SOUND/MUSIC_52.SMD)
G = ENTD entry: 0x0100
(Looks like this matches the "Game Events" list.)
H = Character placement grid, 1st Squad
(Placement grids are found in ATTACK.OUT at 0xbbd4)
(For first scenario, using this makes the placement screen garbled.)
I = Character placement grid, 2nd Squad
J = Event script: 0
(Scenario 1 seems to be a special case because Event Script 0
plays just fine. Using Event Script 0 on scenario 3 causes wrong
text to display.)
(Also seems to control which scenario block the "next scenario"
byte is read from)
K = Next scenario: 3
(As indexed by A)
L = 0x80 = World map follows this scenario
0x81 = Another event follows this scenario (K)
0x82 = Game reset follows this scenario (side effect, or intneded?)
Z = Not sure yet, but setting it to 1 makes Ramza mandatory on
character placement screen
PLEEEEASE someone find how to change the overworld music! ill be ur bestest friend (for a few minutes)
Hmmm...I think I have an idea on that.
how about you... change the sector and filesize of the song in the SCUS?
okay i think i have found them all cheetah it doesnt seem to crash or make anything unstable. i found a pattern, everything before and after the value 1B for ALL of these are identical so i changed them all to 5F and it worked!!
0x14A0
0x2464
0x975C
0x9BC8
0xACB8
0x1B548
0x22AA8
changing all of these will make the world map music whatever value u set it at, but dont thank me, thank Cheetah, he's really the one that did this.
Most excellent Zozma. If we continue to look into this I'm pretty sure we could figure out how to control the music for other areas of the world map. I will look into this a bit more.
My quite interesting, on my side I found back my "music table" that allows changing the loaded music sectors.
http://www.ffhacktics.com/wiki/Music (http://www.ffhacktics.com/wiki/Music)
This is great news! Good work, Zodiac and Cheetah!