I did all that stuff. Still does not read the commands in the exec files. Also,the game will not recognize the hook alias in the weapons folder's autoexec.cfg file.Now here is an interesting thing also, in the game browser I set the Wodx test server in the favorites file and I looked the listing and the gametype listing came up as "error". Check that out.
alias +hook hookalias -hook unhookbind space +hook//uncomment the following line if you have a joystick:seta in_joystick "1"
Got it working now. I have put autoexe.cfg and config.cfg files all over the place (4 different places) and I finally must have got them in the right location. Thanks Poser and Ruiner. It is really tricky where to put these config files so that the game can see it correctly.NOTE: Ruiner in your alias file you have made a little error. You havethe followingset in_joystick "1"and it should be...seta in_joystick "1"Barton- Thanks. I forgot about that type of program for these pads. Mine came with one but it is an old version that will not work on Windows 7 for some reason.
set in_joystick "1"and it should be...seta in_joystick "1"
Great that you got it working, so now we're a step closer to getting this shit operational LOL. It's the beginnings that are always the hardest Quote from: PoRKcHoP on October 25, 2012, 06:09:24 PMset in_joystick "1"and it should be...seta in_joystick "1"I think both commands should work fine, but either way I updated the file anyway.
seta gl_ext_GLSL 0seta gl_ext_texture_compression 1seta gl_ext_multitexture 1seta gl_ext_vertex_buffer_object 1seta r_picmip 0 //set this to 1 if you don't care for nice texturesseta r_skymip 2seta r_fastsky 0seta r_texturemode GL_LINEAR_MIPMAP_NEARESTseta r_texturefilter 0seta r_stencilbits 0seta r_bloom 0seta r_detailtextures 0seta r_portalmaps 0seta r_portalmaps_maxtexsize 256seta r_lodbias 2seta r_subdivisions 16seta r_texturebits 16seta r_colorbits 0seta r_dynamiclight 2seta r_lighting_vertexlight 0 //set this to 1 if you want an extra bit of performance and don't care for nice lighting seta r_lighting_deluxemapping 0seta r_offsetmapping 0seta r_offsetmapping_reliefmapping 0seta r_shadows_pcf 0seta r_shadows_maxtexsize 800seta cg_shadows 1seta cg_outlineModels 0seta cg_outlineWorld 0seta cg_outlinePlayers 0seta cg_simpleItems 0 //set this to 1 if you want to avoid loading item/gun models and instead draw them as iconsvid_restart;wait;
Here's a new config I tweaked for those with shitty computers or HPBs who still want their game to look good:Quote from: low.cfgseta gl_ext_GLSL 0seta gl_ext_texture_compression 1seta gl_ext_multitexture 1seta gl_ext_vertex_buffer_object 1seta r_picmip 0 //set this to 1 if you don't care for nice texturesseta r_skymip 2seta r_fastsky 0seta r_texturemode GL_LINEAR_MIPMAP_NEARESTseta r_texturefilter 0seta r_stencilbits 0seta r_bloom 0seta r_detailtextures 0seta r_portalmaps 0seta r_portalmaps_maxtexsize 256seta r_lodbias 2seta r_subdivisions 16seta r_texturebits 16seta r_colorbits 0seta r_dynamiclight 2seta r_lighting_vertexlight 0 //set this to 1 if you want an extra bit of performance and don't care for nice lighting seta r_lighting_deluxemapping 0seta r_offsetmapping 0seta r_offsetmapping_reliefmapping 0seta r_shadows_pcf 0seta r_shadows_maxtexsize 800seta cg_shadows 1seta cg_outlineModels 0seta cg_outlineWorld 0seta cg_outlinePlayers 0seta cg_simpleItems 0 //set this to 1 if you want to avoid loading item/gun models and instead draw them as iconsvid_restart;wait;Right-click and copy low.cfg into your weapons folder, then type: exec low.cfgLet me know if you come up with something more optimized that still looks OK.