• Ragdoll Physics crash even with new convars
    4 replies, posted
Hey FP. Running TTT and we've had a handful of ragdoll/physics related srcds crashes. Convar settings are: sv_crazyphysics_warning 1 sv_crazyphysics_remove 0 sv_crazyphysics_defuse 1 No idea how to read mdmp files, but here's the latest one: [url]http://dumps.metastruct.uk.to/dumper.py?dump=srcds_2117156_crash_2016_8_28T0_9_10C0.mdmp[/url] Could anyone shed some light on this? Bonus question: ttt_playercolor_mode stays at 1 even though it's set to 0 in config, why's that?
Change sv_crazyphysics_remove to 1. Also, you should run the concommand in a Lua script since it probably runs too early in the server.cfg.
[QUOTE=code_gs;50960178]you should run the concommand in a Lua script since it probably runs too early in the server.cfg.[/QUOTE] What would be an efficient way of doing this?
[QUOTE=Voxtria;50971871]What would be an efficient way of doing this?[/QUOTE] Run the RunConsoleCommand functions you want in a PostGamemodeLoaded hook.
-snip-
Sorry, you need to Log In to post a reply to this thread.