View Single Post
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 12-08-2021 , 15:22   Re: [CSGO] Crashing ~5mins after playing
Reply With Quote #15

Found out why, it's the deviation between tv_delay and tv_delay1.

Example, the default values for tv_delay is 10 and tv_delay1 is 15.

You can safely set your tv_delay to be 0 and your tv_delay1 to be 30; however, if you plan to record a demo, you might get the out of memory error. You could continue to raise it to whatever you deem reasonable, but do keep in mind what you're currently setting it to, will give you the issue you are setting.

Also, you don't need +tv_enable1 1 in your start parameters, anything after addhltv1 can be set in your gamemode_competitive_server.cfg
Maxximou5 is offline