Saturday 10 July 2010

CSS Bugs [xiphrex]

There are quite a few bugs, I hope they read the steampowered forums and fix all the ones posted there.

The old css fps configs still work fine, there are only a few cvars that dont work anymore but they did nothing before either (like r_phong).

But multicore support there are new cvars and also a few more below:


Code:
// CSS Orange Box update
r_bloomtintg "0"
r_bloomtintb "0"
r_bloomtintexponent "0"
r_bloomtintr "0"
r_drawdetailprops "0"
r_flashlightrendermodels "0"
r_hunkalloclightmaps "0"
r_lightcache_zbuffercache "0"
r_propsmaxdist "0"
r_staticprop_lod "7"
r_sse_s "1"

cl_clearhinthistory "1"
cl_detaildist "0"
cl_detailfade "0"
cl_debugrumble "0"
cl_playerspraydisable "1"
cl_showhelp "0"

mat_alphacoverage "0"
mat_bloom_scalefactor_scalar "0"
mat_maxframelatency "0"
mat_max_worldmesh_vertices "0"
mat_software_aa_blur_one_pixel_lines "0"
mat_software_aa_strength "0"
mat_software_aa_strength_vgui "0"
mat_software_aa_tap_offset "0"

prop_active_gib_limit "0"
adsp_debug "0"

// Multicore Support
mat_queue_mode "2"
cl_threaded_bone_setup "0"
cl_interp_threadmodeticks "0"
cl_threaded_client_leaf_system "0"
r_threaded_client_shadow_manager "1"
r_threaded_particles "1"
r_threaded_renderables "1"
r_queued_decals "0"
r_queued_post_processing "1"
r_queued_ropes "1"
mp_usehwmmodels "-1"
mp_usehwmvcds "-1"

Only just tested the above and it didnt seem to do anything negative. FPS was the same though. So I think it comes down to using mat_queue_mode "2" or "-1" (both are the same thing)

No comments:

Post a Comment