Ensiform

Results 457 comments of Ensiform

OpenJK doesn't ship custom assets currently so the latter request would not fit the scope. The C file open API is used for files so it should still flatten to...

Seems like wayland is reporting wrong size to game due to scaling factor. Are you using xwayland or did you force to wayland with sdl video driver env? r_mode is...

You should probably try to force it to use x11 with `SDL_VIDEODRIVER=x11` env var and have xwayland translate it. Wayland support is at the mercy of whatever SDL2 can handle...

SDL_WINDOW_ALLOW_HIGHDPI presumably desired on wayland and macOS but even then not guaranteed. SDL_Vulkan_GetDrawableSize / SDL_GL_GetDrawableSize / SDL_GetWindowSize will have different behavior iirc. Not really great wayland support with highdpi until...

What else did you change on the system?

There is not controller support in the vanilla builds on gog. And the basic controller support is still not ready for OpenJK. Even if it is added it will still...

Wasn't csupdated created because of changes made by ioq3 in the way that commands happen at certain time, I don't think the vanilla had that.

Q3 won't even do it automatically. It uses code within the client game module to attach them visually.

It does, but it needs explicit code to position and attach afaik. See CG_Player in cgame/cg_players.c for usage of tags. It invokes a trap call to lerp tag and some...

If you're only going to support as default pose it probably wouldn't be much of an issue to setup the entdef script to attach them without specific rotation though.