Few things I got from the code.
1.Launcher is a glorified bat file in its current state.
2.It was built focusing around cfg modding.
3.It's missing these files which make cfg modding not work.
4.The owner clearly never heard of the DRY principle, holy molly code is bad.Code:string ConCmds = @"docs\NA_ConCommands.txt"; string ConVars = @"docs\NA_ConVars.txt"; string CostumeID = @"docs\player_costume.txt";