User contributions for Yakibomb
Jump to navigation
Jump to search
26 August 2025
- 15:5715:57, 26 August 2025 diff hist −9 Team Fortress 2/Scripting/VScript Examples →Giving a cosmetic: Fixed broken link for "Getting the userid from a player handle" current
23 August 2025
- 14:0614:06, 23 August 2025 diff hist +243 m Team Fortress 2/Scripting/Script Functions →Classes: SetMaxHealth: Can also use attribute 'hidden maxhealth non buffed' (which adds max health that doesn't affect max overheal amount)
14 August 2025
- 15:2715:27, 14 August 2025 diff hist +10 m Team Fortress 2/Scripting/Script Functions →Methods: Formatting update for "RemoveAttribute" Workaround
- 15:2315:23, 14 August 2025 diff hist +133 Team Fortress 2/Scripting/Script Functions →Methods: This note on "RemoveAttribute" is not true. There is a way to remove static attributes on weapons (I listed it as a Workaround)
5 September 2024
- 08:1608:16, 5 September 2024 diff hist +113 m Team Fortress 2/Scripting/Script Functions →Methods: IsMeleeWeapon() banner items are also considered melee in .ctx code
1 September 2024
- 21:4421:44, 1 September 2024 diff hist +1 m Team Fortress 2/Scripting/Script Functions →Methods: typo : Uing -> Using
- 19:1219:12, 1 September 2024 diff hist +56 m Team Fortress 2/Scripting/VScript Examples →Giving a Cosmetic Item: minor changes to vscript code
- 18:5018:50, 1 September 2024 diff hist +3,440 Team Fortress 2/Scripting/VScript Examples →Giving a Cosmetic Item: Added example for giving an econ item that appears on player ragdolls (discovery: ficool2) ~~~~
11 March 2024
- 15:4615:46, 11 March 2024 diff hist −186 m Team Fortress 2/Scripting/VScript Examples →Giving a weapon: I am the author of "give tf weapon" and I advise against using my script for giving weapons
28 June 2023
- 21:4521:45, 28 June 2023 diff hist +4 Team Fortress 2/Scripting/VScript Examples →Fetching and setting entity color: Function cannot work with "=", needs "<-" instead
22 May 2023
- 15:4215:42, 22 May 2023 diff hist −1 m Animation Events →.qc examples: Formatting
- 15:4215:42, 22 May 2023 diff hist +209 Animation Events →.qc examples: Added Fire Input event example
25 March 2023
- 13:4213:42, 25 March 2023 diff hist −4 Team Fortress 2/Scripting/Script Functions →Printing and Drawing: Squirrel 3.2 update changes to ClientPrint
15 March 2023
- 07:4507:45, 15 March 2023 diff hist +23 Team Fortress 2/Scripting/VScript Examples →Disabling HUD Elements: Updated to use correct Constants
21 December 2022
- 21:2921:29, 21 December 2022 diff hist +185 Trigger particle →Entity description: TIP: Send player entity "DispatchEffect" "ParticleEffectStop" to stop particle
2 December 2022
- 21:4221:42, 2 December 2022 diff hist +11 m Team Fortress 2/Scripting/Script Functions →Globals: DispatchParticleEffect description updated
- 19:1319:13, 2 December 2022 diff hist 0 Team Fortress 2/Scripting/Script Functions →Hooks: Mislabel. Should be const_entity, not entity_const.
30 November 2022
- 11:4711:47, 30 November 2022 diff hist +12 m Team Fortress 2/Scripting/Script Functions/Constants →FDmgType: Added link to Damage_types page for more complete descriptions
- 11:4611:46, 30 November 2022 diff hist +56 Team Fortress 2/Scripting/Script Functions/Constants →FDmgType
29 November 2022
- 20:3420:34, 29 November 2022 diff hist −30 Team Fortress 2/Scripting/VScript Examples →Listening for events: CTFPlayer.AddCond() and CTFPlayer.AddCondEx() changed to use values instead of strings
24 November 2022
- 09:4809:48, 24 November 2022 diff hist +1,171 Team Fortress 2/Scripting/VScript Examples →Listening for events: Updated the demo event because eventlistener callback was fixed. (Feel free to change the example I made)
- 09:2409:24, 24 November 2022 diff hist −10 m Team Fortress 2/Scripting/VScript Examples Formatting
- 09:1609:16, 24 November 2022 diff hist +182 Team Fortress 2/Scripting/Script Functions →Constants: Added how to use Constants
- 09:0909:09, 24 November 2022 diff hist +60 Team Fortress 2/Scripting/VScript Examples →Disabling HUD Elements: fixed syntax to work in game ( "Constants.HideHUD.HIDEHUD_CROSSHAIR" etc)
- 08:5408:54, 24 November 2022 diff hist −12 m Team Fortress 2/Scripting/VScript Examples →Disabling HUD Elements: syntax
- 08:5408:54, 24 November 2022 diff hist −853 Team Fortress 2/Scripting/VScript Examples →Disabling HUD Elements: Recent vscript branch added global constants. Linking to HIDEHUD constants from here
22 November 2022
- 09:1809:18, 22 November 2022 diff hist −2 m Team Fortress 2/Scripting/VScript Examples →Disabling HUD Elements: handle typo (playerID -> player)
18 November 2022
- 18:4718:47, 18 November 2022 diff hist +15 Squirrel →Arrays: Added documentation "find(<index>)"
17 November 2022
- 14:3914:39, 17 November 2022 diff hist +3 m Team Fortress 2/Scripting/VScript Examples →Disabling HUD Elements: Minor formatting issues
- 14:3814:38, 17 November 2022 diff hist +1,943 Team Fortress 2/Scripting/VScript Examples Added example: Disabling HUD Elements
14 November 2022
- 06:5706:57, 14 November 2022 diff hist +3 m Team Fortress 2/Scripting/Script Functions →CEntities: "weapon_" -> "tf_weapon_"
13 November 2022
- 17:4217:42, 13 November 2022 diff hist +5 m Team Fortress 2/Scripting/Script Functions →CEntities: changed CSGO "weapon_" to TF2 "tf_weapon"
16 March 2022
- 10:4110:41, 16 March 2022 diff hist +21 VTF (Valve Texture Format) →Storage capabilities: ~100MB VTF limit is inaccurate. True limit is ~33 MB.
- 10:3410:34, 16 March 2022 diff hist +103 Creating a Material →Creating a texture: byte size file limit for vtf
29 October 2021
- 23:3923:39, 29 October 2021 diff hist +24 m Trigger capture area Added trigger_timer_door under See Also section
13 April 2021
- 09:1109:11, 13 April 2021 diff hist +108 Template:O TFObject Added documentation b/c some outputs don't function.
- 08:5308:53, 13 April 2021 diff hist +367 Tf projectile spellspawnhorde Extended description
- 08:4808:48, 13 April 2021 diff hist +43 N Tf projectile spellspawnhorde Added page for tf_projectile_spellspawnhorde
- 08:3108:31, 13 April 2021 diff hist +125 Item bonuspack →Entity description
- 08:1808:18, 13 April 2021 diff hist +66 N User:Yakibomb Created my user page current
- 08:1408:14, 13 April 2021 diff hist +384 Tf logic robot destruction →See Also: Added extended links to other wiki pages for the Robot Destruction game mode