Member
10 posts
Registered:
Jun 2011
hi all!
is there and cmd, to make gl look like sw in the old days?
Administrator
334 posts
Registered:
Jan 2006
several ways. I prefer these settings:
//Texture Settings
gl_max_size "8"
gl_picmip "1"
gl_subdivide_size "128"
gl_texturemode "GL_NEAREST_MIPMAP_LINEAR"
Have nothing else in that section.
An alternative method is the following (taken from
fQuake's 'get started guide'):
gl_externalTextures_bmodels 0
gl_externalTextures_world 0
gl_texturemode gl_nearest
gl_miptexlevel 3
gl_picmip 0
r_drawflat 0
r_fastsky 1
r_fastturb 0
News Writer
309 posts
Registered:
Sep 2006
After you add all those commands, "vid_restart" must follow
Administrator
334 posts
Registered:
Jan 2006
don't think so, simply reconnect to server.
News Writer
309 posts
Registered:
Sep 2006
News Writer
1267 posts
Registered:
Jun 2007
cfg_save
is nice too if you add these ingame and not in the config file with notepad or whatever
Member
10 posts
Registered:
Jun 2011
wow, i will check that! thanks a lot guys!
Member
10 posts
Registered:
Jun 2011
it's a bummer, ezquake.x11 is only windowed. no fullscreen support anymore, just a window to check, if you installed properly, can't wait to get home and config :-)
Member
10 posts
Registered:
Jun 2011
thanks, works fine, but i miss the "green" pixels haha, it fits 70% to my wishes anyway! better than before, cu on xs4all ffa
Member
232 posts
Registered:
Feb 2006
GL_NEAREST_MIPMAP_NEAREST is more SW