cmdConfig alpha 1.0
Had to get my appendix removed this past Saturday because of acute appendicitis. Bad news: I can't cough without putting myself into great pain, my belly hurts, and I won't be able to do a whole heck of a lot off my computer for a while. Good news: at least it wasn't an ugly appendicitis. Even better news: the lack of ability to be physically active helped me finally finish a project I started a while ago. I present to you:
Download .zip archive (MediaFire)
cmdConfig, a program inspired by SteamCMD and written in C, is focused towards being a useful utility for game creators to ship with their games. What it is, really, is a main menu that can launch other "modules" (executable files). These modules in conjunction with cmdConfig will allow game settings to be modified without having to actually launch the game or manually modify the config file. This utility would be great if the user either changed a setting that caused the game to not launch, or if they simply wanted the game to boot up the first time in their monitor's native resolution.
Included in the archive is, of course, the cmdConfig.exe, its source code, sample config.cfg file, LICENCE.txt and README.txt files (which include some more information than what I am writing down here), and a sample module with its source code. The sample module doesn't do much, and really isn't the best example I could have come up with, but oh well. I will likely include better examples with later releases, but for now I am just happy to finally have something to show for how much time I have put into learning the C language. Please leave any feedback you have so I can continue to improve this program.










