- Joined
- Apr 17, 2022
- Messages
- 1
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMZ
Can't get HudMaker Ultra to play nice with my game. I tried turning off every single Plugin and it still doesn't
work even with just SRD_UltraBase.js and SRD_HUDMakerUltra.js (both in the correct order.)
I then started a new project and the Plugin worked correctly. I then copy pasted my plugins folder from my game to the new project and it still continued to work correctly with every single plugin. So I assumed something must be missing or corrupt in my Original game .JS folder. So I copy and replaced the Main .JS files from the new project back to my original game. It did not work. So I'm kind of stuck.
From what I understand undefined Type Error's usually arise when it can't locate the file or container it's calling. Google however returned no results for RpgMaker MZ mapHUDID. It seems noone has reported running in to this specific issue before. Below it the Devtools Copypasta. Thanks for any help anyone can give me.
rmmz_managers.js:2030 TypeError: Cannot read property 'mapHUDID' of undefined
at Stage_UltraHUDContainer.hudID (SRD_HUDMakerUltra.js:400)
at Stage_UltraHUDContainer.createMapHUD (SRD_HUDMakerUltra.js:394)
at Scene_Map.createUltraHUD (SRD_HUDMakerUltra.js:1956)
at Scene_Map.createSpriteset (SRD_HUDMakerUltra.js:1951)
at Scene_Map.createDisplayObjects (rmmz_scenes.js:891)
at Scene_Map.onMapLoaded (rmmz_scenes.js:679)
at Scene_Map.isReady (rmmz_scenes.js:669)
at Function.SceneManager.updateScene (rmmz_managers.js:2099)
at Function.SceneManager.updateMain (rmmz_managers.js:2057)
at Function.SceneManager.update (rmmz_managers.js:1938)
work even with just SRD_UltraBase.js and SRD_HUDMakerUltra.js (both in the correct order.)
I then started a new project and the Plugin worked correctly. I then copy pasted my plugins folder from my game to the new project and it still continued to work correctly with every single plugin. So I assumed something must be missing or corrupt in my Original game .JS folder. So I copy and replaced the Main .JS files from the new project back to my original game. It did not work. So I'm kind of stuck.
From what I understand undefined Type Error's usually arise when it can't locate the file or container it's calling. Google however returned no results for RpgMaker MZ mapHUDID. It seems noone has reported running in to this specific issue before. Below it the Devtools Copypasta. Thanks for any help anyone can give me.
rmmz_managers.js:2030 TypeError: Cannot read property 'mapHUDID' of undefined
at Stage_UltraHUDContainer.hudID (SRD_HUDMakerUltra.js:400)
at Stage_UltraHUDContainer.createMapHUD (SRD_HUDMakerUltra.js:394)
at Scene_Map.createUltraHUD (SRD_HUDMakerUltra.js:1956)
at Scene_Map.createSpriteset (SRD_HUDMakerUltra.js:1951)
at Scene_Map.createDisplayObjects (rmmz_scenes.js:891)
at Scene_Map.onMapLoaded (rmmz_scenes.js:679)
at Scene_Map.isReady (rmmz_scenes.js:669)
at Function.SceneManager.updateScene (rmmz_managers.js:2099)
at Function.SceneManager.updateMain (rmmz_managers.js:2057)
at Function.SceneManager.update (rmmz_managers.js:1938)