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

Question about precache #233

Closed
Ghost90 opened this issue Aug 3, 2016 · 5 comments
Closed

Question about precache #233

Ghost90 opened this issue Aug 3, 2016 · 5 comments

Comments

@Ghost90
Copy link

Ghost90 commented Aug 3, 2016

Does ReHLDS supports more than 512 precache limit ?

@Mistrick
Copy link

Mistrick commented Aug 3, 2016

Without clientside changes this impossible.

@Ghost90
Copy link
Author

Ghost90 commented Aug 3, 2016

yea i know but if i change

server.h ->

#define HL_MODEL_MAX 512
#define HL_GENERIC_MAX 512
#define HL_EVENT_MAX 256

will work on server?

i know that the sound on server max is 512 and on client 1024 so if we change 512 -> 1024 , may work.

@Mistrick
Copy link

Mistrick commented Aug 3, 2016

If you change server side, you need client which can use that server. Default client can't connect to changed server or smth else.

@mittorn
Copy link

mittorn commented Sep 4, 2016

Apply my gcc patch, run GDB and check it.
It is possible to increase server limit, but maybe you need to modify netcode to send only limited amount of data to clients (for example, only 512 visible models and model indexes should be rebased for each client).

@In-line
Copy link
Collaborator

In-line commented Feb 16, 2018

Dup. #180

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

5 participants