Jump to content

Question

Posted

So, in order to get my lerp down, I tried using a config from someone.  It worked, very well in fact.  Trouble is, I cannot see when my flash light is on/off.  Can prove rather embarassing sometimes! Do you know what the console command is for it?  Once I change it via console, how do I make it a permenant thing? Dont want to revert back to my default config, but it is tempting atm!  Thanks for your time

8 answers to this question

Recommended Posts

  • 1
Posted (edited)

Sorry for the delay. I've been trying to find a solution. I know I've dealt with this problem in the past, I just can't remember the solution, but will keep looking.

 

48 minutes ago, Hamer 1st MRB said:

If I go to default config how do I lower my lerp?

In the meantime you can use the following commands from the netcode section of the autoexec to manually lower your lerp, set your rate, and improve your connection:

rate "60000"
cl_cmdrate "101"
cl_updaterate "101"
cl_smooth "0"
cl_smoothtime "0"
cl_interp "0"
cl_interp_ratio "0"
cl_interp_all "0"
cl_lagcompensation "1"
cl_lagcomp_errorcheck "1"
cl_pred_optimize "2"

The specific commands that pertain to lerp are:

cl_interp "0"
cl_interp_ratio "0"
cl_interp_all "0"

Edit:

Also, I may have found a solution. Please edit your autoexec to the following and try your flashlight again:

Change :

r_shadows "0"

To:

r_shadows "1"

 

Edited by Rather 1st MRB
  • 0
Posted

Can you look through you autoexec (use ctrl + f) for this command and tell me if it is set to "0" or "1"?

mp_flashlight

If it is set to "0" try putting "1" in the place of the zero and let us know your results. This is the basic flashlight enabled/disabled command. If it is set to "1" already I will look into other possible settings that are making just the light not appear in your 1st person view. 

 

There is also this thread from a while ago that has a possible solution for the same problem: 

Try both out and let us know the results. 

  • 0
Posted

Ok, tried both, no luck.  Even put the command into my exec file myself (it was not there before).

I can hear the sound of my flashight coming on and off, but see nothing of difference.

Do I just delete my exec and config files and go back to default?

 

  • 0
Posted

Please copy and paste you autoexec file text in this thread and I will try to see what I can find in it. In the meantime, all you have to do to restore your game to default is to remove the autoexec.cfg file out of you dod folder and save it somewhere else. 

  • 0
Posted

// ==============
//    Netcode
// ==============

rate "60000"
cl_cmdrate "101"
cl_updaterate "101"
cl_smooth "0"
cl_smoothtime "0"
cl_interp "0"
cl_interp_ratio "0"
cl_interp_all "0"
cl_lagcompensation "1"
cl_lagcomp_errorcheck "1"
cl_pred_optimize "2"


// ==============
//    Graphics
// ==============


cl_ejectbrass "0"
cl_forcepreload "1"
cl_muzzleflash_dlight_3rd "0"
cl_muzzleflash_dlight_1st "0"
cl_coldbreath_enable "0"
cl_phys_props_max "0"
cl_ragdoll_fade_time "0"
cl_show_splashes "0"
cl_deathicon_height "9"
cl_deathicon_width "25"
cl_enabledeatheffects 0
cl_enabledeathfilmgrain 0
cl_wpn_sway_scale "0"
func_break_max_pieces "0"
lod_transitiondist "0"
mat_antialias "0"
mat_disable_bloom "1"
mat_hdr_enabled "0"
mat_hdr_level "0"
mat_vsync "0"
mat_bloomscale "0"
mat_bumpmap "0"
mat_compressedtextures "1"
mat_clipz "0"
mat_envmapsize "512"
mat_envmaptgasize "128"
mat_fastspecular "1"
mat_forceaniso "0"
mat_filmgrain "0"
mat_monitorgamma "1.6"
mat_hdr_enabled "0"
mat_picmip "2"
mat_reducefillrate "1"
mat_specular "0"
mat_trilinear "0"
mat_wateroverlaysize "8"
muzzleflash_light "1"
mp_decals "0"
mp_flashlight "1"
net_graph "1"
props_break_max_pieces "0"
props_break_max_pieces_perframe "0"
r_3dsky "0"
r_cheapwaterend "1"
r_cheapwaterstart "1"
r_decal_cullsize "100000"
r_decals "0"
r_decalstaticprops "0"
r_drawbatchdecals "0"
r_drawflecks "0"
r_drawmodeldecals "0"
r_dopixelvisibility "0"
r_dynamic "0"
r_eyeglintlodpixels "0"
r_eyegloss "0"
r_eyemove "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
r_eyes "0"
r_forcewaterleaf "0"
r_lightaverage "0"
r_lod "0"
r_maxdlights "0"
r_maxmodeldecal "1"
r_occlusion "0"
r_PhysPropStaticLighting "0"
r_renderoverlayfragment "0"
r_rootlod "2"
r_shadows "0"
r_shadowrendertotexture "0"
r_teeth "0"
r_forcewaterleaf "0"
r_waterforceexpensive "0"
r_waterdrawreflection "0"
r_waterdrawrefraction "0"
r_waterforcereflectentities "0"
r_worldlights "0.9"
rope_averagelight "0"
rope_smooth "0"
rope_subdiv "0"
rope_wind_dist "0"
violence_agibs "1"            
violence_hgibs "1"            
violence_hblood "1"            
violence_ablood "1"
texture_budget_background_alpha "999    
texture_budget_panel_height "0"        
texture_budget_panel_width "0"    
gl_clear "0"

// ==============
//    Dualcore
// ==============


mat_queue_mode "2"
cl_threaded_bone_setup "1"
cl_threaded_client_leaf_system "1"
r_threaded_particles "1"
r_threaded_renderables "1"
r_threaded_client_shadow_manager "1"
r_queued_decals "1"
r_queued_post_processing "1"
r_queued_ropes "1"

// ==============
//    Mouse
// ==============


sensitivity "1.4"
zoom_sensitivity_ratio "1"
m_customaccel "0"
m_customaccel_scale "0"
m_customaccel_max "0"
m_customaccel_exponent "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "1"

// ==============
//     Sound
// ==============


dod_playrivalrysounds "0"
dod_playachievementsound "0"
dod_playwinmusic "0"
snd_duckerthreshold "0.15"
snd_duckerreleasetime "2.5"
snd_duckerattacktime "0.5"
snd_ducktovolume "0.55"
snd_mixahead "0.1"
snd_musicvolume "0"
dsp_enhance_stereo "0"
dsp_slow_cpu "1"
dsp_volume "2"
snd_pitchquality "1"
volume "1.0"
snd_surround_speakers "0"
suitvolume "0.25"

// ==============
//    Misc
// ==============


hud_classautokill "0"
hud_fastswitch "1"
cl_showhelp "0"
cl_autorezoom "0"
cl_autoreload "1"
jpeg_quality "100"
fps_max "101"
cl_dynamic_crosshair "0"
cl_crosshair_alpha "255"
cl_downloadfilter "none"
cl_allowdownload "1"
cl_allowupload "1"
bind "ALT" "+duck"
bind "c" "say_team !medic"
bind "SHIFT" "+speed"
bind "=" "voice_sniper"
bind "-" "voice_mg"
bind "p" "say *Salute*"
bind z "r_cleardecals"

  • 0
Posted

Okay, this still isnt sorted.  New config gets my lerp right down to 0.8 ms, but no flashlight! Default config got my lerp right up...as well as my FPS and ping. If I go to default config how do I lower my lerp? Alternatively, any updates on making this new config work with my flashlight??

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Recent Posts

    • Cannon: I used probability to shoot you in that bush Candy. Candy: What is that "Bush Probability Focus?" Ucar: "Bush probability Focus?" Thats what I call sex. Everyone laughs.  
    • Welcome to the 1st Marine Raider Battalion! Now that you have been accepted don't forget to: 1. Check in at the Recruit Depot 2. Read the Marine Raider Handbook (you are expected to know everything in it) 3. Change your steam friends Avatar 4. Download, install and log into Discord NOTE: Please be aware that you will not have access to the above links until an officer has given you full access to the forum. Access to the forum should be given to you within the next day.
    • MARINE CORPS ENLISTMENT OFFICE Camp Pendleton, CA   RECRUITMENT LETTER     Hello F. Flobbs   Thank you for taking interest in joining the 1st Marine Raider Battalion. There are a few things you should know before I give you a date for Basic Combat Training (BCT). Firstly, you are restricted to the weapon class of Rifleman for the duration of your time as a Recruit. Secondly, any questions you have about our unit, alternate times for your BCT, or just rules in general, you should contact your drill instructors GySgt. R. Fielding, 1stSgt. J. Candy, CWO. A. Pitteway, and 2ndLt. R. Martinez.    BCT will be Held on a day communicated to you by a member of the Drill Instructor team.   Do not hesitate to reach out to our Drill Instructors for additional information. They can be reached through the Forum Private Messaging System most reliably (click the envelope next to their name above).   Upon stating that you understand all the information here, an admin will change your forum name and login to be:   Flobbs 1st MRB   Take the time now to change your Steam and in-game name to:   Rec. F. Flobbs [1st MRB]   Please make sure to verify your forum account by checking your email. Also, please respond below with a reply showing that you have read and understand these rules and restrictions set. You cannot be fully accepted until you do so. We have a limit on the time to reply, if you do not do so within 48 hours, your application will be denied. Once you reply, you will be approved for your BCT unless otherwise posted.  
    • 1. Name you wish to use and Age:, (Our unit uses realistic names, this does not have to be your real name) Flobbs 2. Platform Type, Steam 3. Steam ID (Use 17 Digit SteamID 64 / PC Game Pass Account Username):, 76561198031905030 4. Do you have a microphone?, Yes 5. Which game title are you applying for?, Day of Defeat: Source 6. If you've selected Hell Let Loose, do you understand that this game is currently not cross platform capable and only PC players currently may apply? ( Steam or PC Game Pass), Yes 7. Why do you wish to join the 1st Marine Raiders?, Fielding is making me. no, known everyone for a while 8. Did any of our current members play a part in you enlisting? If so, who? If none, how did you learn about us:, lots, but I suppose Fielding 9. This unit offers more than just a place to play games with each other, do you have any online skills you think would be useful?, several. Ran a large 300 person DOD group back in my days. Ran a few for other games, Ran one for HLL. Developed software, plugins, websites, .... just ask 10. Do you have any Leadership experience that you think will be helpful?, yes 11. Have you ever been in a realism unit before, and if so, which unit was it?, no 12. By posting this Enlistment form, I acknowledge the instructions completely, declare that I am 16 years old or older, and agree that I have and will follow server and unit rules maturely and respectfully or face immediate rejection., Yes Submission stats UserId: 112220260907614208 Username: flobbs User: @Flobbs™ Duration: 363s Joined guild 3 years ago
×
×
  • Create New...