Summer 2026 Music Kit Competition is now here! - Create a summer themed electronic music kit and submit it by - Enter Now!

  • 5 hours ago
    20th Jul, 2026 10:08
    avatar
    ZeRo

    Added version

    lambda/garrys-mod/gamemodes/vscript-environment
    Project
    master
    Branch
    1
    Additions
    0
    Modifications
    0
    Deletions

  • 5 hours ago
    20th Jul, 2026 09:39
    avatar
    ZeRo

    • Added map files

    lambda/garrys-mod/gamemodes/vscript-environment
    Project
    master
    Branch
    2
    Additions
    0
    Modifications
    0
    Deletions

  • 6 hours ago
    20th Jul, 2026 09:21
    avatar
    ZeRo

    API Updates

    • Added Instance.SimpleTimer(duration, callback): void
    • Added Instance.CreateTimer({ delay, repetitions, callback}): Timer

    Timer Object API

    • timer.IsValid()
    • timer.SetDelay(delay: int)
    • timer.SetRepetitions(repetitions: int)
    • timer.SetCallback(callback)
    • timer.Pause()
    • timer.Resume()
    • timer.Start()
    • timer.Stop()
    • timer.Remove()
    • timer.RepetitionsLeft()
    • timer.IsPaused()
    • timer.TimeLeft()

    New convenience Player functions

    • player.GiveWeapon(weapon: string): void
    • player.HasWeapon(weapon: string): boolean
    • player.SelectWeapon(weapon: string): void
    • player.StripWeapon(weapon: string): void

    lambda/garrys-mod/binarymodules/gmsv_vscript
    Project
    master
    Branch
    4
    Additions
    13
    Modifications
    0
    Deletions

  • 6 hours ago
    20th Jul, 2026 09:02
    avatar
    ZeRo

    • Added lambda_script_zoo.vmf map source file
    • Added LICENSE.txt for the example scripts (MIT)
    • Updated point_script.d.ts to the latest version
    • Updated shooting_range.js to use the new Timer API and to provide sound feedback

    lambda/garrys-mod/gamemodes/vscript-environment
    Project
    master
    Branch
    2
    Additions
    2
    Modifications
    0
    Deletions

  • 7 hours ago
    20th Jul, 2026 08:07
    avatar
    ZeRo

    • Added new backgrounds
    • Added zoo scripts
    • Added sounds used by scripts

    lambda/garrys-mod/gamemodes/vscript-environment
    Project
    master
    Branch
    21
    Additions
    2
    Modifications
    0
    Deletions

  • 8 hours ago
    20th Jul, 2026 07:14
    avatar
    ZeRo

    Initial commit

    lambda/garrys-mod/gamemodes/vscript-environment
    Project
    master
    Branch
    16
    Additions
    0
    Modifications
    0
    Deletions

  • 1 day ago
    19th Jul, 2026 13:26
    avatar
    ZeRo

    • Fix image operations failing
    • Added Lambda vScript Documentation
    • Fix escaped HTML in some documentation pages
    • Fixed grammar errors and wording on some content creation docs
    • Updated packages
    • Migrated to laravolt/avatar for letter avatar generating.

    lambda/web2/lambdacommunity
    Project
    dev
    Branch
    14
    Additions
    95
    Modifications
    1
    Deletions

  • 2 days ago
    18th Jul, 2026 11:59
    avatar
    ZeRo

    API Changes

    • Allow Entity.kill() on players
    • Changed model scaling to use CBaseAnimating:SetModelScale() rather than using KeyValues which doesn't work in Singleplayer
    • Added Instance.PrintMessage(type: HUDPrintType, text: string): void which implements the native source PrintMessage to allow printing to console, chat or centre screen
    • Added player.PrintMessage(type: HUDPrintType, text: string): void the same but for specific players.
    • Updated point_script.d.ts

    lambda/garrys-mod/binarymodules/gmsv_vscript
    Project
    master
    Branch
    1
    Additions
    8
    Modifications
    0
    Deletions

  • 3 days ago
    17th Jul, 2026 11:10
    avatar
    ZeRo

    API Changes

    • Added Instance.QueueAfterThinks(callback: () => void): void
    • Added Instance.OnPlayerLoaded(ply): void - When a player has loaded including inventory, stats and other information
    • Added Instance.OnPlayerReady(ply): void - When a player is ready (aka after Rules/MOTD screen has been accepted

    lambda/garrys-mod/binarymodules/gmsv_vscript
    Project
    master
    Branch
    0
    Additions
    9
    Modifications
    0
    Deletions

  • 3 days ago
    17th Jul, 2026 07:42
    avatar
    ZeRo

    • Security Fixes
    • Updated Packages
    • Fixed Spotify API token refreshing

    lambda/web2/lambdacommunity
    Project
    dev
    Branch
    39
    Additions
    28
    Modifications
    35
    Deletions

  • 3 days ago
    16th Jul, 2026 22:59
    avatar
    ZeRo

    • Removed player_say Source event and replaced it with the PlayerSay hook. player_say is not actually called if custom chat boxes are used. PlayerSay is a more reliable hook
    • Removed the "Hook" JavaScript library
    • Convert Vector and Angle GLua Datatypes to JavaScript Vector and Angle types
    • Added player.IsInputPressed(input: Input)
    • Added player.WasInputJustPressed(input: Input)
    • Added player.WasInputJustReleased(input: Input)
    • Added player.IsDucking()
    • Added player.IsDucked()
    • Added player.IsNoclipping()
    • Added Instance.IsAvailable(nameSpace: string)
    • Added Instance.OnPlayerJump(player: Player)
    • Added Instance.OnPlayerLand(player: Player)
    • Added Input enum
    • Added DamageType enum
    • Added HitGroup enum
    • Updated point_script.d.ts
    • Added GLua API: LVScript.AddEnum(table)
    • Added GLua API: LVScript.DefineEvents(table)
    • Added GLua API: LVScript.DefineEntityMethods(entityType: string, functions: table)

    lambda/garrys-mod/binarymodules/gmsv_vscript
    Project
    master
    Branch
    2
    Additions
    23
    Modifications
    2
    Deletions

  • 3 days ago
    16th Jul, 2026 15:50
    avatar
    ZeRo

    Added BSP Mounting for scripts as by default the Garry's Mod BSP whitelist excludes .js files

    lambda/garrys-mod/binarymodules/gmsv_vscript
    Project
    master
    Branch
    1
    Additions
    10
    Modifications
    0
    Deletions

  • 5 days ago
    15th Jul, 2026 12:24
    avatar
    ZeRo

    • Updated .gitignore

    lambda/garrys-mod/addons/core
    Project
    dev
    Branch
    0
    Additions
    1
    Modifications
    0
    Deletions

  • 5 days ago
    15th Jul, 2026 12:23
    avatar
    ZeRo

    ▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█

    Private Commit

  • 5 days ago
    15th Jul, 2026 12:20
    avatar
    ZeRo

    New daily challenges.

    lambda/garrys-mod/addons/core
    Project
    dev
    Branch
    89
    Additions
    0
    Modifications
    0
    Deletions

  • 1 week ago
    12th Jul, 2026 20:32
    avatar
    ZeRo

    Content Authoring Tools 1.1.0 (Pathfinder Forge)

    https://lambda.tf/changes/update/45-content-authoring-tools-110-pathfinder-forge

    lambda/content-authoring-tools/desktop-client
    Project
    master
    Branch
    145
    Additions
    45
    Modifications
    0
    Deletions

  • 1 week ago
    12th Jul, 2026 20:10
    avatar
    ZeRo

    • Fix some icons showing missing unicode symbols

    lambda/web2/lambdacommunity
    Project
    dev
    Branch
    0
    Additions
    1
    Modifications
    0
    Deletions

  • 1 week ago
    12th Jul, 2026 19:21
    avatar
    ZeRo

    🧪 New Lambda Labs Experiments

    Three new experiments for v1.1.0 of Content Authoring Tools (Releasing shortly):

    • Place Forge Web UI Tool
    • Nav Mesh Generator
    • Dashboard redesign

    📝 Other Changes

    • User opted in lab experiments are now available via the OAuth2 API

    lambda/web2/lambdacommunity
    Project
    dev
    Branch
    3
    Additions
    4
    Modifications
    0
    Deletions

  • 1 week ago
    10th Jul, 2026 12:12
    avatar
    ZeRo

    Cartographer v1.1.0

    • Fixed a debug folder of {mapname}.resources being left over
    • VTF is now given the Clamp S and Clamp T flags to prevent radar repetition
    • Moved the output from resources/overview to addons/lambda_cartographer - This was a left over from the port from CS:GO to Garry's Mod

    lambda/content-authoring-tools/cartographer
    Project
    master
    Branch
    0
    Additions
    4
    Modifications
    0
    Deletions

  • 1 week ago
    9th Jul, 2026 12:57
    avatar
    ZeRo

    Content Authoring Tools 1.0.0 (First Forge)

    https://lambda.tf/changes/update/44-content-authoring-tools-100

    lambda/content-authoring-tools/desktop-client
    Project
    master
    Branch
    575
    Additions
    40
    Modifications
    0
    Deletions

  • 1 week ago
    9th Jul, 2026 09:09
    avatar
    ZeRo

    • Updated Content Creation docs to remove references to Lambda SDK and replace with Lambda Content Authoring Tools
    • Added "On this Page" table of contents for the docs system
    • Lambda-Chan can now reference Lambda documentation
    • Added Keyboard key combination Markdown syntax
    • Added Level creation/mapping documentation, which includes:
      • Introduction
      • Naming Conventions
      • Bomb Defuse Guide
      • Hostage Rescue Guide
      • Deathmatch Guide
      • Guardian Guide
      • Snowball Fight guide
      • Creating radars using Cartographer
    • The Lambda Workshop no longer accepts v1.0 of the Lambda Workshop Addon file format. If you have not already, please uninstall the legacy Lambda SDK and migrate to Content Authoring Tools
    • Removed LambdaSDK as an available download
    • Removed Sticker Wear Mask as an available download (No longer required with the new sticker compositing system)
    • Updated dependencies

    lambda/web2/lambdacommunity
    Project
    dev
    Branch
    55
    Additions
    29
    Modifications
    5
    Deletions

  • 2 weeks ago
    1st Jul, 2026 18:58
    avatar
    ZeRo

    Merge branch 'dev'

    lambda/garrys-mod/addons/core
    Project
    master
    Branch
    0
    Additions
    4
    Modifications
    0
    Deletions

  • 2 weeks ago
    1st Jul, 2026 18:56
    avatar
    ZeRo

    • Fix a function typo in the Bot quota system (How did it even function until now?)
    • Fix a bug with the Composer control panel where variants were not enabled (Thanks Chaos)
    • Changed the composer console commands to be simpler:
      • composer_load_music_kit => composer_load
      • composer_music_kit_list => composer
      • composer_clear_music_kit => composer_clear

    The old command still work but are now marked as deprecated. Content Authoring Tools will be updated with the new commands in 0.9.5

    lambda/garrys-mod/addons/core
    Project
    dev
    Branch
    0
    Additions
    4
    Modifications
    0
    Deletions