Hi all, how can I change the text speed of the info panel, so that the rotating messages will be displayed a bit longer?
Thanks!
InfoPanel
Moved
Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018
- 5/5, 160 likes
-
mouse center when using gui plugins...
-
-
Is the infopanel fixed??
-
How to make server default time not a game time? Sorry for my english
Last edited by a moderator: Apr 18, 2017 -
-
Hi, =D
How can i create this?Attached Files:
-
-
[DOUBLEPOST=1492547577][/DOUBLEPOST] -
-
-
InfoPanel | Page 100 | Oxide
It is Infopanel - just a different set up in the JSON file that oxide uses, for infopanel. -
Anyone got a sexy infopanel without the zlevels?
-
-
Zlevels is a completely different mod.
The picture earlier in the thread, was of a re-hash of this mod, using the json file to move thins around and bring them in line with the Zlevels mod layout (i assume?) -
"Balance": {
"AnchorX": "Left",
"AnchorY": "Bottom",
"Autoload": false,
"Available": false,
"BackgroundColor": "0 0 0 0.",
"Dock": "BottomLeftDock",
"FadeOut": 0.0,
"Height": 0.95,
"Image": {
"AnchorX": "Left",
"AnchorY": "Bottom",
"Available": true,
"BackgroundColor": "0 0 0 0.0",
"Height": 0.8,
"Margin": "0 0.01 0.1 0.01",
"Order": 1,
"Url": "http://i.imgur.com/HhL5TvU.png",
"Width": 0.1
[DOUBLEPOST=1492791048][/DOUBLEPOST]I made various mods to my panel.
[DOUBLEPOST=1492791196][/DOUBLEPOST]
"Messages": [
"Welcome! To a good Rust Server.",
"Still some glitches from Apr 14 Patch",
"Use /ticket create <Message> for comments/request"
[DOUBLEPOST=1492791428][/DOUBLEPOST]
"AnchorX": "Left",
"AnchorY": "Bottom",
"Autoload": true,
"Available": true,
"BackgroundColor": "0.1 0.1 0.1 0",
"Dock": "TopLeftDock",
"FadeOut": 0.0,
"Height": 0.95,
"Margin": "0 0 0 0.01",
"Order": 1,
"PanelSettings": {
"ClockUpdateFrequency (seconds)": 4,
"TimeFormat": "HH:mm"
[DOUBLEPOST=1492791657][/DOUBLEPOST]
"MessageBox": {
"AnchorX": "Right",
"AnchorY": "Bottom",
"Autoload": true,
"Available": true,
"BackgroundColor": "0 0 0 0.0",
"Dock": "TopRightDock",
"FadeOut": 0.0,
"Height": 0.95,
"Margin": "0 0 0 0.005",
"Order": 7,
"PanelSettings": {
"MessageUpdateFrequency (seconds)": 20,
"MsgOrder": "normal"Last edited by a moderator: Apr 25, 2017 -
-
-
Is it possible to center a dock or panel? for example the message box to have it at the top-center of your screen?
-
I just started playing with this today, but by changing :
"TopRightDock": {
"AnchorX": "Right",
"AnchorY": "Top",
"Available": true,
"BackgroundColor": "0 0 0 0.0", <Transparent box>
"Height": 0.03,
"Margin": "0.005 0.005 0.005 0.005", <Distance from the right side of screen. Unload, reload, and see results>
"Width": 0.39 <Width of bar> -
So I moved my message box from the TopRightDock to the BottomRightDock and now the text wont show up in the box. Here is my config...
Attached Files:
-