Hello,
I see many VANILLA servers that have automatic broadcasts that include colors in them. How could I do the same with my server?
Cheers,
Tiberone
Solved Colored server broadcasts in vanilla?
Discussion in 'Rust Discussion' started by Tiberone, Oct 9, 2016.
-
Use color tags.
Oxide API for Rust -
Non plugin way:
Most hosts have a tab in TCAdmin Panel called scheduled task, Mostly used for Restarts.
You could select "Run RCON/Command" set your broadcasts in there and just add
<color=red>Test message</color> = Test message
You have the messages run every x minutes/hours/days or at an exact time.Last edited by a moderator: Oct 9, 2016 -
Rust's format is documented here: Unity - Manual: Rich Text -
Ok, this helped me alot!
-
Correction to my post:
<colour=red>Test message</colour> -
-
Rip auto correct
-
Anyone know how to do color for death messages in Rust Admin? -
Without a plugin you'll probably have to edit some of the core DLL's, I may be wrong tho -
Wulf Community Admin
-
If you use RustAdmin (Free or paid), Go to: Statistics.
On the right hand side there is an option to broadcast kills, You can also change the test to send.
Default:
${victim} was killed by ${killer}
Example of colored: <color=green>${victim} </color>was killed by <color=blue>${killer}</color>
Note, You will need to have RustAdmin open and connected for the kills to be broadcasted.
[DOUBLEPOST=1476281389][/DOUBLEPOST]Example Pic:
-
He can do something very similar with TCAdmin -
I'm a purist vanilla kinda guy. So are my players. Yes you do have to have rust admin running all day. However mine crashes after long time use on windows 10 -
If it dedicated server you could download rust admin on your box and have it 24/7 on there
[DOUBLEPOST=1476284711][/DOUBLEPOST]You could create a batch file so when the program closes it will reopen (Assuming auto connect to server is enabled) and connect back to the server -
Hosted server.
I'm wondering if I can upload ftp somewhere -
-
Code:@echo off echo To close RustAdmin, Close this program first :Restart start "RustAdmin" /wait "RustAdmin.exe" echo RustAdmin was closed, Reopening... goto Restart
1: Edit the DLL's
2: Go modded -
The colored kill messages work very nicely
Is there a way to make "Server" in the messages have a different color? -
Wulf Community Admin