Template:HammerVersion/Version/GMod

From Valve Developer Community
Jump to navigation Jump to search
Version Release date Features  ViewDiscussEdit templatePurge
4.1 (build TBD) March 26, 2025 Latest version for Garry's Mod

Updates:

  • Added build date to Hammer's About dialog
  • Added HammerID for entities in Hammer's selection status bar (Brushes already had this added a while back)
  • Added model scale preview to Hammer
  • Added new options to Run Map dialog in Hammer
  • Updated garrysmod.fgd
    • Added `Ignore Solid` for point_spotlight in Hammer
    • Added internal/hidden npc_rollermine inputs in Hammer
    • Added inputs to env_skypaint in Hammer for mapping
    • Added "starlayers" to env_skypaint in Hammer, and mention the skybox texture name requirement in the entity description
    • Allow bool and boolean to be interchangeable in .fgd files
    • Include missing Garry's Mod specific additions in Hammer - new Rollermine spawnflag and beam_spotlight's SetColor input
  • Implemented Hammer preview for point_worldtext
  • Implemented Hammer multi-cordon system from CS:GO

Improvements:

  • Ensure Hammer's Entity Properties Input/Output columns fit the header text, so its not "P...", "O...", etc. when adding a new input for the first time
  • Entity comments allow adding new lines with Enter in Hammer Object Properties.
  • Expand Hammer Object Bar by 20px to fit auto vis groups horizontally
  • Hammer & other tools mount addons/ folder by default (can be disabled with -noaddons launch parameter)
  • Increase default size of Hammer Entity Help window
  • Switch Hammer to use CmdSeqDefault.wc by default (like CS:GO, user preferences are still stored in CmdSeq.wc)
  • Tweak Hammer splash image & .exe info
  • Updated the Hammer icon to be higher quality and have Garry's Mod colors
  • When copying game configs in Hammer options, ask for a new name instead of copying the existing name without a way to change it

Fixes:

  • Fixed certain inputs having wrong descriptions in Hammer Entity Properties window
  • Fixed collision model preview in Hammer being offset in 3D when dragging
  • Fixed empty buttons appearing in Hammer Entity Properties when it is opened before any entity is selected
  • Fixed Hammer breaking VMF files if they contain \n in keyvalue values
  • Fixed keybinds in Hammer for 1 & 2 not updating the render distance setting correctly, resulting in it being reset to previous step when certain actions happen
  • Fixed map instances being added to recently opened files in Hammer when opening the parent map
  • Text parsing: Handle loading/writing \r correctly (Hammer VMF)
  • Made Hammer use gmod.exe when generating GameConfig.txt