Ship wireframe not in the correct position with the Advanced Widescreen 16:9 HUD - FLHDE/freelancer-hd-edition GitHub Wiki
NOTE: This issue has already been fixed since an installer update for version 0.4.1 was released.

This issue is often caused by playing Freelancer: HD Edition with the default settings in any aspect ratio other than 16:9. If you want to completely remove the Advanced Widescreen additions altogether, you can simply disable the "Advanced Widescreen HUD for 16:9 resolutions" in the mod options when installing the mod. You'll still get support for the regular Widescreen patch and other aspect ratios. However, it's pretty simple to get the wireframe to be in the correct position if your misalignment is similar to the one from the screenshot.
How to fix it
- In your
Freelancer: HD Editioninstallation folder, go toDATA/INTERFACE. - Right-click
HudShift.ini, clickPropertiesand make sure the attributeRead-onlyis unchecked. - Open
HudShift.iniwith your favorite text editor and findline 279. It should look like this:position = 4da2fa, 0.1765, 4da30e, -0.3025 - You can now change the first float value of this line, which is
0.1765.- To move the wireframe to the
left, decrease this value. Change it to0.1665for example. - To move the wireframe to the
right, increase this value. Change it to0.1865for example.
- To move the wireframe to the
- Save the file, and look where the wireframe is positioned in-game and keep increasing/decreasing this value until you've got it in the desired position.
Weapon group buttons fix

If the weapon group buttons are in the way, the only option we have for you is to disable them.
- In your
Freelancer: HD Editioninstallation folder, open theEXEfolder. - Right-click
dacom.ini, clickPropertiesand make sure the attributeRead-onlyis unchecked. - Open
dacom.iniwith your favorite text editor and findline 37. It should look like this:HudWeaponGroups.dll - Now simply put a semicolon in front of this line. It should now look like this:
;HudWeaponGroups.dll - Save the file and exit.