{"id":19639,"date":"2024-10-15T15:14:23","date_gmt":"2024-10-15T12:14:23","guid":{"rendered":"https:\/\/www.kevuru.smplfy.eu\/?p=19639"},"modified":"2026-02-24T20:01:48","modified_gmt":"2026-02-24T20:01:48","slug":"mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console","status":"publish","type":"post","link":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/","title":{"rendered":"Mastering Game Porting: How Kevuru Games Optimized Poppy Playtime 2 for Console"},"content":{"rendered":"\n<p>Porting involves adapting an existing build to new hardware rather than copying it directly. Every platform has its own technical standards \u2014 from frame rate and memory limits to input handling and certification rules. Because of this, assets and systems frequently need adjustment. In porting projects, ensuring performance and meeting platform requirements comes before expanding functionality.<\/p>\n\n\n\n<p>Our collaboration on Poppy Playtime is a strong example of this approach in practice.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-about-project\">About Project<\/h2>\n\n\n\n<p>The game amassed 77,000 positive Steam reviews and sold 2.3 million units. With additional episodes released in 2022 and 2024, Mob Entertainment later chose our team to port the second installment to console.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Poppy Playtime Chapter 2 - OUT NOW on PlayStation 4 &amp; PlayStation 5!\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/gYd1BwswHTQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-about-client\">About Client<\/h2>\n\n\n\n<p>Mob Entertainment, formerly EnchantedMob, Inc., is a multimedia company known for creating the hit game <em>Poppy Playtime<\/em>. Two founders, brothers Seth and Zach Belanger, started with a YouTube channel and have grown into a full-scale gaming company.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><\/ul>\n\n\n\n<p>They dedicated seven months to the project, working autonomously and meeting with clients only to present builds and gather feedback.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-goal-ensure-a-smooth-transition-from-pc-to-console-with-improved-performance\">Goal: Ensure a smooth transition from PC to console with improved performance<\/h2>\n\n\n\n<p>The original build showed occasional frame drops and spikes in resource usage. During porting, we carefully identified performance bottlenecks and adjusted core systems to better fit the console environment.<\/p>\n\n\n\n<p>Porting rarely follows a template. Each title behaves differently depending on engine setup, asset structure, and gameplay systems. In the case of Poppy Playtime Episode 2, several technical constraints required targeted adjustments rather than direct transfer.<\/p>\n\n\n\n<p>Below are some of the challenges that required special attention during the console adaptation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Challenge 1: Lighting<\/h3>\n\n\n\n<p>The original game featured dynamic lighting. Special lighting volumes were also utilized to distribute it more efficiently. These volumes required ray tracing, a technology unavailable on consoles.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Solution<\/h4>\n\n\n\n<p>Since lighting volumes weren\u2019t a viable option, we switched from dynamic to static lighting. The main challenge was preserving the look and feel of the original setup. Wherever possible, we baked the lighting to ensure stable performance across all platforms.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Challenge 2: Geometry<\/h3>\n\n\n\n<p>The location geometry was very complex, which hindered light baking and optimization.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Solution<\/h4>\n\n\n\n<p>We optimized the geometry and reworked the light maps for optimal performance and visual fidelity. As a result, we were able to perform light baking at nearly all points.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Challenge 3: Rendering<\/h3>\n\n\n\n<p>We encountered a large number of draw calls, causing significant performance issues in some locations.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Solution<\/h4>\n\n\n\n<p>We employed static mesh combining, drastically reducing the number of draw calls. To further enhance location performance, we added instance levels. This trick helped preserve the quality of the geometry.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Challenge 4: Physics<\/h3>\n\n\n\n<p>To access the functionality of Unreal Engine\u2019s new generation, we migrated the project from Unreal Engine 4.27 to version 5.4. This transition introduced inevitable issues with physics.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Solution<\/h4>\n\n\n\n<p>We updated the entire physics system to the latest version of Unreal Engine, ensuring an optimal gameplay experience. While this introduced some additional bugs in the game\u2019s functionality, fixing them was well worth the final result.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Extra Adjustments<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Shaders<\/h4>\n\n\n\n<p>Several shader setups from the PC build were not compatible with the console rendering pipeline. These were reworked to match platform requirements while keeping the overall visual tone consistent.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Characters<\/h4>\n\n\n\n<p>Character assets carried higher polygon counts than the console budget allowed. Geometry was reduced where possible, redundant bones were removed from rigs, and hair setups were simplified to improve runtime performance without altering core silhouettes.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Video Playback<\/h4>\n\n\n\n<p>The original video playback implementation caused crashes on PS4 hardware. To resolve this, we implemented a more universal and reliable approach to ensure smooth playback on consoles.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Team structure<\/h2>\n\n\n\n<p>Our star team of over ten professionals include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Developers<\/li>\n\n\n\n<li>QA testers<\/li>\n\n\n\n<li>Tech artist<\/li>\n\n\n\n<li>UI designer<\/li>\n\n\n\n<li>Project manager<\/li>\n<\/ul>\n\n\n\n<p>They dedicated seven months to the project, working autonomously and meeting with clients only to present builds and gather feedback.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Work process<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Research<\/h3>\n\n\n\n<p>Our porting process for Poppy Playtime 2 started by gathering information on the game\u2019s features. We then analyzed the source code to identify areas needing adjustments, like gamepad integration and performance tuning specific to each platform.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Pre-development<\/h3>\n\n\n\n<p>As part of the project, we moved the game to Unreal Engine 5.4 from version 4.27. The engine upgrade introduced physics conflicts, which we fixed to maintain consistent gameplay behavior.<\/p>\n\n\n\n<p>In the main phase, we refined the game\u2019s physics and visuals, addressed high-priority bugs, and adapted the controls and UI for console play. The ready builds for each platform were presented to the client monthly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Stabilization phase<\/h3>\n\n\n\n<p>Once the build works without any blockers, we polish other smaller bugs, optimize the performance, and adjust all minor flaws according to the client\u2019s feedback. The builds are ready for the final submission.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Certification\/final<\/h3>\n\n\n\n<p>Versions for different console types were certified one by one. The game was released on four platforms in five months. This way, we completed our work on time according to the agreements with the client.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Result: Successful release and high reviews<\/h2>\n\n\n\n<p>We successfully ported Poppy Playtime 2 to four platforms:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>X-Box One<\/li>\n\n\n\n<li>X-Box Series<\/li>\n\n\n\n<li>PS4<\/li>\n\n\n\n<li>PS5<\/li>\n<\/ul>\n\n\n\n<p>Upon release, the console versions received better reviews than the original PC version. Our porting team is proud of this achievement. They not only delivered a successful project but also enhanced its graphics and performance beyond the original.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/kevurugames.com\/wp-content\/uploads\/2025\/01\/AD_4nXeHEbWEOlEeEEr3oqe92wMNtTYw253Yt57SSCrvSk7yz19wH_hSN9D0mq3bAOtLc-3JPh4OdgTWDt_R1-5k4C9vKUFbDC4zMcgzTk2g-IOCycl8DxOTtAMyAmBeAtrpUg3Mlf2i4dTkFM5IhetKXrLEeGkXkeyNMFQfo53VQliSHcmZ2nTFA.png\" alt=\"reviews of gamers Poppy Playtime 2 Console\"\/><\/figure>\n\n\n\n<p>Looking for professionals to trust with your porting project? Contact us and witness the magic our team can bring to your video game.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Porting involves adapting an existing build to new hardware rather than copying it directly. Every platform has its own technical standards \u2014 from frame rate and memory limits to input handling and certification rules. Because of this, assets and systems frequently need adjustment. In porting projects, ensuring performance and meeting platform requirements comes before expanding [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":21350,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[91,3],"tags":[],"class_list":["post-19639","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","category-case-studies"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Poppy Playtime 2 Porting Case Study | Kevuru Games<\/title>\n<meta name=\"description\" content=\"Learn how our porting team tackled challenges in lighting and performance to deliver a seamless console experience for Poppy Playtime 2.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mastering Game Porting: How Kevuru Games Optimized Poppy Playtime 2 for Console\" \/>\n<meta property=\"og:description\" content=\"Learn how our porting team tackled challenges in lighting and performance to deliver a seamless console experience for Poppy Playtime 2.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/\" \/>\n<meta property=\"og:site_name\" content=\"Kevuru Games\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/KevuruGames\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-15T12:14:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-24T20:01:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kevurugames.com\/wp-content\/uploads\/2024\/10\/poppy-for-article-2.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"746\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Mariia Panchenko\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@kevurugames\" \/>\n<meta name=\"twitter:site\" content=\"@kevurugames\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mariia Panchenko\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/\",\"url\":\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/\",\"name\":\"Poppy Playtime 2 Porting Case Study | Kevuru Games\",\"isPartOf\":{\"@id\":\"https:\/\/kevurugames.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/kevurugames.com\/wp-content\/uploads\/2024\/10\/poppy-for-article-2.webp\",\"datePublished\":\"2024-10-15T12:14:23+00:00\",\"dateModified\":\"2026-02-24T20:01:48+00:00\",\"description\":\"Learn how our porting team tackled challenges in lighting and performance to deliver a seamless console experience for Poppy Playtime 2.\",\"breadcrumb\":{\"@id\":\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#primaryimage\",\"url\":\"https:\/\/kevurugames.com\/wp-content\/uploads\/2024\/10\/poppy-for-article-2.webp\",\"contentUrl\":\"https:\/\/kevurugames.com\/wp-content\/uploads\/2024\/10\/poppy-for-article-2.webp\",\"width\":1920,\"height\":746},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Kevuru Games\",\"item\":\"https:\/\/kevurugames.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mastering Game Porting: How Kevuru Games Optimized Poppy Playtime 2 for Console\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kevurugames.com\/#website\",\"url\":\"https:\/\/kevurugames.com\/\",\"name\":\"Kevuru Games\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kevurugames.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kevurugames.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kevurugames.com\/#organization\",\"name\":\"Kevuru Games\",\"url\":\"https:\/\/kevurugames.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kevurugames.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kevurugames.com\/wp-content\/uploads\/2025\/12\/logo-square.jpeg\",\"contentUrl\":\"https:\/\/kevurugames.com\/wp-content\/uploads\/2025\/12\/logo-square.jpeg\",\"width\":812,\"height\":812,\"caption\":\"Kevuru Games\"},\"image\":{\"@id\":\"https:\/\/kevurugames.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/KevuruGames\/\",\"https:\/\/x.com\/kevurugames\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Poppy Playtime 2 Porting Case Study | Kevuru Games","description":"Learn how our porting team tackled challenges in lighting and performance to deliver a seamless console experience for Poppy Playtime 2.","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:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/","og_locale":"en_US","og_type":"article","og_title":"Mastering Game Porting: How Kevuru Games Optimized Poppy Playtime 2 for Console","og_description":"Learn how our porting team tackled challenges in lighting and performance to deliver a seamless console experience for Poppy Playtime 2.","og_url":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/","og_site_name":"Kevuru Games","article_publisher":"https:\/\/www.facebook.com\/KevuruGames\/","article_published_time":"2024-10-15T12:14:23+00:00","article_modified_time":"2026-02-24T20:01:48+00:00","og_image":[{"width":1920,"height":746,"url":"https:\/\/kevurugames.com\/wp-content\/uploads\/2024\/10\/poppy-for-article-2.webp","type":"image\/webp"}],"author":"Mariia Panchenko","twitter_card":"summary_large_image","twitter_creator":"@kevurugames","twitter_site":"@kevurugames","twitter_misc":{"Written by":"Mariia Panchenko","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/","url":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/","name":"Poppy Playtime 2 Porting Case Study | Kevuru Games","isPartOf":{"@id":"https:\/\/kevurugames.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#primaryimage"},"image":{"@id":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#primaryimage"},"thumbnailUrl":"https:\/\/kevurugames.com\/wp-content\/uploads\/2024\/10\/poppy-for-article-2.webp","datePublished":"2024-10-15T12:14:23+00:00","dateModified":"2026-02-24T20:01:48+00:00","description":"Learn how our porting team tackled challenges in lighting and performance to deliver a seamless console experience for Poppy Playtime 2.","breadcrumb":{"@id":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#primaryimage","url":"https:\/\/kevurugames.com\/wp-content\/uploads\/2024\/10\/poppy-for-article-2.webp","contentUrl":"https:\/\/kevurugames.com\/wp-content\/uploads\/2024\/10\/poppy-for-article-2.webp","width":1920,"height":746},{"@type":"BreadcrumbList","@id":"https:\/\/kevurugames.com\/blog\/mastering-game-porting-how-kevuru-games-optimized-poppy-playtime-2-for-console\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Kevuru Games","item":"https:\/\/kevurugames.com\/"},{"@type":"ListItem","position":2,"name":"Mastering Game Porting: How Kevuru Games Optimized Poppy Playtime 2 for Console"}]},{"@type":"WebSite","@id":"https:\/\/kevurugames.com\/#website","url":"https:\/\/kevurugames.com\/","name":"Kevuru Games","description":"","publisher":{"@id":"https:\/\/kevurugames.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kevurugames.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kevurugames.com\/#organization","name":"Kevuru Games","url":"https:\/\/kevurugames.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kevurugames.com\/#\/schema\/logo\/image\/","url":"https:\/\/kevurugames.com\/wp-content\/uploads\/2025\/12\/logo-square.jpeg","contentUrl":"https:\/\/kevurugames.com\/wp-content\/uploads\/2025\/12\/logo-square.jpeg","width":812,"height":812,"caption":"Kevuru Games"},"image":{"@id":"https:\/\/kevurugames.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/KevuruGames\/","https:\/\/x.com\/kevurugames"]}]}},"_links":{"self":[{"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/posts\/19639","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/comments?post=19639"}],"version-history":[{"count":4,"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/posts\/19639\/revisions"}],"predecessor-version":[{"id":26811,"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/posts\/19639\/revisions\/26811"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/media\/21350"}],"wp:attachment":[{"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/media?parent=19639"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/categories?post=19639"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kevurugames.com\/wp-json\/wp\/v2\/tags?post=19639"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}