Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map Details and Player Scale #125

Open
SpineyPete opened this issue Feb 12, 2021 · 1 comment
Open

Map Details and Player Scale #125

SpineyPete opened this issue Feb 12, 2021 · 1 comment

Comments

@SpineyPete
Copy link
Collaborator

This is something that's a minor issue with some maps, but the scale of certain textures and brushes is a bit off in some maps. This is a classic problem but easy to fix in most cases. Just run around a map in third person and look if the player looks like a midget. For example on Torn the individual stairs should probably be half as high, there's also the barrels which are huge. Quetoo is not a realistic game so there's no need for real world scale, but it should be "roughly" right imo.

@jdolan
Copy link
Owner

jdolan commented Feb 12, 2021

I agree. Most of our maps use 8u stairs now, and Torn should be updated as such. I haven't tried this already because of the light sources on the stair risers. But I'm sure there's a workable solution.

This was / is even worse in Quake2, btw. This is a big part of why I experimented with scaling our player model and bounding box up from Quake2's comically small size. Stairs are up to grunt's waist in stock Quake2 😂 The challenge, tho, is that a lot of maps have major movement issues if you increase the player size to a more realistic value in relation to 16u stairs. But you'll see in the code PM_MINS, PM_MAXS, and PM_SCALE (currently 1.f).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants