Dragon Master Posted July 19, 2021 Share Posted July 19, 2021 WHEN I OPEN THE GAME I GET THIS HELP !!!!!!!!!!!!!!!!!!!!!! WAAAAAAAAAAAAAAAAHHHHHHHHHH Link to comment Share on other sites More sharing options...
gilam Posted July 19, 2021 Share Posted July 19, 2021 mods? Link to comment Share on other sites More sharing options...
Dragon Master Posted July 20, 2021 Author Share Posted July 20, 2021 I dont think I have any mods man. I just installed v13 and removed my earlier Link to comment Share on other sites More sharing options...
Nullspace Posted July 21, 2021 Share Posted July 21, 2021 Hmm... did you check that the file referred (Audio/BGM/Rejuvenation - Title Screen.mp3) exists? I had a similar issue where some scripts where missing for some reason. Is this the only error? As far as I know the missing sounds won't stop the game from working (I even tested removing the Audio directory). I think you can comment out the part of the code that raises the error (Scripts/Game_System.rb) without issues (bar getting no bg music), but I doubt this will help: def bgm_play_internal2(name,volume,pitch,position) # :nodoc: #begin # Audio.bgm_play(name,volume,pitch,position) #rescue ArgumentError # Audio.bgm_play(name,volume,pitch) #end end Link to comment Share on other sites More sharing options...
ZoklyInkling001 Posted July 21, 2021 Share Posted July 21, 2021 (edited) 7-21-21 Does the file show in the game's BGM folder. Anyway this will most likely get patched later. What does BGM even stand for? Base game music? Jade A. Fenwe Edited July 21, 2021 by ZoklyInkling001 Grammatical Errors :) Link to comment Share on other sites More sharing options...
Dragon Master Posted August 11, 2021 Author Share Posted August 11, 2021 On 7/21/2021 at 3:54 PM, Nullspace said: Hmm... did you check that the file referred (Audio/BGM/Rejuvenation - Title Screen.mp3) exists? I had a similar issue where some scripts where missing for some reason. Is this the only error? As far as I know the missing sounds won't stop the game from working (I even tested removing the Audio directory). I think you can comment out the part of the code that raises the error (Scripts/Game_System.rb) without issues (bar getting no bg music), but I doubt this will help: def bgm_play_internal2(name,volume,pitch,position) # :nodoc: #begin # Audio.bgm_play(name,volume,pitch,position) #rescue ArgumentError # Audio.bgm_play(name,volume,pitch) #end end so am i supposed to do anything with this code Link to comment Share on other sites More sharing options...
Recommended Posts