All config variables custom P3D

Hello there,
imagine I have a custom P3D SDK 1.10.0 Py 2.7.
I am looking for all possible config variables, like fullscreen 1.
In which file in the SDK I ca see them?

This prints a list of all loaded variables and their values and descriptions:

from panda3d.core import ConfigVariableManager
cvMgr = ConfigVariableManager.getGlobalPtr()
cvMgr.listVariables()

Note that it won’t list variables in modules that have not been loaded. Eg. if you are using the OpenGL renderer, then it won’t show variables related to the DirectX renderer.

I am getting closer on this one tnx, but still not what I am looking for.

I mean imagine a big game like TT or PotCO they had like: want-ships or want-weapons-no-training.

How do I get those, the ones I get I dun really give a sack