saliens-hack icon indicating copy to clipboard operation
saliens-hack copied to clipboard

[Idea] gServer.ReportScore()

Open CakeEaterGames opened this issue 7 years ago • 1 comments

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.

CakeEaterGames avatar Jun 22 '18 11:06 CakeEaterGames

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 avatar Jun 22 '18 11:06 coryshaw1