Is there a way to specify the default renderer as the opengl2 one? Also, is there a way of not using the SO/DLL renderer and just build the renderer with the executable?
I just looked for the cl_renderer Cvar and updated the default value to ‘opengl2’ so that new users always have opengl2 turned on when they start
That’s it? Just changing the cvar? So, the renderer code is always linked, if you don’t use USE_RENDERER_DLOPEN?
nope you still have a separate dll, but making it default will give you the result you’re looking for, isn’t it ?
Thanks for the info!