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

<1.28 game not visible #31

Open
Stannnnn opened this issue Jun 10, 2019 · 1 comment
Open

<1.28 game not visible #31

Stannnnn opened this issue Jun 10, 2019 · 1 comment

Comments

@Stannnnn
Copy link
Contributor

Whoops my 24p patch broke support for hosting on older pvpgn servers.

See:
44e3e44

to revert:
set the max_slots = 24 in gameslot.h to 12
and packet.push_back( 110 ); to packet.push_back( 98 ); in bnetprotocol.cpp
recompile it with ''make''

should probably make it automatically switch based on game version, I'm not sure how tho..

@aperture147
Copy link

Josko/aura-bot#72 (comment)
I think adding a config about max slots is better

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