Need Help Installing. The only mod I'm trying to get it to work with is Enhanced Edition Redux Next Gen Beta #189
-
My game works fine with Enhanced Edition Redux Next Gen Beta, but it breaks when I try to add this. This screenshot shows my merges. I followed the in depth install guide on merging, but there is one merge that popped up that wasn't in the guide called game\player\playerInput.ws. I've tried all possible combination of merges, and none work. When I try to compile, I get this error. I think this is the bigger issue. Error [mod_sharedutils_custombossbar]local\sharedutils\custombossbar\globals.ws(10): Could not find function 'show' Warning [modw3ee]core\math.ws(590): Global native function 'IntToUint32' was not exported from C++ code. Does anyone know what to do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi ! You're correct i forgot to mention the playerInput.ws file. Merge all 3 mods together for this one. Your errors however aren't all from that merge, as you can see from your script-merger the sharedutils custombossbar mod is written in grey. That's because you set a custom priority to your EE, causing the game to ignore the default alphabetical ordering. Update your priorities to include the sharedutils custom boss bar to load before (a lower priority number than EE) and that would work! |
Beta Was this translation helpful? Give feedback.
Hi !
You're correct i forgot to mention the playerInput.ws file. Merge all 3 mods together for this one.
Your errors however aren't all from that merge, as you can see from your script-merger the sharedutils custombossbar mod is written in grey. That's because you set a custom priority to your EE, causing the game to ignore the default alphabetical ordering. Update your priorities to include the sharedutils custom boss bar to load before (a lower priority number than EE) and that would work!