Removing cdkey checking (for standalone totally different game)

Hi !

I’m working on a dirty prototype, and I’d like to remove all the cdkey stuff so that people don’t have it popping up when they boot the game.
My game can be played in LAN.

I have no Idea where to start !

I don’t think there is any documentation for this, so maybe someone with experience could point me towards where to look …

Thanks a lot !

Search for ui_cdkey and cdkey throughout the codebase using grep or your IDE’s search feature. Then, remove all the related code as needed.

Search for “standalone” in the readme.

Fixed :slight_smile: Thanks for all the info !