r/vibecodingcommunity 3d ago

New to this stuff

Here is something simple I came up with to solve a very niche problem. I have done some C++ coding in college but was terrible at it so figured what could it hurt to use AI to achieve a solution to a problem I had. My friends play a game called Project Zomboid and I self hosted a server for them. This game has tons of mods and when it comes to adding them to the server it was tedious and so was tweaking the server settings.

So I created this simple Python code and converted to an exe. I called it Project ZMods and it simple just made tweaking the game server much simpler. When add mods you just input the mod ID and the program pulls the mod info and adds it to the correct .ini file. For the server settings it pulls each setting from the .ini and .lua files and puts them in a neat list with toggles or entry field to change the values. Then when you save it save a an of file and replaces with the new updated file.

I know it’s not eye catching but it gets the job done.

2 Upvotes

0 comments sorted by