{"id":418935,"date":"2026-08-25T00:00:38","date_gmt":"2026-08-25T00:00:38","guid":{"rendered":"https:\/\/community.skin.club\/?p=418935"},"modified":"2026-08-25T00:03:31","modified_gmt":"2026-08-25T00:03:31","slug":"cs2-update-adds-map-scripting-tools-for-custom-huds","status":"publish","type":"post","link":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds","title":{"rendered":"CS2 Update Adds Map Scripting Tools for Custom HUDs"},"content":{"rendered":"<?xml encoding=\"UTF-8\"><p>Valve pushed a new Counter-Strike 2 update tonight. The download itself is tiny, at just 10 MB. However, it hands map creators a powerful new toolset, since the patch focuses entirely on map scripting. As a result, Workshop authors now have the ability to build custom heads-up displays and user interfaces for their maps.<\/p><p>For the average player, this update will feel invisible. For map makers, though, it opens up creative options that simply did not exist before. In other words, the impact depends heavily on who you ask.<\/p><h2>Small Update, Big Implications for Creators<\/h2><p>CS2&rsquo;s Workshop scene has steadily grown, largely because Valve keeps adding scripting capabilities throughout the year. Custom map makers rely on these tools to build unique game modes, minigames, and community experiences beyond standard competitive play. Therefore, each scripting addition expands what creators can produce, even when the update itself looks minor on paper.<\/p><p>This latest patch continues that trend. It does not add new maps, weapons, or gameplay changes for regular matchmaking. Instead, it targets the technical side of custom content creation.<\/p><div class=\"article__content grid-cards-col xl-w-100\">\n    <p class=\"article-h3\">read more<\/p>\n    <div class=\"grid-1 gap-12 mb-12 load-parent xl-w-100\">\n        <article class=\"club-hover-connect-parent\">\n    <div class=\"club-top-line\"><\/div>\n    <div class=\"club-row club-gutter-none\">\n                    <div class=\"club-col-4 club-col-6-xs\">\n                <figure class=\"picture-16x9 picture-with-gradient\">\n                    <a class=\"club-hover-connect club-hover-connect-img\" href=\"https:\/\/community.skin.club\/en\/news\/luminosity-benches-bymas-after-winless-cs2-restart\" tabindex=\"-1\">\n                        <img src=\"https:\/\/community.skin.club\/wp-content\/uploads\/2026\/08\/20260425_JoaoFerreira_CCT-Global-Finals_A9305595-180032-e1787604623246.jpg.webp\" alt=\"Luminosity Benches Bymas After Winless CS2 Restart\" decoding=\"async\" loading=\"lazy\">\n                    <\/a>\n                <\/figure>\n            <\/div>\n        \n        <div class=\"club-col-8 club-col-6-xs club-box-bg--gradient\">\n            <div class=\"club-box-def club-full-height\">\n                <div class=\"club-dynamic-dotted-wrap club-full-height\">\n                    <h3 class=\"club-h4-title\">\n                        <a class=\"club-link-primary club-hover-connect club-dynamic-dotted__text\" href=\"https:\/\/community.skin.club\/en\/news\/luminosity-benches-bymas-after-winless-cs2-restart\">\n                            Luminosity Benches Bymas After Winless CS2 Restart                        <\/a>\n                    <\/h3>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"club-bottom-line\"><\/div>\n<\/article>    <\/div>\n<\/div><h2>What the Update Actually Adds<\/h2><p>The centerpiece of the patch is the new custom_hud_layout entity. This serves as the entry point for scripted maps to display custom UI, supporting four panel types: Panel, Label, Image, and Button. Developers can style these panels using CSS, although events and client-side scripting are not supported within these HUD layouts. The state is still maintained during tools mode reloads.<\/p><p>Alongside the HUD system, Valve added a cs_player_camera entity. This gives creators control over a player&rsquo;s view without moving their in-game pawn, and it can be configured to let players look around freely from a scripted camera position.<\/p><p>Beyond these two entities, the patch adds a long list of new scripting functions and fixes:<\/p><ul class=\"article-list-pink\">\n<li class=\"article-list-pink__item\">Instance.Delay<\/li>\n<li class=\"article-list-pink__item\">Instance.OnBombPlantStart<\/li>\n<li class=\"article-list-pink__item\">Instance.OnBombPlantAbort<\/li>\n<li class=\"article-list-pink__item\">Instance.OnBombDefuseStart<\/li>\n<li class=\"article-list-pink__item\">Instance.OnBombDefuseAbort<\/li>\n<li class=\"article-list-pink__item\">Instance.OnCustomHudClicked<\/li>\n<li class=\"article-list-pink__item\">Instance.IsDedicatedServer<\/li>\n<li class=\"article-list-pink__item\">Entity.Move<\/li>\n<li class=\"article-list-pink__item\">Entity.GetMoveType<\/li>\n<li class=\"article-list-pink__item\">Entity.SetMoveType<\/li>\n<li class=\"article-list-pink__item\">CSPlayerPawn.GetC4<\/li>\n<li class=\"article-list-pink__item\">CSPlayerPawn.GetDefuseTarget<\/li>\n<li class=\"article-list-pink__item\">CSPlayerPawn.IsBuyMenuOpen<\/li>\n<li class=\"article-list-pink__item\">CSPlayerPawn.GetCamera<\/li>\n<li class=\"article-list-pink__item\">C4.GetPlantStartTime<\/li>\n<li class=\"article-list-pink__item\">C4.GetPlantFinishTime<\/li>\n<li class=\"article-list-pink__item\">C4.AbortPlant<\/li>\n<li class=\"article-list-pink__item\">CustomHudLayout.SetHasClass<\/li>\n<li class=\"article-list-pink__item\">CustomHudLayout.SetHasClassForPlayer<\/li>\n<li class=\"article-list-pink__item\">CustomHudLayout.SetDialogVariableString<\/li>\n<li class=\"article-list-pink__item\">CustomHudLayout.SetDialogVariableStringForPlayer<\/li>\n<li class=\"article-list-pink__item\">CustomHudLayout.SetInputCaptureEnabled<\/li>\n<li class=\"article-list-pink__item\">CustomHudLayout.IsInputCaptureEnabled<\/li>\n<li class=\"article-list-pink__item\">CSPlayerCamera.IsEnabled<\/li>\n<li class=\"article-list-pink__item\">CSPlayerCamera.SetEnabled<\/li>\n<li class=\"article-list-pink__item\">CSPlayerCamera.SetIsControllingAngles<\/li>\n<li class=\"article-list-pink__item\">New CSMoveType enum<\/li>\n<\/ul><p>On the debugging side, Valve corrected types for events where parameters could previously be undefined. As a result, errors from the initial script run are now logged to the console, and unhandled promise rejections are logged too. Error messages from the CompileModule step now include column numbers, which should make debugging easier. Finally, the planter parameter from Instance.OnBombPlant and the defuser parameter from Instance.OnBombDefuse have both been deprecated.<\/p><p>To better understand how these tools translate into practice, here is an example of how a custom HUD could actually work on a map.<\/p><div class=\"twitter-wrapper article__media y-red-dif-4\"><blockquote class=\"twitter-tweet\" data-media-max-width=\"2000\">\n<p dir=\"ltr\" lang=\"en\">Today&rsquo;s Update isn&rsquo;t a useless update or a small thingy, it&rsquo;s the first time map makers can make their own Custom HUD in this game.<\/p>\n<p>Here&rsquo;s the example of it how it would work. <a href=\"https:\/\/t.co\/Za8gogzC20\">pic.twitter.com\/Za8gogzC20<\/a><\/p>\n<p>&mdash; Thour (@ThourCS2) <a href=\"https:\/\/x.com\/ThourCS2\/status\/2092037236045038057?ref_src=twsrc%5Etfw\">August 24, 2026<\/a><\/p><\/blockquote><\/div><h2>Community Reaction Is Mixed<\/h2><p>The community&rsquo;s response split fairly clearly along expected lines. A portion of regular players see little value in the update, since it changes nothing about how matchmaking or casual play feels. Some went as far as calling it pointless, arguing that the constant stream of scripting additions rarely benefits anyone outside a small circle of map developers.<\/p><p>On the other hand, people closer to the understanding of CS2 modding scene pushed back on that framing. Several accounts pointed out that custom HUD support is a genuinely useful addition for anyone building scripted game modes, even if it never touches the core game. Others framed it as a foundational step forward, describing Valve&rsquo;s approach as slow but steady progress for community mapping tools.<\/p><p>There was also curiosity about how quickly creators will actually put these features to use, with some wondering whether any maps have already started experimenting with the scripting tools Valve introduced earlier this year. Overall, the sentiment leaned toward cautious optimism among creators, while casual players largely shrugged the update off.<\/p><div class=\"article__content grid-cards-col xl-w-100\">\n    <p class=\"article-h3\">read more<\/p>\n    <div class=\"grid-1 gap-12 mb-12 load-parent xl-w-100\">\n        <article class=\"club-hover-connect-parent\">\n    <div class=\"club-top-line\"><\/div>\n    <div class=\"club-row club-gutter-none\">\n                    <div class=\"club-col-4 club-col-6-xs\">\n                <figure class=\"picture-16x9 picture-with-gradient\">\n                    <a class=\"club-hover-connect club-hover-connect-img\" href=\"https:\/\/community.skin.club\/en\/news\/heroic-part-ways-with-yxngstxr-for-new-journey\" tabindex=\"-1\">\n                        <img src=\"https:\/\/community.skin.club\/wp-content\/uploads\/2026\/08\/55205717353_d1c8693662_k-e1787603212774.jpg.webp\" alt=\"HEROIC Part Ways With yxngstxr for New Journey\" decoding=\"async\" loading=\"lazy\">\n                    <\/a>\n                <\/figure>\n            <\/div>\n        \n        <div class=\"club-col-8 club-col-6-xs club-box-bg--gradient\">\n            <div class=\"club-box-def club-full-height\">\n                <div class=\"club-dynamic-dotted-wrap club-full-height\">\n                    <h3 class=\"club-h4-title\">\n                        <a class=\"club-link-primary club-hover-connect club-dynamic-dotted__text\" href=\"https:\/\/community.skin.club\/en\/news\/heroic-part-ways-with-yxngstxr-for-new-journey\">\n                            HEROIC Part Ways With yxngstxr for New Journey                        <\/a>\n                    <\/h3>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"club-bottom-line\"><\/div>\n<\/article>    <\/div>\n<\/div><h2>Why This Still Matters<\/h2><p>Even though this update carries no direct impact on ranked or casual matchmaking, it fits into Valve&rsquo;s broader pattern of gradually turning CS2 into a modding platform. Custom HUDs and dedicated player cameras are exactly the kind of infrastructure that can eventually support more ambitious community-made game modes, similar to how Source engine mods once expanded far beyond their original games.<\/p><p>For now, players will not notice any real difference. Still, map makers gained tools that could shape what custom CS2 content looks like in the months ahead.<\/p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":81,"featured_media":418936,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[15],"tags":[4439,494],"class_list":["post-418935","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-cs2-update","tag-valve"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CS2 Update Adds Map Scripting Tools for Custom HUDs<\/title>\n<meta name=\"description\" content=\"Valve rolls out a small CS2 update letting Workshop map makers build custom HUDs, UI panels, and player cameras.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CS2 Update Adds Map Scripting Tools for Custom HUDs\" \/>\n<meta property=\"og:description\" content=\"Valve rolls out a small CS2 update letting Workshop map makers build custom HUDs, UI panels, and player cameras.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds\" \/>\n<meta property=\"og:site_name\" content=\"CS2 &amp; CS:GO Articles, News, Events | Skin.Club Community\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-25T00:00:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-25T00:03:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/community.skin.club\/wp-content\/uploads\/2026\/08\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"whyimalive\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"whyimalive\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds\"},\"author\":{\"name\":\"whyimalive\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#\\\/schema\\\/person\\\/3abc5ce94dfc0f8d93c72517fd657f55\"},\"headline\":\"CS2 Update Adds Map Scripting Tools for Custom HUDs\",\"datePublished\":\"2026-08-25T00:00:38+00:00\",\"dateModified\":\"2026-08-25T00:03:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds\"},\"wordCount\":800,\"publisher\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/community.skin.club\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg\",\"keywords\":[\"CS2 Update\",\"Valve\"],\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2026\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds\",\"url\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds\",\"name\":\"CS2 Update Adds Map Scripting Tools for Custom HUDs\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/community.skin.club\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg\",\"datePublished\":\"2026-08-25T00:00:38+00:00\",\"dateModified\":\"2026-08-25T00:03:31+00:00\",\"description\":\"Valve rolls out a small CS2 update letting Workshop map makers build custom HUDs, UI panels, and player cameras.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds#primaryimage\",\"url\":\"https:\\\/\\\/community.skin.club\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg\",\"contentUrl\":\"https:\\\/\\\/community.skin.club\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg\",\"width\":1920,\"height\":1080,\"caption\":\"Photo Copyright by Valve\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\\\/cs2-update-adds-map-scripting-tools-for-custom-huds#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Community\",\"item\":\"https:\\\/\\\/community.skin.club\\\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\",\"item\":\"https:\\\/\\\/community.skin.club\\\/en\\\/news\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CS2 Update Adds Map Scripting Tools for Custom HUDs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/community.skin.club\\\/en\\\/\",\"name\":\"Skin.Club Community \u2014 CS2 News, Articles & Events\",\"description\":\"CS2 &amp; CS:GO Articles, News, Events | Skin.Club Community\",\"publisher\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#organization\"},\"alternateName\":\"CS2 Community\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/community.skin.club\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#organization\",\"name\":\"SkinClub\",\"url\":\"https:\\\/\\\/community.skin.club\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/community.skin.club\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/logo-1-1.png\",\"contentUrl\":\"https:\\\/\\\/community.skin.club\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/logo-1-1.png\",\"width\":512,\"height\":490,\"caption\":\"SkinClub\"},\"image\":{\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/community.skin.club\\\/en\\\/#\\\/schema\\\/person\\\/3abc5ce94dfc0f8d93c72517fd657f55\",\"name\":\"whyimalive\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b96eea47b5bb807d054b15ae6a8b2838831506c2db6202d122825f1bb0902982?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b96eea47b5bb807d054b15ae6a8b2838831506c2db6202d122825f1bb0902982?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b96eea47b5bb807d054b15ae6a8b2838831506c2db6202d122825f1bb0902982?s=96&d=mm&r=g\",\"caption\":\"whyimalive\"},\"url\":\"https:\\\/\\\/community.skin.club\\\/en\\\/members\\\/whyimalive\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CS2 Update Adds Map Scripting Tools for Custom HUDs","description":"Valve rolls out a small CS2 update letting Workshop map makers build custom HUDs, UI panels, and player cameras.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds","og_locale":"en_US","og_type":"article","og_title":"CS2 Update Adds Map Scripting Tools for Custom HUDs","og_description":"Valve rolls out a small CS2 update letting Workshop map makers build custom HUDs, UI panels, and player cameras.","og_url":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds","og_site_name":"CS2 &amp; CS:GO Articles, News, Events | Skin.Club Community","article_published_time":"2026-08-25T00:00:38+00:00","article_modified_time":"2026-08-25T00:03:31+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/community.skin.club\/wp-content\/uploads\/2026\/08\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg","type":"image\/jpeg"}],"author":"whyimalive","twitter_card":"summary_large_image","twitter_misc":{"Written by":"whyimalive","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds#article","isPartOf":{"@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds"},"author":{"name":"whyimalive","@id":"https:\/\/community.skin.club\/en\/#\/schema\/person\/3abc5ce94dfc0f8d93c72517fd657f55"},"headline":"CS2 Update Adds Map Scripting Tools for Custom HUDs","datePublished":"2026-08-25T00:00:38+00:00","dateModified":"2026-08-25T00:03:31+00:00","mainEntityOfPage":{"@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds"},"wordCount":800,"publisher":{"@id":"https:\/\/community.skin.club\/en\/#organization"},"image":{"@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds#primaryimage"},"thumbnailUrl":"https:\/\/community.skin.club\/wp-content\/uploads\/2026\/08\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg","keywords":["CS2 Update","Valve"],"articleSection":["News"],"inLanguage":"en-US","copyrightYear":"2026","copyrightHolder":{"@id":"https:\/\/community.skin.club\/#organization"}},{"@type":"WebPage","@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds","url":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds","name":"CS2 Update Adds Map Scripting Tools for Custom HUDs","isPartOf":{"@id":"https:\/\/community.skin.club\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds#primaryimage"},"image":{"@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds#primaryimage"},"thumbnailUrl":"https:\/\/community.skin.club\/wp-content\/uploads\/2026\/08\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg","datePublished":"2026-08-25T00:00:38+00:00","dateModified":"2026-08-25T00:03:31+00:00","description":"Valve rolls out a small CS2 update letting Workshop map makers build custom HUDs, UI panels, and player cameras.","breadcrumb":{"@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds#primaryimage","url":"https:\/\/community.skin.club\/wp-content\/uploads\/2026\/08\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg","contentUrl":"https:\/\/community.skin.club\/wp-content\/uploads\/2026\/08\/ss_bb2af3e83ac0385ff2055f2ab9697cdd83e351b7.1920x1080.jpg","width":1920,"height":1080,"caption":"Photo Copyright by Valve"},{"@type":"BreadcrumbList","@id":"https:\/\/community.skin.club\/en\/news\/cs2-update-adds-map-scripting-tools-for-custom-huds#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Community","item":"https:\/\/community.skin.club\/en"},{"@type":"ListItem","position":2,"name":"News","item":"https:\/\/community.skin.club\/en\/news"},{"@type":"ListItem","position":3,"name":"CS2 Update Adds Map Scripting Tools for Custom HUDs"}]},{"@type":"WebSite","@id":"https:\/\/community.skin.club\/en\/#website","url":"https:\/\/community.skin.club\/en\/","name":"Skin.Club Community \u2014 CS2 News, Articles & Events","description":"CS2 &amp; CS:GO Articles, News, Events | Skin.Club Community","publisher":{"@id":"https:\/\/community.skin.club\/en\/#organization"},"alternateName":"CS2 Community","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/community.skin.club\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/community.skin.club\/en\/#organization","name":"SkinClub","url":"https:\/\/community.skin.club\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/community.skin.club\/en\/#\/schema\/logo\/image\/","url":"https:\/\/community.skin.club\/wp-content\/uploads\/2022\/07\/logo-1-1.png","contentUrl":"https:\/\/community.skin.club\/wp-content\/uploads\/2022\/07\/logo-1-1.png","width":512,"height":490,"caption":"SkinClub"},"image":{"@id":"https:\/\/community.skin.club\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/community.skin.club\/en\/#\/schema\/person\/3abc5ce94dfc0f8d93c72517fd657f55","name":"whyimalive","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b96eea47b5bb807d054b15ae6a8b2838831506c2db6202d122825f1bb0902982?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b96eea47b5bb807d054b15ae6a8b2838831506c2db6202d122825f1bb0902982?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b96eea47b5bb807d054b15ae6a8b2838831506c2db6202d122825f1bb0902982?s=96&d=mm&r=g","caption":"whyimalive"},"url":"https:\/\/community.skin.club\/en\/members\/whyimalive"}]}},"_links":{"self":[{"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/posts\/418935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/users\/81"}],"replies":[{"embeddable":true,"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/comments?post=418935"}],"version-history":[{"count":7,"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/posts\/418935\/revisions"}],"predecessor-version":[{"id":418948,"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/posts\/418935\/revisions\/418948"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/media\/418936"}],"wp:attachment":[{"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/media?parent=418935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/categories?post=418935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/community.skin.club\/en\/wp-json\/wp\/v2\/tags?post=418935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}