- 172
- Posts
- 8
- Years
- Seen Sep 6, 2022
I have to be forgetting something or doing something wrong but im not sure what it is. I'm just trying to use my own music to play as a theme before the battle, new music during the battle and a new victory theme.
These are the steps ive done so far
I've gone into the trainer types PBS and added the lines for the trainer this is my line
143,NEWENZO1,Guardian,80,New Enzo Battle,NEW Important Victory,NEW Enzo Theme,Male,255,255
Then I have my trainer added into the trainers PBS the rest is just all his pokemon
#-------------------------------
NEWENZO1
Enzo
6,POTION,POTION,SUPERPOTION
then in the audio/BGM file I have the tracks
NEW Enzo Battle.ogg and NEW Important Victory.ogg I have also tried this with mp3 because mp3 has worked for my music in the towns and routes. i had it as mp3 first and it wasnt working with this event so i tried .ogg which the other files in essentials are. I cant use Midi because the tracks are too complex and itll just jumble the sounds.
then of course in audio/ME i have the single
NEW Enzo Theme.ogg
the script is set up in the battle as
the whole script works perfectly, all the text and everythinig and the battle itself works as it should. the only problem is none of the music plays. once the battle starts ill just keep on playing the music for the town.
can someone tell me what im doing wrong? also if its okay to use mp3 for all of this? because it saves me a step when i dont have to use .ogg. any help is appreciated, thank you.
These are the steps ive done so far
I've gone into the trainer types PBS and added the lines for the trainer this is my line
143,NEWENZO1,Guardian,80,New Enzo Battle,NEW Important Victory,NEW Enzo Theme,Male,255,255
Then I have my trainer added into the trainers PBS the rest is just all his pokemon
#-------------------------------
NEWENZO1
Enzo
6,POTION,POTION,SUPERPOTION
then in the audio/BGM file I have the tracks
NEW Enzo Battle.ogg and NEW Important Victory.ogg I have also tried this with mp3 because mp3 has worked for my music in the towns and routes. i had it as mp3 first and it wasnt working with this event so i tried .ogg which the other files in essentials are. I cant use Midi because the tracks are too complex and itll just jumble the sounds.
then of course in audio/ME i have the single
NEW Enzo Theme.ogg
the script is set up in the battle as
Code:
pbTrainerBattle(:NEWENZO1,"Enzo",_I("You've made me proud son..."),false,0,false,0)
can someone tell me what im doing wrong? also if its okay to use mp3 for all of this? because it saves me a step when i dont have to use .ogg. any help is appreciated, thank you.