02:54 < bridge> til you can overwrite DMI values with kernel parameters 02:55 < bridge> you can spoof so much data 02:55 < bridge> i love this 02:57 < bridge> i can make my motherboard vendor be anything 02:57 < bridge> @totar do you want to be my motherboard vendor? 02:57 < bridge> not really 02:57 < bridge> you can be my ram sticks or cpu if you want 02:58 < bridge> you can have 500000 cores 02:58 < bridge> im going to have fun with that tmrw 03:00 < bridge> next steam hardware survey if there is one guy with a Tater Core-I99 76000K with 400 cores you know who it is 03:01 < bridge> they probably filter that i guess 05:58 < bridge> How to zoom like how "zoom+/-" does? Tried 05:58 < bridge> `GameClient()->m_Camera.SetZoom(CCamera::ZoomStepsToValue(std::log(GameClient()->m_Camera.m_Zoom) / std::log(CCamera::ZOOM_STEP) + ZoomDelta * 20.0f), g_Config.m_ClSmoothZoomTime, true);` 05:58 < bridge> But it doesn't take effect, I was thinking calculating the zoomstep by `m_Zoom` and then give the step a delta