Getting Oxide output on RUSTAdmin?
Hi,

I am running RUSTAdmin, I am wondering how to get Oxide to output, is there a help page on this? Also if I change to this i assume ill need to change the config to

^\[Oxide\]\s[0-9]{1,2}:[0-9]{1,2}\s((A|P)M\s)?\[.*?\]\s\[Better\sChat\]\s\[.*?\]\s(?<sender>.*?):\s(?<message>.*) 
or is it

^\[Oxide\]\s[0-9]{2}:[0-9]{2}\s\[Info\]\s\[Better\sChat\]\s(?<sender>.*?):\s(?<message>.*) ?

Unless you have your oxide.config.json setup to output those tags to your console/log (disabled by default), RCON will not be able to see which ones they are.
Yeah I was wondering if there was a break down on how to set up the oxide config anywhere?
In response to YGBHawk ():
Yeah I was wondering if there was a break down on how to set up the oxide config anywhere?
The settings in it are pretty simple, and pretty much do what they say. The one you are looking for would be the MinimalistMode.
{
"Options": {
"Modded": true,
"PluginWatchers": true,
"DefaultGroups": {
"Players": "default",
"Administrators": "admin"
}
},
"OxideConsole": {
"Enabled": true,
"MinimalistMode": true,
"ShowStatusBar": true
},
"OxideRcon": {
"Enabled": false,   (Set this to ture)
"Port": 28030,      (Set this to the same as the Rcon port?)
"Password": "null", (Set this to the Rcons password?)
"ChatPrefix": "[Server Console]" 
}
}

Do i need to restart the server after changing these settings?
The only change you need is the one I mentioned previously; MinimalistMode. The other changes you made will break things.

XD Can you just post what i need so i can copy paste it over. Shit hit the fan the last time i tried to get this to work lol! I mean i must have to change the port right? and the Password? Then just turn on minimalist mode and done? Unfortuantly i need the old config file back as its saved in that state atm ^^

 

The things in brackets are obviously not in the config, that was just to ask questions.

Change the true to false on the MinimalistMode line, nothing else.

"OxideRcon": {
"Enabled": false,   (Set this to ture)
"Port": 28030,      (Set this to the same as the Rcon port?)
"Password": "null", (Set this to the Rcons password?)
"ChatPrefix": "[Server Console]" 

So Ignore all of this? What about the "Enabled": false line?

Also will I need a server restart to start seeing things?

In response to YGBHawk ():
"OxideRcon": {
"Enabled": false,   (Set this to ture)
"Port": 28030,      (Set this to the...
The settings under OxideRcon are only for Oxide’s RCON; you’d don’t need to touch those with Rust.

Any change to that file requires a restart.
Oh okay! Thanks for the help Wulf.
I already have  "MinimalistMode": true, but it is not working. Am I missing something?
In response to Irish ():
I already have  "MinimalistMode": true, but it is not working. Am I missing something?
False, not true.
In response to Wulf ():
False, not true.
Sorry I meant to say I do have that to False. However it still does not output. I have some users that have clan tags, some with VIP (group) and others without either. Is there something specific that needs to be put in the "Chat Message Regex" for RustAdmin to make it work?
In response to Irish ():
Sorry I meant to say I do have that to False. However it still does not output. I have some users th...
If you have it set to false and have restarted the server, then the [Oxide] tags and timestamps would be showing in your console window; if not, then it likely isn't set somehow still. That's the only change that setting makes.