Hello, I am getting this message at the top center of screen instead of the correct format.
Is there anything I need to adjust? Below I will attach my config with that info:
},
"General Settings": {
"Admin messages color": "#c0c0c0",
"AuthLevel needed for console commands": 1,
"Broadcast messages color": "#ffffff",
"Chat/Message prefix": "[Air Drop Intel]",
"Prefix color": "#00ffff",
"Prefix format": "<size=12><color={0}>{1}</color>: ",
"GUI Announce command": "announce",
"Show message to admin after command usage": true,
"Time for active smoke of SupplySignal (default is 210)": 210.0,
"Lock DirectDrop to be looted only by target player": true,
"Lock SignalDrop to be looted only by target player": false,
"Unlock crates only after player stopped looting": false
},
Thanks for the help! 😉
Top Of Screen Message
Are you using GUI Announcements?
You have only included a small part of the config and not the part that deals with the gui (?
"SimpleUI": {
"SimpleUI_Enable": false,
"SimpleUI_FontSize": 25,
"SimpleUI_HideTimer": 10.0,
"SimpleUI_NoticeColor": "1 1 1 0.9",
"SimpleUI_ShadowColor": "0.1 0.1 0.1 0.5",
"SimpleUI_Top": 0.05,
"SimpleUI_Left": 0.1,
"SimpleUI_MaxWidth": 0.8,
"SimpleUI_MaxHeight": 0.1 @ FastBurst, No I am not using GUI Announcements. Is it required now in this new version?
@ pookins, Here is the rest of my config:
},
"SimpleUI": {
"SimpleUI_Enable": true,
"SimpleUI_FontSize": 15,
"SimpleUI_HideTimer": 15.0,
"SimpleUI_NoticeColor": "1 1 1 0.9",
"SimpleUI_ShadowColor": "0.1 0.1 0.1 0.5",
"SimpleUI_Top": 0.05,
"SimpleUI_Left": 0.1,
"SimpleUI_MaxWidth": 0.8,
"SimpleUI_MaxHeight": 0.1
},
Thanks Guys!
Doctros
@ FastBurst, No I am not using GUI Announcements. Is it required now in this new version?
@ pookins, Here is the rest of my config:
},
"SimpleUI": {
"SimpleUI_Enable": true,
"SimpleUI_FontSize": 15,
"SimpleUI_HideTimer": 15.0,
"SimpleUI_NoticeColor": "1 1 1 0.9",
"SimpleUI_ShadowColor": "0.1 0.1 0.1 0.5",
"SimpleUI_Top": 0.05,
"SimpleUI_Left": 0.1,
"SimpleUI_MaxWidth": 0.8,
"SimpleUI_MaxHeight": 0.1
},
Thanks Guys!
So if you want to use the SimpleUI, you will have to edit your lang files and remove the formats as well as the settings in the general config
If you use GUI Announcements you won't have to edtit any of that.
Ok, Thanks again!