All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Valve Developer Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:36, 19 June 2026 Quellerz talk contribs created page Adding a Camera Tilt When Moving Sideways (Created page with "This is a simple tutorial for creating a camera tilt when player moves sideways. This tutorial was inspired by similar feature from {{bms|4}}. == The Code == Open <code>src/game/shared/<b>gamemovement.cpp</b></code> and before all the defines, add these ConVars around line 60: <source lang=cpp> ConVar cl_viewtilt_enabled( "cl_viewtilt_enabled", "1", 0, "Side movement camera tilt" ); ConVar cl_viewtilt_scale( "cl_viewtilt_scale", "0.1", 0, "Tilt strength" ); </source> In...")
- 17:34, 16 June 2026 Quellerz talk contribs created page User:Quellerz (Created page with "Hi, I am Quell and I develop stuff on Source Engine. == External Links == [https://github.com/quellerz My Github] [https://steamcommunity.com/id/Quellerz/ My Steam] [https://www.youtube.com/@quellerz-xellas My YouTube]")
- 15:24, 16 June 2026 Quellerz talk contribs created page Adding a Grenade Counter to the HUD (Created page with "This is a tutorial for adding a special HUD element that will show how much grenades the player has. This feature combines really well with Quick_Grenade tutorial. This tutorial was inspired by Mobility Mod for Half-Life 2.<br> Code in this tutorial is based on official valve's flashlight code from <code>src/game/client/hl2/<b>hud_flashlight.cpp</b></code>.<br> Has been tested on current Source Engine 2013 singleplayer codebase. == Requirements == *Knowledge of how...")
- 15:15, 16 June 2026 Quellerz talk contribs uploaded File:HUD Grenade Counter tutorial results.png
- 15:15, 16 June 2026 Quellerz talk contribs created page File:HUD Grenade Counter tutorial results.png