Anyway you could make right next to the toolbar leftside as a position? Im not verygood at moving through config file
Custom Location
If you mean left side of the hotbar, you could try
"ParentPosition": {
AnchorMin = "0.5 0",
AnchorMax = "0.5 0",
OffsetMin = "-350 15",
OffsetMax = "-210 80"
} beee
If you mean left side of the hotbar, you could try
"ParentPosition": { AnchorMin = "0.5 0", AnchorMax = "0.5 0", OffsetMin = "-350 15", OffsetMax = "-210 80" }
I changed the OffsetMin and OffsetMax but nothig happend.
I use the anchor position "Bottom" but I wanna set it a little higher for all Players, because on this Server we have a XP bar on the same position and it overlaps a little.
How can I do that for all Players on this server?
Duke23er
I changed the OffsetMin and OffsetMax but nothig happend.
I use the anchor position "Bottom" but I wanna set it a little higher for all Players, because on this Server we have a XP bar on the same position and it overlaps a little.
How can I do that for all Players on this server?
Hi,
Make sure you have "Custom Position" in config enabled, and your in game /ammohud set to Default so it would take from config positions.
Hi,
with Default did you mean "Position: Right"?
Here are my new config (it looks fine for me):
"Position Settings": {
"Default State (true = on, false = off)": true,
"Position (Top, TopLeft, TopRight, Left, Right, Bottom, BottomLeft, BottomRight)": "Right",
"Custom Position": {
"Enabled": true,
"Custom Position": {
"ParentPosition": {
"Enabled": true,
"AnchorMin": "0.5 0",
"AnchorMax": "0.5 0",
"OffsetMin": "-125 90",
"OffsetMax": "15 155"Now does every player see it in every resolution where I see it?