Giter VIP home page Giter VIP logo

Comments (13)

82ndab-Bravo17 avatar 82ndab-Bravo17 commented on July 18, 2024

Did you alter the groups table from the default at all?

from big-brother-bot.

donna30urt avatar donna30urt commented on July 18, 2024

I haven't touched them

from big-brother-bot.

danielepantaleone avatar danielepantaleone commented on July 18, 2024

I believe the group the log is referring to is the regular expression captured group. Are you by any chance using custom server engine?

from big-brother-bot.

donna30urt avatar donna30urt commented on July 18, 2024

I am indeed using a modified server engine

from big-brother-bot.

danielepantaleone avatar danielepantaleone commented on July 18, 2024

Probably the server engine you are using is printing the log file differently, and B3 cannot recognize the Say event from which to extract the command.

from big-brother-bot.

donna30urt avatar donna30urt commented on July 18, 2024

Well that is only happening sometimes, especially if the client reconnects it's working just fine

from big-brother-bot.

donna30urt avatar donna30urt commented on July 18, 2024

Should I post the log of the client connecting when it works and also when it doesn't?

from big-brother-bot.

danielepantaleone avatar danielepantaleone commented on July 18, 2024

It would help 😊

from big-brother-bot.

donna30urt avatar donna30urt commented on July 18, 2024

https://paste.anonvodka.xyz/ukokilitil.py

there you go, it's quite a lot and I'm not sure what you will need so I rather post everything

The first time "fadl" connects it's not letting him use commands but when he reconnected it does

from big-brother-bot.

donna30urt avatar donna30urt commented on July 18, 2024

Another thing that I just found is that if the client renames it also works.. so /reconnect or renaming fixes this

from big-brother-bot.

danielepantaleone avatar danielepantaleone commented on July 18, 2024

The problem is that the user has spaces in his nickname and the B3 parser does not take space into consideration (because spaces, and if I recall correctly also color codes, are stripped by the server engine or the qvm). Since you are using a customized server engine (and possible also a modded qvm) you should fix this problem on your end.

Parsing with spaces
Parsing without spaces

from big-brother-bot.

donna30urt avatar donna30urt commented on July 18, 2024

Right I see, well I don't have access to the code of the server mod so I'll just find a workaround, probably by forcing a rename once a player connects. Thank you
Quick side question, can I somehow change how many commands per second b3 is able to send to the server?

from big-brother-bot.

danielepantaleone avatar danielepantaleone commented on July 18, 2024

I don't recall B3 specifying any delay in RCON commands. You may want to check if your server engine is limiting the amount of RCON commands in a given amount of time.

from big-brother-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.