FMOD is a new Audio module for RMXP with new features for BGM, SE, BGS.....
How ever it requires RTP Standard even with the "RGSS100J.dll" in the Game.exe directory.
What I want help with is to remove its dependence on RTP.
With out RTP installed you get and error: Script 'FMOD- Ex' line619: NoMethodError occurred.
undefined method 'chr' for nil:NilClass.
here is what the line looks like...
I'm not an expert with scripts but what i make of it is that its trying to read the registry to locate RTP?
I suppose this isn't that big of a deal, but it would be nice if i can fix it. Thanks to any one who can help with this.