If you look here, you can see that cvars are creatable via console command, but not really by MENUDEF without using a hack. If you're making a mod, this would be especially important because otherwise it wouldn't allow clients who downloaded this to play properly unless they put it in their zdoom.ini files themselves.
So what if we could get something like this to be implemented:
Code: Select all
CustomCvars
{
DefineCvar <CvarName>, <Int>
}