The numpad keys seems to be a bug in SP. I assume it happened in base as well, we haven't changed any of the keys code there. Brought over the change from MP. https://github.com/JACoders/OpenJK/commit/e04792c33b0b206932c5ac01c4f80befb3d5995e I don't get crashes when changing the resolution at the main menu via console? You should probably avoid using vid_restart when running the game due to the separated renderer module can cause issues like that still. The white screen is unlikely to go away, we fixed every other case of it but it just doesn't go away. Cinematics and 2d are actually drawn at 640x480. And rendered at your resolution. Requires changes to mod code for 2d, cinematics were adjusted to be that way on purpose.