EDIT: In the console I noticed that 'skyball enable' tried to bring up enable.png in the parallaxes folder, so don't use that! :kaocry:
Here's the full TypeError:
Code:
TypeError: Cannot set properties of null (setting 'uScale')
at Skyballs.create (mz3d.js:49427:61)
at Skyballs.apply (mz3d.js:49268:10)
at Game_Interpreter.<anonymous> (mz3d.js:49121:12)
at Game_Interpreter.<anonymous> (mz3d.js:44565:101)
at PluginManager.callCommand (rmmz_managers.js:3114:24)
at Game_Interpreter.command357 (rmmz_objects.js:11317:19)
at Game_Interpreter.<computed>.<computed> (VisuMZ_0_CoreEngine.js:8881:183766)
at Game_Interpreter.<computed>.<computed> (VisuMZ_1_BattleCore.js:19457:252530)
at Game_Interpreter.<computed>.<computed> [as command357] (VisuMZ_1_MessageCore.js:2521:19798)
at Game_Interpreter.executeCommand (eval at onScriptLoad (FOSSIL.js:1:1), <anonymous>:195:26)EDIT: Got it working for an autosave by adding a plugin command: Camera which changed the yaw to 180. When I removed the yaw change, it disappeared again. What is this madness?! Ah nevermind, I'm switching to parallax with scroll and alpha fog.