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

[Idea] gServer.ReportScore() #18

Open
CakeEaterGames opened this issue Jun 22, 2018 · 1 comment
Open

[Idea] gServer.ReportScore() #18

CakeEaterGames opened this issue Jun 22, 2018 · 1 comment
Labels
question Further information is requested

Comments

@CakeEaterGames
Copy link

Haha) Very nice! I've been also messing with this game's code and I was wondering if there is a way to modify gServer.ReportScore in order to just repitetly say that the player have spent 2 minutes and got X score. I can't do it but maybe you can.

@coryshaw1
Copy link
Owner

This has been looked into pretty heavily. Basically you can't report a score outside of the correct time that a round would end once it's started. If you send a report score too soon after a round starts, then an empty response object is returned, meaning no XP or anything has changed. Same with if you send a score that is too high from the difficulty of the zone you just played.

@coryshaw1 coryshaw1 added the question Further information is requested label Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants