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...
-
Press TAB.
-
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 -
Thanks!
-
Hi, =D
How can i create this?Attached Files:
-
-
That's a completely different mod, to info panel... But i'd love to know it's name...
[DOUBLEPOST=1492547577][/DOUBLEPOST]If you read this thread, back, from this page, you'd see...
-
tks my friend =D
-
Could also send the ZLevelsRemastered
-
ok, not strictly true and my fault for not spotting it. (sorry) Page 100 of this thread:
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?
-
All info panels without zlevels. What did you mean?
-
This info panel doesn't have zlevels. (or at least not when i've been using it, which is all the time)
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?) -
Edit the .json, change balance to available to false. You might also change the background color to 0.0.0.0.
"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]Is this what you mean?
"Messages": [
"Welcome! To a good Rust Server.",
"Still some glitches from Apr 14 Patch",
"Use /ticket create <Message> for comments/request"
[DOUBLEPOST=1492791428][/DOUBLEPOST]"Clock": {
"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]In the .json.
"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 -
Tried but didn't worked.
-
Take a look at the .cs and .json above.
-
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:
-

