Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: grecias on October 02, 2011, 06:07:47 pm

Title: [XP] DREAM encrypted audio with Fmod Ex?
Post by: grecias on October 02, 2011, 06:07:47 pm
Hi everyone,

I'm trying to use the DREAM encrypter for audio files http://forum.chaos-project.com/index.php?topic=78.0 (http://forum.chaos-project.com/index.php?topic=78.0), together with FMod Ex sound script(by Hiretsukan and Cowlol, you can find it here http://www.rpg-studio.de/script/fmod-ex-audio-5682.html (http://www.rpg-studio.de/script/fmod-ex-audio-5682.html)) and it doesn't work.

-It crashes saying it was denied access to tmp.wav
-Fmod also adds a time position argument in game_system -> bgm_play and it needs to be added in DREAM.play_encrypted_audio.

What is I believe to be the problem:
This Fmod script rewrites game_system -> bgm_play, and so does DREAM. Also Fmod adds fade outs and fade ins, accessing the tmp.wav for longer than expected by DREAM


Can somebody please make a fix for this?