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

    • Can confirm, I did exchange conversation with this individual. Furthermore, this individual displayed good communication skills. 
    • MARINE CORPS ENLISTMENT OFFICE Camp Pendleton, CA   RECRUITMENT LETTER     Hello Gleumi, Thank you for taking interest in joining the 1st Marine Raider Battalion.   During your trial period the following will occur: Once accepted as a Recruit, you will remain as a Recruit for 2 weeks from the day of your acceptance until the next BCT Class is offered. During your time as a recruit, it is highly encouraged to play within the Public Server and join Discord with our other members. Upon acceptance, you will be contacted by one of our DIs when the next available BCT is scheduled via the appropriate Discord channel.   We have a BCT class every two weeks. Please keep an eye out for when the next one is made available once you've completed your time requirements!   Upon stating that you understand all the information here, an admin will change your forum name and login to be :   (Doe) 1st MRB   Take the time now to change your Steam and in-game name to:   Rec. (J. Doe) [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. 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 trial period unless otherwise posted.  
    • gleumi's application for Enlistment Form Questions Name: gleumi Timezone & Country/Region: NA west Platform Type Steam Steam ID (Use 17 Digit SteamID 64 / PC Game Pass Account Username): 76561199013530895 Age: 16 Do you have a microphone? Yes Which game title are you applying for? Hell Let Loose 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 Why do you wish to join the 1st Marine Raiders? I want to join because both my friend and I are new to hell let loose and we want to find a community that can help us learn to play and have fun Did any of our current members play a part in you enlisting? If so, who? no 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? I think just talking in general would be useful Do you have any Leadership experience that you think will be helpful? no I do not Have you ever been in a realism unit before, and if so, which unit was it? No i have not, this is my first How did you hear about us? my friend 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   Application stats UserId: 898228794698133544 Username: gleumi User: @gleumi Duration: 265 seconds Joined guild at: 18 hours ago
    • killagoof's application for Enlistment Form Questions Name: Sawyer Lee   Timezone & Country/Region: Pacific   Platform Type: Steam   Steam ID (Use 17 Digit SteamID 64 / PC Game Pass Account Username): 76561199134329361   Age: 17   Do you have a microphone? Yes   Which game title are you applying for? Hell Let Loose   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   Why do you wish to join the 1st Marine Raiders? Seemed interesting, never really played these types of realistic shooters before Did any of our current members play a part in you enlisting? If so, who?: Muthas, Smith, Arsenault   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? uhhh i don't think so   Do you have any Leadership experience that you think will be helpful? Nah I'm more of a yes man than anything   Have you ever been in a realism unit before, and if so, which unit was it? nope I have not   How did you hear about us? I just searched online to see if these groups still existed or not   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 Application stats UserId: 793704846921957406 Username: killagoof User: @Rec. S. Lee Duration: 661 seconds Joined guild at: 11 hours ago
×
×
  • Create New...