Skip to content
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

issue with list of players in lobby (1067) #32

Open
Pirotehnik13 opened this issue Jun 14, 2018 · 4 comments
Open

issue with list of players in lobby (1067) #32

Pirotehnik13 opened this issue Jun 14, 2018 · 4 comments

Comments

@Pirotehnik13
Copy link

Details

Hi!
In 1067 issue with list of players in lobby. Show only 1 player in list. When the second player is connected, a chat window appears, but the second player is not displayed in the list.
in server log there is a line:
[0122.58] Log: [AKFGameInfo::GetLivingPlayerCount] Controller is not a valid KFPlayerController - Controller: ExtPlayerController_0
[0123.18] Log: [AKFGameInfo::GetLivingPlayerCount] Controller is not a valid KFPlayerController - Controller: ExtPlayerController_0
[0124.18] Log: [AKFGameInfo::GetLivingPlayerCount] Controller is not a valid KFPlayerController - Controller: ExtPlayerController_0
[0125.18] ...... and so on

Steps to reproduce

connect to server 2 and more players.

@ForrestMarkX
Copy link
Owner

Not a ServerExt issue, it's a native code issue present in base KF2

@Pirotehnik13
Copy link
Author

can I fix it somehow? On another server with ServerExt players list in the lobby work. I don't understand where the problem is.

@ForrestMarkX
Copy link
Owner

Requires you to make a GameInfo extension and replace the function GetLivingPlayerCount

@Pirotehnik13
Copy link
Author

i add function GetLivingPlayerCount in HardModeBoss.
now log is clean, but lobby still show only 1 player.

2018-06-17_23-57-07

i am not good in code, and I do not know what need to do....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants