Forum posts

Posted 2 years ago2021-12-30 15:53:36 UTC
in game crashes if i shoot a tracer Post #346175
You've instantiated std::atomic<T> with sizeof(T) equal to 2/4/8 and alignof(T) < sizeof(T). Before VS 2015 Update 2, this would have misbehaved at runtime. VS 2015 Update 2 was fixed to handle this correctly, but the fix inherently changes layout and breaks binary compatibility. Please define _ENABLE_ATOMIC_ALIGNMENT_FIX to acknowledge that you understand this, and that everything you're linking has been compiled with VS 2015 Update 2 (or later). hl_cdll C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\include\atomic 1462
this only happens on inputw32.cpp in cl_dll for some reason without any modifications
Posted 2 years ago2021-12-29 12:10:52 UTC
in game crashes if i shoot a tracer Post #346172
it doesn't do any errors it just closes
Posted 2 years ago2021-12-27 14:39:16 UTC
in game crashes if i shoot a tracer Post #346170
i use an older version of halflife-updated because the solution won't compile on vs2019 and it constantly errors on some std::atomic thingy
Posted 2 years ago2021-12-27 14:04:39 UTC
in game crashes if i shoot a tracer Post #346167
i tried to run it without any view bobbing changes but it still crashed, as for the steps i just copied it from here because it was midnight and i was kinda tired so
Posted 2 years ago2021-12-27 08:47:17 UTC
in game crashes if i shoot a tracer Post #346165
i didn't compile the game dll but it still crashes with the game dll compiled
Posted 2 years ago2021-12-26 22:59:11 UTC
in game crashes if i shoot a tracer Post #346163
so i followed admers tutorial on how to get better view bobbing but as soon as i fire any hitscan weapon e.g. mp5 or glock the game will just freeze for a few seconds and close
unrelated: the health count just shows the electricity hazard icon at all times
Posted 2 years ago2021-12-13 05:50:25 UTC
in adding back the alpha 0.52 blood stream effect? Post #346117
im probably asking for too much but is there a way to modify the bloodstream code so that it follows a pattern like a sine wave?
Posted 2 years ago2021-12-12 08:14:36 UTC
in adding back the alpha 0.52 blood stream effect? Post #346116
thanks a lot for the help!
Posted 2 years ago2021-12-09 18:13:32 UTC
in adding back the alpha 0.52 blood stream effect? Post #346112
i've tried to take a look at it but it somehow manages to make it really confusing
Posted 2 years ago2021-12-09 14:53:18 UTC
in adding back the alpha 0.52 blood stream effect? Post #346110
i wanna add it to a mod of mine but i don't know how the blood stream system works.
example of the blood streamexample of the blood stream