User panel stuff on forum
  5 posts on 1 page  1
Graphics Discussion
2008-03-31, 13:06
Member
21 posts

Registered:
Aug 2007
Which settings is necessary to aquire true legoquake-looking textures, like the d_mipscale command offered in sw-quake?

gl_picmip and gl_max_size 8 etc offers a softer-looking version of legoquake, but without the squares i see in say, bps' screenshots.
2008-03-31, 13:25
Member
355 posts

Registered:
Jun 2006
cvar_reset gl_max_size;gl_picmip 0;gl_miptexlevel 3;gl_texturemode gl_nearest is one way to get the best looking lego QW. For BPS' screenshots, I believe it's something like cvar_reset gl_miptexlevel;gl_max_size 8;gl_picmip 0;gl_texturemode gl_nearest
2008-03-31, 14:54
Administrator
886 posts

Registered:
Jan 2006
gl_max_size "4"
gl_miptexLevel "3"
gl_subdivide_size "128"
gl_texturemode "gl_nearest"
Join us on discord.quake.world
2008-03-31, 15:06
Member
21 posts

Registered:
Aug 2007
Excellent! Thank you.
2008-03-31, 18:15
Member
355 posts

Registered:
Jun 2006
Isn't subdivide_size only for the sky?
  5 posts on 1 page  1