Devlog: April 18, 2026
Persona 3 Dual
- Decided to keep music format as .mp3 (until we see any issues)
- Got NitroFS to work, now we are reading music from the filesystem instead of storing it on RAM
- Converted the
MusicViewinto a controller and deleted the view and references- Added music to Intro, Menu, and Iwatodai Dorm views
- Added a start/end point to
MusicControllerso we can loop sections of songs (used this in the menu)
- Needed to refactor
DialogueControllerto properly work withMusicController - I do need to update the views that use the
MusicControllersince now they have a load time, which makes some things look a bit weird - There are also some audio glitches when we load in a track that I want to fix
- Also, it looks like the game will crash if we go in/out of a zone and try to load the music?