1. Wulf

    Wulf Community Admin

    Wulf submitted a new resource:

    FilterExt - Extension to Oxide's filter for removing unwanted messages

    Read more about this resource...
     
  2. Hi! Not working?! or ...i'm doing something wrong? I just loaded ...
    ...see the screenshots !
     

    Attached Files:

  3. Doesn't work

    [​IMG]
     
  4. It doesn't filter the rcon console messages. It also doesn't filter what is logged to file. Which is what both of you are using.
     
  5. I'm using Rust:IO Console because I don't have access to real console :(
     
  6. Wulf

    Wulf Community Admin

    It only filters Oxide's console which dedicated servers would be using. This doesn't do the actual filtering either, it just adds to it.
     
  7. Has this plugin stopped working or being worked on? None of my unwanted messages are being blocked. I'm using Rusty, and I thought it worked for a time. Do I need to use something else?
     
  8. Wulf

    Wulf Community Admin

    Rusty may not show the same as what the server shows. This is just an extension of what is in Oxide, it does work though.
     
  9. How else do i use this mod then? i thought this was for Rusty Console?
     
  10. Wulf

    Wulf Community Admin

    This filters messages from the actual server console.
     
  11. Oh, bummer. Thanks anyway Wulf.
     
  12. Wulf

    Wulf Community Admin

    Wulf updated FilterExt with a new update entry:

    0.2.0

     
  13. @Wulf Hello.How to make improved filter?Like filter all messages uncluded "Test_text"
     
  14. Wulf

    Wulf Community Admin

    Just add the line you want to the plugin file.
     
  15. Okay, a little example.I am receiving from console

    Text1 Azaza
    Text1 Ololo
    Text1 etc...

    How i must remove all lines that includes Text1?
     
  16. Wulf

    Wulf Community Admin

    Open the plugin, copy the lines where the other text is filtered, and add a new one with "Text1" in it instead.
     
  17. I made that, but its still showing.I am trying to hide all lines with

    Code:
    CAPIJobRequestUserStats - ...
    I added that in plugin

    Code:
    filter.Add("CAPIJobRequestUserStats - no stats data in server response, we must be up to date");
    filter.Add("CAPIJobRequestUserStats - received error 'Failure' (2) from server");
    filter.Add("CAPIJobRequestUserStats - Server response failed 2");
    But that still showing
    Code:
    CAPIJobRequestUserStats - Server response failed 2
     
  18. Wulf

    Wulf Community Admin

    Then it's likely not something that can be filtered.
     
  19. Oh, okay....Any way to hide that?