You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: