Anakin wrote:I had that Problem on end or for my rcm mod. That's why you cannot play on end or. And some have that problem for tor belsavis too, and for others the floating fix worked
From all my attempts at fixing the belsavis bug (which seems to be the same as the OP's problem) I was only able to come up with this.
Code: Select all
Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\GameModel.cpp(221)
Model "com_inv_mesh" already loaded in another level file
com_inv_mesh is the mesh that the floating icon fix tutorial has you use for the second hud mesh. It's supposed to be invisible, but from what I've been able to gather the bug is the result of the game not loading it correctly, and because of this it replaces com_inv_mesh with the other hud mesh.
EDIT: While writing this post I had a brainspark. com_inv_mesh (or whatever mesh a mod is using for the second hud mesh slot) ought to be able to be positioned in the same way the icon is postioned. So if the mod's hud file is changed so that com_inv_mesh is positioned offscreen.
Hopefully if the bug is caused by what I think it is caused by then the reposition would "fix" it by simply moving the floating weapon offscreen.
Granted I have little experience with hud files, and I can't test myself because I've never been able to reproduce the bug.