Solved Status command not working

Discussion in 'Rust Discussion' started by Axy, Dec 24, 2015.

  1. Axy

    Axy

    How can they expose it?
    Can I possibly use/enable it on my server?

    I've checked the server versions and they all seem the latest.
     
  2. Axy, strange that this glitch occurred just after the last update
     
  3. They seem the latest ?
    I am also running the latest Rust version with the latest Oxide Build
    my players are able to use it atleast most of them.
    And I am the only admin with a friend of mine.
     
  4. Wulf

    Wulf Community Admin

    What build does the 'version' command return for you?
     
  5. Protocol: 1340.110.1
    Build Version: 743.06
    Build Date: Thursday, December 24, 2015 1:19:50 AM
    Unity Version: 5.2.4f1
    [DOUBLEPOST=1451410113][/DOUBLEPOST]
    Okay got a few other players to try it it seems for a very small amount of players this works and for the rest it just shows nothing
     
  6. Axy

    Axy

    I've checked the version command in some servers as well (status working) as well as my server (status not working)
    All return exactly the above version information that Heatst0rm pasted.
     
  7. any news?
     
  8. Axy

    Axy

    sadly, no.
     
  9. i am continually getting this responce in RCON. in not sure why its happening. it pops us about every 15 seconds
    Code:
    id                name   ping connected addr                 owner violation kicks
    76561198333002393 "Krig" 35   746.0624s <ip>       0.0       0
    (06:44:25) | [RCON][ip-port] status
    (06:44:25) | hostname: 3/2|BearClaw-RP|NoWipe|HalfCraft
    version : 1967 secure (secure mode enabled, connected to Steam3)
    map     : Procedural Map
    players : 1 (50 max) (0 queued) (0 joining)
     
  10. Wulf

    Wulf Community Admin

    Older RCON software often uses that for information.
     
  11. Im using RustAdmin. I was using Rusty before but it never would allow me to update it. is there anyway to stop this from popping up?
     
  12. Wulf

    Wulf Community Admin

    Short of asking the developer of that for a fix, not likely. You might be able to write a little plugin to stop the status command from working, but that may break functionality in RustAdmin.
     
  13. i guess ill just have to deal with it spamming my console. thank you for your time. @Wulf
     
  14. You might be able to filter it using FilterExt. Also, if I'm not mistaken; when using the "WebRcon" mode, RustAdmin doesn't even use status.
     
  15. Wulf

    Wulf Community Admin

    It'd probably be better to just intercept the command with OnServerCommand.
     
  16. Wouldn't that stop the command entirely? With filtering it, RCON can still read it if it's using it for information, but it won't actually be visible in the server console.
     
  17. Wulf

    Wulf Community Admin

    True true.