winstxnhdw / lc-hax

A powerful, feature-rich and highly performant internal cheat for the co-op indie horror video game, Lethal Company.
87 stars 26 forks source link

what does /beta do? #72

Closed AverageVirusTotalEnjoyer closed 9 months ago

AverageVirusTotalEnjoyer commented 9 months ago

@winstxnhdw

winstxnhdw commented 9 months ago

It unlocks the badge that's supposedly only given to beta players.

AverageVirusTotalEnjoyer commented 9 months ago

i dont see any difference

winstxnhdw commented 9 months ago

Neither do I, honestly. But it's in the game's code.

public void SetLevelOfPlayer(PlayerControllerB playerScript, int playerLevelIndex, bool hasBeta) {
    playerScript.playerLevelNumber = playerLevelIndex;
    playerScript.playerBetaBadgeMesh.enabled = hasBeta;
    playerScript.playerBadgeMesh.mesh = this.playerLevels[playerLevelIndex].badgeMesh;
}
AverageVirusTotalEnjoyer commented 9 months ago

probably gonna be added in next update, or maybe its the vip badge who knows