resolution fix - i know its been asked before


(gjrc) #1

hi,

i know this has been asked before and a variety of fixes have been offered. i have tried the .bat file and the down-loadable program neither seem to work i am still reset to 800x600 every time i launch the game either through ASE or normally.

can anyone help - its really annoying :angry: :angry:

PS my bat file looks like this:

del etmain\profiles
ew\profile.pid
del shrubet\profiles
ew\profile.pid
del etpro\profiles
ew\profile.pid
del shrubmod\profiles
ew\profile.pid

et.exe %*


(mouse) #2

have you got windows xp?


(BondyBoy007) #3

your batch file looks ok, have you got an autoexec.cfg file in your ET folder which specifies the mode to use

http://www.splashdamage.com/index.php?name=pnPHPbb2&file=viewtopic&t=3883&highlight=solution+800x600


(next_ghost) #4

U can simply override com_crash error using autoexec.cfg.

Open ur etconfig.cfg and copy all lines ending β€œunsafe” to autoexec.cfg and delete the β€œunsafe” mark from each line. Save & play.

Example:
etconfig.cfg
…
seta r_smp β€œ0” unsafe
seta r_mode β€œ8” unsafe
seta r_depthbits β€œ24” unsafe
seta r_stencilbits β€œ0” unsafe
seta r_stereo β€œ0” unsafe
seta r_colorbits β€œ32” unsafe
seta r_texturebits β€œ32” unsafe
seta r_clampToEdge β€œ1” unsafe
seta r_ext_texture_env_add β€œ1” unsafe
seta r_nv_fogdist_mode β€œGL_EYE_RADIAL_NV” unsafe
seta r_ext_NV_fog_dist β€œ0” unsafe
seta r_ext_texture_filter_anisotropic β€œ0” unsafe
seta r_ati_fsaa_samples β€œ1” unsafe
seta r_ati_truform_pointmode β€œGL_PN_TRIANGLES_POINT_MODE_LINEAR” unsafe
seta r_ati_truform_normalmode β€œGL_PN_TRIANGLES_NORMAL_MODE_LINEAR” unsafe
seta r_ati_truform_tess β€œ1” unsafe
seta r_ext_ATI_pntriangles β€œ0” unsafe
seta r_glIgnoreWicked3D β€œ0” unsafe
seta r_ext_compiled_vertex_array β€œ1” unsafe
seta r_ext_multitexture β€œ1” unsafe
seta r_ext_gamma_control β€œ1” unsafe
seta r_ext_compressed_textures β€œ1” unsafe
seta r_allowExtensions β€œ1” unsafe
seta r_glDriver β€œopengl32” unsafe
…

autoexec.cfg
seta r_smp β€œ0”
seta r_mode β€œ8”
seta r_depthbits β€œ24”
seta r_stencilbits β€œ0”
seta r_stereo β€œ0”
seta r_colorbits β€œ32”
seta r_texturebits β€œ32”
seta r_clampToEdge β€œ1”
seta r_ext_texture_env_add β€œ1”
seta r_nv_fogdist_mode β€œGL_EYE_RADIAL_NV”
seta r_ext_NV_fog_dist β€œ0”
seta r_ext_texture_filter_anisotropic β€œ0”
seta r_ati_fsaa_samples β€œ1”
seta r_ati_truform_pointmode β€œGL_PN_TRIANGLES_POINT_MODE_LINEAR”
seta r_ati_truform_normalmode β€œGL_PN_TRIANGLES_NORMAL_MODE_LINEAR”
seta r_ati_truform_tess β€œ1”
seta r_ext_ATI_pntriangles β€œ0”
seta r_glIgnoreWicked3D β€œ0”
seta r_ext_compiled_vertex_array β€œ1”
seta r_ext_multitexture β€œ1”
seta r_ext_gamma_control β€œ1”
seta r_ext_compressed_textures β€œ1”
seta r_allowExtensions β€œ1”
seta r_glDriver β€œopengl32”


(gjrc) #5

thanks guys

so when you say autoconfig.cfg, i take it i create an autoconfig file with teh not unsafe information in it. where do i place this?

thanks again.

g

:slight_smile:


(gjrc) #6

oh yeah and i do have win xp


(gjrc) #7

think i have it sorted now - i used this instead in my .bat file:

C:
cd β€œ\program files\wolfenstein: enemy territory”
del /s profile.pid


(Depth_Charge) #8

autoexec.cfg not autoconfig.cfg


(next_ghost) #9

One faster way with autoexec - copy etconfig.cfg to the same folder, rename the copy to β€œautoexec.cfg”, open it, remove everything except the lines marked unsafe and delete the unsafe marks.