How can i move these message panels to different postions on screen... I would like to place most the panels in the same postions as info panel had them in and id like to do the same... ie sleepers online cconnecting all to the left top and the message panel to the right top ... the heli oilrig and so in to top center where the compass in game is.... Great panel work pretty simple to use much better than infopanel
Changing panel position?
In the MagicPanel.json you can move the docks where you want them. Then just change each Panels Dock to the dock you want it to be attached to.
MJSUIn the MagicPanel.json you can move the docks where you want them. Then just change each Panels Dock to the dock you want it to be attached to.
When i put in top left or top center middle i get an error in the console and it dont work do you by chance have the name of dock locations i could use as an example??
Adding the below to MagicPanel.json will create a dock in the top left and top right with the names "lefttop" and "righttop":
"lefttop": {
"Position": {
"X Position": 0.0,
"Y Start Position": 0.965,
"Height": 0.035
},
"Enabled": true,
"Background Color": "#00000000",
"Panel Alignment (Left, Center, Right)": "Left",
"Panel Padding": 0.004,
"Dock Padding": {
"Left": 0.001,
"Right": 0.001,
"Top": 0.0,
"Bottom": 0.0
}
},
"righttop": {
"Position": {
"X Position": 1.0,
"Y Start Position": 0.965,
"Height": 0.035
},
"Enabled": true,
"Background Color": "#00000000",
"Panel Alignment (Left, Center, Right)": "Right",
"Panel Padding": 0.004,
"Dock Padding": {
"Left": 0.001,
"Right": 0.001,
"Top": 0.0,
"Bottom": 0.0
}
} could u do the same for the message panel at top rt of screen please
The 2nd one in the config I posted is top right unless I'm reading top rt wrong?
i keep getting errors i hate to be pain in ass its just lil confusing
{
"Message Panels": {
"MagicMessagePanel_1": {
"Panel Settings": {
"Dock": "bottom",
"Width": 0.2954,
"Order": 0,
"BackgroundColor": "#FFF2DF08"
},
"Panel Layout": {
"Text": {
"Text": "",
"FontSize": 16,
"TextAnchor": "MiddleCenter",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 1,
"Width": 1.0,
"Padding": {
"Left": 0.05,
"Right": 0.05,
"Top": 0.1,
"Bottom": 0.0
}
}
},
"Messages": [
"<color=#7fff00>Everyone make sure you slap the shit out of Willis!</color>",
"<color=#7fff00>Willis Sucks!</color>",
"<color=#7fff00>Raid Willlis He likes it!!!</color>",
"<color=#7fff00>Shoot Willis everytime you see him!Dont ask questions!</color>",
"<color=#7fff00>Make Willis Your Bitch!</color>"
],
"Update Rate (Seconds)": 4.0,
"Enabled": true
}
}
}
this is the message panel can u just copy n paste the part im replacing that with
{
"Message Panels": {
"MagicMessagePanel_1": {
"Panel Settings": {
"Dock": "bottom",
"Width": 0.2954,
"Order": 0,
"BackgroundColor": "#FFF2DF08"
},
"Panel Layout": {
"Text": {
"Text": "",
"FontSize": 16,
"TextAnchor": "MiddleCenter",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 1,
"Width": 1.0,
"Padding": {
"Left": 0.05,
"Right": 0.05,
"Top": 0.1,
"Bottom": 0.0
}
}
},
"Messages": [
"<color=#7fff00>Everyone make sure you slap the shit out of Willis!</color>",
"<color=#7fff00>Willis Sucks!</color>",
"<color=#7fff00>Raid Willlis He likes it!!!</color>",
"<color=#7fff00>Shoot Willis everytime you see him!Dont ask questions!</color>",
"<color=#7fff00>Make Willis Your Bitch!</color>"
],
"Update Rate (Seconds)": 4.0,
"Enabled": true
}
}
}
this is the message panel can u just copy n paste the part im replacing that with
{
"Message Panels": {
"MagicMessagePanel_1": {
"Panel Settings": {
"Dock": "righttop",
"Width": 0.2954,
"Order": 0,
"BackgroundColor": "#FFF2DF08"
},
"Panel Layout": {
"Text": {
"Text": "",
"FontSize": 16,
"TextAnchor": "MiddleCenter",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 1,
"Width": 1.0,
"Padding": {
"Left": 0.05,
"Right": 0.05,
"Top": 0.1,
"Bottom": 0.0
}
}
},
"Messages": [
"<color=#7fff00>Everyone make sure you slap the shit out of Willis!</color>",
"<color=#7fff00>Willis Sucks!</color>",
"<color=#7fff00>Raid Willlis He likes it!!!</color>",
"<color=#7fff00>Shoot Willis everytime you see him!Dont ask questions!</color>",
"<color=#7fff00>Make Willis Your Bitch!</color>"
],
"Update Rate (Seconds)": 4.0,
"Enabled": true
}
}
}