coryshaw1 / saliens-hack

Hack for Sailens, the game of Steam Summer Sale 2018 - AutoSelect Planet, Invincibility, and InstaKill
MIT License
106 stars 31 forks source link

[Idea] gServer.ReportScore() #18

Open CakeEaterGames opened 6 years ago

CakeEaterGames commented 6 years ago

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 commented 6 years ago

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.