reactivedrop_public_src
reactivedrop_public_src copied to clipboard
[bug] Possible video settings menu bug
some of the options will be automatically reset when mission restart. The weird thing is that I can't find a new_mapserrings.cfg file
the menu items are "filtering mode", "bloom", and "depth blur", as shown in video
https://youtu.be/cQvwwF13C3U
here is my files in cfg folder
my autoexec.cfg has nothing to do with video settings
fps_max 600
asw_marine_death_cam_slowdown 0
asw_camera_shake 0
rd_ready_mark_override 1
rd_auto_fast_restart 1
asw_vote_leader_fraction 0.05
asw_vote_map_fraction 0.05
bind "k" asw_suicide
bind "m" "cl_emote 0"
bind "n" "cl_emote 1"
bind "b" "cl_emote 6"
net_graph 1
// network client settings
cl_interp_ratio 2 // lower interpolation to see the actual drone position, default 2
rate 120000 // network bandwidth ~120 KBps, default 30000
cl_cmdrate 100 // how many times per second your client sends data to server, default 30
cl_updaterate 100 // how many times per second your client recieves data from server, default 20
// network server settings(if you host server from your game)
net_splitpacket_maxrate 1200000 // if you host, other players will have smoother game
sv_maxrate 1200000 // if you host, other players will have smoother game
sv_reservation_timeout 5
asw_reserve_marine_time 5.0f
`