-
Notifications
You must be signed in to change notification settings - Fork 127
Improve support for bots. #884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
catornot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree with the no report part. Bots do take up player slots therefore they must be reported in some way otherwise servers could get report as not full when they are in fact full.
primedev/dedicated/dedicated.cpp
Outdated
| { | ||
| SetConsoleTitleA(fmt::format( | ||
| "{} - {} {}/{} players ({})", | ||
| "{} - {} {} ({} bots) / {} humans ({})", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CC @pg9182
Does this affect docker stuff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On next docker artifact produced, it should let you pull a new image (if this gets merged)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this affect docker stuff?
Yes, the regexp will need to be updated.
catornot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be probably better to fix #548 instead but this is fine as well
blocking until https://github.com/R2Northstar/NorthstarLauncher/pull/884/changes#r2651637462 is resolved
I could add support for reporting the bot count. |
but that still should be a different pr since it would need prs to multiple repos |
Fixes crash if a bot joins a server with no other players.
Enables

sv_stressbotsplayer 2 is with stress bots player 3 is without stress bots.