{"id":288,"date":"2021-11-02T09:05:00","date_gmt":"2021-11-01T22:05:00","guid":{"rendered":"https:\/\/studios.nomoss.co\/blog\/?p=288"},"modified":"2023-12-12T17:01:48","modified_gmt":"2023-12-12T06:01:48","slug":"git-basics-2-1-how-to-get-connected-to-gitlab","status":"publish","type":"post","link":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/","title":{"rendered":"Git Basics 2.1 &#8211; How to Get Connected to GitLab"},"content":{"rendered":"\n<p>Now that you have Git setup, the next important step is to connect to GitLab with your freshly downloaded copy of Fork.<\/p>\n\n\n\n<p>If you have no idea what I&#8217;m talking about &#8211; it&#8217;s probably best to start with <a href=\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/\">the previous part of this series.<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step One &#8211; Create your Access Token<\/h4>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"533\" src=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/Gitlab-access-tokens-1024x533.png\" alt=\"A screenshot of the gitlab access tokens page\" class=\"wp-image-305\" srcset=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/Gitlab-access-tokens-1024x533.png 1024w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/Gitlab-access-tokens-600x312.png 600w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/Gitlab-access-tokens-300x156.png 300w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/Gitlab-access-tokens-768x400.png 768w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/Gitlab-access-tokens-1536x800.png 1536w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/Gitlab-access-tokens.png 1771w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">This is where you can find your access tokens<\/figcaption><\/figure><\/div>\n\n\n<p>The first step is to create an Access Token. This is a key that GitLab uses to ensure it knows who you are, and that you only have access to the things you should have access to.<\/p>\n\n\n\n<p>On GitLab, go to your <a href=\"https:\/\/gitlab.com\/-\/profile\/preferences\">account preferences<\/a>, and select the Access Tokens settings. Enter a name for your Access Token (such as <code>Fork Access Token<\/code>) and an expiration date if you&#8217;d like to (or just leave it blank).<\/p>\n\n\n\n<p>Next, you&#8217;ll need to select which permissions you want your access token to have. Each one is explained in brief on the page, and you may want to ask your technical lead for which ones you will need. Or &#8211; just go ahead and check all the boxes. You can always create a more locked-down Access Token later if you want to.<\/p>\n\n\n\n<p>Once you&#8217;ve done this, click &#8216;Create Personal Access Token&#8217;. GitLab will create your access token, and this is the only time you&#8217;ll be able to see it, so don&#8217;t close this page until we&#8217;re done. Copy the token &#8211; we&#8217;ll be using it shortly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step Two &#8211; Integrate your Access Token<\/h4>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignleft size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/integrated-gitlab.png\" alt=\"A screenshot of Fork with Gitlab integrated\" class=\"wp-image-306\" width=\"502\" height=\"356\"\/><figcaption class=\"wp-element-caption\">This is what it looks like when it&#8217;s all integrated<\/figcaption><\/figure><\/div>\n\n\n<p>Open up Fork and do any basic setup you need to. The first time you open Fork it will ask you to set up your identity &#8211; this is the email and name that will be associated with your commits so enter it wisely.<\/p>\n\n\n\n<p>Next, open your account settings (on Mac this is under &#8216;Fork&#8217; &gt; &#8216;Accounts&#8230;&#8217;, and on Windows you can find it at &#8216;File&#8217; &gt; &#8216;Accounts&#8230;&#8217;). Click the &#8216;+&#8217; button to add a new account. We&#8217;ll be adding a GitLab account, so select that, and then enter your access token. Boom &#8211; you just connected GitLab.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step Three &#8211; Clone your first repository<\/h4>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"708\" height=\"504\" src=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/choosing-a-repo-gitlab.png\" alt=\"A screenshot of a list of repositories in Fork, from gitlab\" class=\"wp-image-307\" srcset=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/choosing-a-repo-gitlab.png 708w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/choosing-a-repo-gitlab-600x427.png 600w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/choosing-a-repo-gitlab-300x214.png 300w\" sizes=\"(max-width: 708px) 100vw, 708px\" \/><figcaption class=\"wp-element-caption\">Look at all them repositories!<\/figcaption><\/figure><\/div>\n\n\n<p>Now that you are connected to GitLab, you can view all of your GitLab repositories. If you open the account settings again you can select your new GitLab integration, and click the &#8216;repositories&#8217; button to view all of your repositories.<\/p>\n\n\n\n<p>Next to each repository is a little download button &#8211; clicking that will clone the repository to your default directory! Once you&#8217;ve cloned your first repository, you can continue on to the <a href=\"https:\/\/noblesteedgames.com\/blog\/git-basics-3-git-operations-101\/\">next part of this series<\/a>, which will be going over some basics of how to manage your git repository!<\/p>\n\n\n\n<p>We hope you enjoyed reading this! Have a question or want to chat more about game development?&nbsp;<a href=\"mailto:hello@noblesteed.games\" data-type=\"mailto\" data-id=\"mailto:hello@noblesteed.games\"><strong>Reach out to us!<\/strong><\/a><\/p>\n\n\n\n<p>Other places you can find us:<\/p>\n\n\n\n<ul>\n<li>Our other&nbsp;<a href=\"https:\/\/noblesteedgames.com\/blog\/category\/gamedev-resources\/\">game development resources<\/a><\/li>\n\n\n\n<li>Join our<a href=\"https:\/\/discord.com\/invite\/Ka8suskKcs\">&nbsp;Discord serve<\/a>r<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Read on to learn how to use version control for game development. In this part, we cover how to get connected to GitLab with Fork!<\/p>\n","protected":false},"author":1,"featured_media":648,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[40],"tags":[26],"ppma_author":[65],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Git Basics 2.1 - How to Get Connected to GitLab | Dev Blog<\/title>\n<meta name=\"description\" content=\"Read on to learn how to use version control for game development. In this part, we cover how to get connected to GitLab with Fork!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Git Basics 2.1 - How to Get Connected to GitLab | Dev Blog\" \/>\n<meta property=\"og:description\" content=\"Three easy steps on how to get connected to GitLab with Fork or Version Control software of choice.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/\" \/>\n<meta property=\"og:site_name\" content=\"Noble Steed Games\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NobleSteedAU\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-01T22:05:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-12T06:01:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"378\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Reuben\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"Three easy steps on how to get connected to GitLab with Fork or Version Control software of choice.\" \/>\n<meta name=\"twitter:creator\" content=\"@NobleSteedAU\" \/>\n<meta name=\"twitter:site\" content=\"@NobleSteedAU\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Reuben\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/\"},\"author\":{\"name\":\"Reuben\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/72236c3fe545f797cc0ce4635c1ca1a9\"},\"headline\":\"Git Basics 2.1 &#8211; How to Get Connected to GitLab\",\"datePublished\":\"2021-11-01T22:05:00+00:00\",\"dateModified\":\"2023-12-12T06:01:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/\"},\"wordCount\":468,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg\",\"keywords\":[\"Git\"],\"articleSection\":[\"Gamedev Resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/\",\"name\":\"Git Basics 2.1 - How to Get Connected to GitLab | Dev Blog\",\"isPartOf\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg\",\"datePublished\":\"2021-11-01T22:05:00+00:00\",\"dateModified\":\"2023-12-12T06:01:48+00:00\",\"description\":\"Read on to learn how to use version control for game development. In this part, we cover how to get connected to GitLab with Fork!\",\"breadcrumb\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#primaryimage\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg\",\"contentUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg\",\"width\":900,\"height\":378,\"caption\":\"Git 101 Part 2.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/noblesteedgames.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Git Basics 2.1 &#8211; How to Get Connected to GitLab\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#website\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/\",\"name\":\"Noble Steed Games\",\"description\":\"Stories from Development\",\"publisher\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/noblesteedgames.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#organization\",\"name\":\"Noble Steed Games\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/PFP.jpg\",\"contentUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/PFP.jpg\",\"width\":1374,\"height\":1374,\"caption\":\"Noble Steed Games\"},\"image\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/NobleSteedAU\",\"https:\/\/x.com\/NobleSteedAU\",\"https:\/\/www.instagram.com\/noblesteedau\/\",\"https:\/\/www.linkedin.com\/company\/18263569\/\",\"https:\/\/www.youtube.com\/channel\/UC-CE2Op8dEH0LET0t9Zw79g\",\"https:\/\/twitter.com\/NobleSteedAU\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/72236c3fe545f797cc0ce4635c1ca1a9\",\"name\":\"Reuben\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/image\/b281395bed28c3024dda9576a32f5794\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg\",\"contentUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg\",\"caption\":\"Reuben\"},\"sameAs\":[\"https:\/\/noblesteedgames.com\/blog\/\"],\"url\":\"https:\/\/noblesteedgames.com\/blog\/author\/studios-admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Git Basics 2.1 - How to Get Connected to GitLab | Dev Blog","description":"Read on to learn how to use version control for game development. In this part, we cover how to get connected to GitLab with Fork!","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:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/","og_locale":"en_US","og_type":"article","og_title":"Git Basics 2.1 - How to Get Connected to GitLab | Dev Blog","og_description":"Three easy steps on how to get connected to GitLab with Fork or Version Control software of choice.","og_url":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/","og_site_name":"Noble Steed Games","article_publisher":"https:\/\/www.facebook.com\/NobleSteedAU","article_published_time":"2021-11-01T22:05:00+00:00","article_modified_time":"2023-12-12T06:01:48+00:00","og_image":[{"width":900,"height":378,"url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg","type":"image\/jpeg"}],"author":"Reuben","twitter_card":"summary_large_image","twitter_description":"Three easy steps on how to get connected to GitLab with Fork or Version Control software of choice.","twitter_creator":"@NobleSteedAU","twitter_site":"@NobleSteedAU","twitter_misc":{"Written by":"Reuben","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#article","isPartOf":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/"},"author":{"name":"Reuben","@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/72236c3fe545f797cc0ce4635c1ca1a9"},"headline":"Git Basics 2.1 &#8211; How to Get Connected to GitLab","datePublished":"2021-11-01T22:05:00+00:00","dateModified":"2023-12-12T06:01:48+00:00","mainEntityOfPage":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/"},"wordCount":468,"commentCount":1,"publisher":{"@id":"https:\/\/noblesteedgames.com\/blog\/#organization"},"image":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#primaryimage"},"thumbnailUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg","keywords":["Git"],"articleSection":["Gamedev Resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/","url":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/","name":"Git Basics 2.1 - How to Get Connected to GitLab | Dev Blog","isPartOf":{"@id":"https:\/\/noblesteedgames.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#primaryimage"},"image":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#primaryimage"},"thumbnailUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg","datePublished":"2021-11-01T22:05:00+00:00","dateModified":"2023-12-12T06:01:48+00:00","description":"Read on to learn how to use version control for game development. In this part, we cover how to get connected to GitLab with Fork!","breadcrumb":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#primaryimage","url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg","contentUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-2.jpg","width":900,"height":378,"caption":"Git 101 Part 2."},{"@type":"BreadcrumbList","@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/noblesteedgames.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Git Basics 2.1 &#8211; How to Get Connected to GitLab"}]},{"@type":"WebSite","@id":"https:\/\/noblesteedgames.com\/blog\/#website","url":"https:\/\/noblesteedgames.com\/blog\/","name":"Noble Steed Games","description":"Stories from Development","publisher":{"@id":"https:\/\/noblesteedgames.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/noblesteedgames.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/noblesteedgames.com\/blog\/#organization","name":"Noble Steed Games","url":"https:\/\/noblesteedgames.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/PFP.jpg","contentUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/PFP.jpg","width":1374,"height":1374,"caption":"Noble Steed Games"},"image":{"@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/NobleSteedAU","https:\/\/x.com\/NobleSteedAU","https:\/\/www.instagram.com\/noblesteedau\/","https:\/\/www.linkedin.com\/company\/18263569\/","https:\/\/www.youtube.com\/channel\/UC-CE2Op8dEH0LET0t9Zw79g","https:\/\/twitter.com\/NobleSteedAU"]},{"@type":"Person","@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/72236c3fe545f797cc0ce4635c1ca1a9","name":"Reuben","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/image\/b281395bed28c3024dda9576a32f5794","url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg","contentUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg","caption":"Reuben"},"sameAs":["https:\/\/noblesteedgames.com\/blog\/"],"url":"https:\/\/noblesteedgames.com\/blog\/author\/studios-admin\/"}]}},"authors":[{"term_id":65,"user_id":1,"is_guest":0,"slug":"studios-admin","display_name":"Reuben","avatar_url":{"url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg","url2x":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg"},"user_url":"https:\/\/noblesteedgames.com\/blog\/","last_name":"Moorhouse","first_name":"Reuben","job_title":"","description":""}],"_links":{"self":[{"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/posts\/288"}],"collection":[{"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/comments?post=288"}],"version-history":[{"count":13,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/posts\/288\/revisions"}],"predecessor-version":[{"id":1232,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/posts\/288\/revisions\/1232"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/media\/648"}],"wp:attachment":[{"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/media?parent=288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/categories?post=288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/tags?post=288"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}