Chaos Project

Featured Projects => Tasks => Advanced RPG Creator => Finished Tasks => Topic started by: Blizzard on July 24, 2011, 01:51:53 pm

Title: [Finished] [RGSS] RGSS::Audio: Sound Category Conflicts
Post by: Blizzard on July 24, 2011, 01:51:53 pm
RGSS::Audio: Sound Category Conflicts




Description

RMXP handles audio categories by play-type, not by folder path. This needs to be changed or adapted in a different manner.
Example:
Playing a file from the Audio/BGM yields different results when played with Audio#bgm_play and Audio#me_play.
RMXP: Handles the file as a ME and me_stop will work fine.
ARC: Handles the file as a BGM (even though it has been played as a ME) and me_stop will not work.



Priority

Low.



Prerequisites

None



Assigned

Blizzard



Everything else

This task is more or less simple. I just put it here so I don't forget to do it.