vscript

  1. F

    Weapon ID enum and helper functions v2

    Some game events, such as player_hurt, have a parameter for "weaponid" but there's no enumerator in the game that tells you what weapon is what. This file adds the enumerator eWeaponId, which contains the internal weapon IDs that the game uses, ripped straight from the game. By default, the...
  2. IceCreamMachine

    A little problem with vscript.

    So i'm just starting out with vscript, and i was following TopHATTwaffle's introduction to vscript, but i keep getting these erros. Can someone help me with this? As i tried to recreate the HelloWorld print i started getting this error as i join the map: Vscript executing script...
  3. LizardOfOz

    Badworks (DM VScript) v19t1

    A map by ChargingTurnip adapted to work-in-progress VScript DeathMatch.
  4. Wendy

    Escalation (VIP) b1e

    A new experimental Gamemode!
  5. cidra

    Using VScript for map agnostic mod

    Would it be possible to use VScript to make a mod that can be applied to any map, either at runtime or at compile time (just-in-time)? Sourcemod looks quite limited and I was searching for all possible ways of making mods in TF2.
  6. LizardOfOz

    Outlook rc2

    And also layout improvements(?) Co-developed with @Phe
  7. August101

    Snowsteel vscript test edition a6c - Update: 23w44a

    Welcome to a modified version of my TFConnect pass time map now with a new vscript flavor. Here I removed every hitscan weapon (besides sentries) and replace the mercs arsenal with something based around projectiles and knockback, and made it so that mercs take significantly less ranged damage...
  8. LizardOfOz

    72hr Jam 2023 Crossfire (DM VScript) a5a

    With permission from the Open Fortress team, as well as MacD11 and Suomimies55 (creators of the map) this is the first alpha of Open Deathmatch - a Deathmatch gamemode based on Open Fortress. The vscript codebase was made by me within the 72 hours of the jam, as well as some asset adjustments...
  9. zythe_

    72hr Jam 2023 Castle Noculus a2

    initial layout made for the tf2m 72hr jam 2023.
  10. Pinewabble

    Robot Destruction Cultists V1

    Spooky replacement for the robot destruction robots! Pack includes: RD Cultists with 4 different options (regular, candle-topped, masked, and unique long Mann +versions without spell casting animations) RD Ammo replacement, replacing the ammo with books 2 Different Intel/Core replacements...
  11. Thespikedballofdoom

    Is there any way to allow players to suicide in halloween carts?

    I want to add a cart section to a map I'm working on and it's really awful if players can't suicide to escape the zone if they hit a hitch or just want to respawn. Even if I have to go through vscript I'd like to make it possible. Even sm_slay doesn't kill players in them. Addcond 82 to see what...
  12. dabmasterars

    Standin (VScript Conquest) V1

    DESCRIPTION This variation of the map Standin has a unique ruleset. You need to capture the control points to collect points, which are gained for every second a control point is under your team's control. The first team to reach the target wins. This map uses VScript for logic and has a custom...
  13. OctoBlitz

    Hallow a4b

    Zombie infection map set in a sleepy autumn town that is overcome with the zombie hordes....
  14. gidi30

    Arena (Vscript) V1

    The point of this script is to be a base for game modes based on arena by default it acts like arena without the control point HOW TO USE: -unzip the file to Team Fortress 2/tf/custom -in hammer add a tf_logic_player_destruction -set the Entity Scripts keyvalue to arenavscript.nut -set the...
  15. Thetriztheexistentialneko

    tdm_shaleville A1E

    A new tdm map cause particle was hard to iterate on, and this one should be better scaled thanks to @SteveN for helping find errors and thinking of a name
  16. LizardOfOz

    Crit Pumpkin Model Replacer 2.0

    An edit of my other script: No Crumpkins. This script assigns a custom model to Crit Pumpkins (aka Crumpkins) immediately as they spawn. To make it work on your Halloween map, put this script into scripts/vscripts/ folder and create a logic_script entity with Entity Script set to...
  17. August101

    mvm_norest a1b

    A vscript mvm experiment. In short; I recreated the spawning mechanics behind left for dead's versus mode but with units designed after payday units. The map itself is also borrowed from payday. Notice: The current build is designed with tf_mvm_defenders_team_size and...
  18. gidi30

    noteamleader.nut V1

    A script that removes the team leader mechanic from player destruction only use if you really need it How to use: put noteamleader.nut in tf/scripts/vscripts in hammer put noteamleader.nut in the Entity Scripts keyvalue and put think in the Script think function keyvalue of the...
  19. LizardOfOz

    No Crit Pumpkins 2.1

    You might also be interested in Crumpkin Model Replacer Tired of the crit-granting pumpkin bags which drop from dead players during Halloween? This script deletes Crit Pumpkins (aka Crumpkins) immediately as they spawn before anyone can pick them up! To make it work on your Halloween map, put...
  20. SkyNotBlue

    Is it possible, and if, how to make calls to a external HTTP webserver in VScript.

    I want to make a cross-server inventory system for my map, but to do that I will need to make calls to a webserver.