ficool2

Results 20 issues of ficool2

This doesn't really require an explanation, just what there be any possibility of this config being possible to apply (automatically) to other Source games such as Half Life 2 easily?...

Priority: major
Type: feature
Category: misc

VTFs accept any dimension that is a multiple of 4 such as 40x40 or 80x20, and the Source engine is able to load them without issues. Removing the power of...

Various VScript-related routines are leaking memory due to not releasing script variants. This is due to either failing to call `g_pScriptVM->ReleaseValue` or anything that called `g_pScriptVM->SetValue` with a temporary object....

Self-explanatory, makes chat history in the console use colors. The client code changes are pulled from [Alien Swarm SDK](https://github.com/Nican/swarm-sdk). ![screenshot](https://i.imgur.com/pmhoPw6.png) This PR also fixes the bug where saying a full...

Self-explanatory, [matches the fog controller](https://github.com/ValveSoftware/source-sdk-2013/blob/master/src/game/server/fogcontroller.cpp#L375)

This PR adds a VScript convar allowlist for the HL2MP and TF2 mod, which is currently missing and requires the user to copy it over from TF2. The Valve titles...

There is an unused particle in TF2 named `speech_typing`, and it appears to have been forgotten about given no code for it ever existed. This PR restores it so it...

When using voice chat, a sprite will appear above the player's head. Unfortunately, this does even when cloaked as a spy which obviously reveals your position. This PR changes that...

Pressing middle mouse click (mouse3) in the PASS Time gamemode kicks the client immediately. This is because it sends a voicecommand every frame when the button is pressed, for which...

Deathposes are a special death animation which guide where ragdolls should go, the game picks one based off the hitbox and attacker direction. HL2 and CS:S use them, unfortunately this...