{"id":121,"date":"2009-01-07T01:00:49","date_gmt":"2009-01-07T08:00:49","guid":{"rendered":"http:\/\/www.designer-notes.com\/?p=121"},"modified":"2009-01-11T13:56:13","modified_gmt":"2009-01-11T20:56:13","slug":"a-history-of-fall-from-heaven-part-ii","status":"publish","type":"post","link":"https:\/\/www.designer-notes.com\/a-history-of-fall-from-heaven-part-ii\/","title":{"rendered":"A History of Fall from Heaven (Part II)"},"content":{"rendered":"<p><em>Fall from Heaven<\/em> is a dark fantasy <em>Civilization IV<\/em> mod, built by a team headed by Derek Paxton.\u00a0The first version was released on December 16th, 2005 and last month &#8211; exactly three years later &#8211; the &#8220;gold&#8221; version was uploaded. The project is the most successful <em>Civ4<\/em> mod yet created, with hundreds of thousands of downloads and positive nods from critics like <a href=\"http:\/\/fidgit.com\/archives\/2008\/12\/fall-from-heaven-ii-madness-i.php\">Tom Chick<\/a>. I recently had an opportunity to interview Derek and his team on the final release of his the mod, which is available for download <a href=\"http:\/\/kael.civfanatics.net\/\">here<\/a>. (Note: <em>Fall<\/em> requires a fully patch version of <a href=\"http:\/\/www.amazon.com\/gp\/product\/B000PCLBE2?ie=UTF8&amp;tag=dn05d-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000PCLBE2\" width=\"1\" height=\"1\" border=\"0\" style=\"border: medium none  ! important; margin: 0px ! important\"><em>Beyond the Sword<\/em><\/a> to play.)<\/p>\n<p><a href=\"http:\/\/www.civfanatics.com\/ffh\"><img loading=\"lazy\" decoding=\"async\" src=\"pics\/ffh-banner.jpg\" height=\"126\" width=\"630\" \/><\/a><\/p>\n<p><strong>Soren<\/strong>: How do you guys handle communication and source control? Are there private development forums? Have any of the members met or talked in real-time?<\/p>\n<p><strong>Derek: <\/strong>Thunderfall, admin of CivFanatics, was good enough to give us access to a public forum and a private team forum. \u00a0To date, the team forum has over 16,000 posts and the public forum has about 150,000 posts.<\/p>\n<p>Although I may exchange occasional private messages or emails with a few team members, 99% of everything we do is done in the team forum. \u00a0It allows people to participate in the discussion as their schedule allows and for everyone to openly talk or discuss ideas. \u00a0Since all the messages are retained, it makes it really easy to go back and pull out ideas that may not have worked well at the time (okay, I&#8217;ll admit it, to go back and get ideas that I didn&#8217;t like at the time but finally realized that the team knew better than I did).<\/p>\n<p>Source control isn&#8217;t a problem since I&#8217;m the only one with with access to the source code. \u00a0Art and writing assets are posted, and I cut them into the mod.<\/p>\n<p>I don&#8217;t think any of the members have met in real-time. \u00a0I did talk to Woodelf on the phone once and took remote control of his computer to check out a problem he was having on Vista. I also sent everyone on the team a copy of &#8220;The Ultimate History of Mythology&#8221; and &#8220;History of Ancient Civilizations&#8221; books for Christmas one year.\u00a0 As they correctly figured out, it was actually a homework assignment to help generate ideas.<\/p>\n<p><strong>William<\/strong>: Stephan and I were on the verge of meeting when we were in England at the same time a year ago, but unfortunately it didn&#8217;t pan out. I suspect it might be easier for us European contributors to meet as we&#8217;re all concentrated in Northern Europe. (Sto is in France, but &#8211; with the motorways &#8211; that shouldn&#8217;t be a problem.)<\/p>\n<p><strong>Soren<\/strong>: How do you keep a group this large organized? I noticed that there are twice as many &#8220;content creators&#8221; (artists, writers) as &#8220;system creators&#8221; (programmers, designers). Do you think that this type of ratio is a sign that getting programmers to work together harmoniously is a lot harder than getting artists to do so (who can work on separate assets in parallel)?<\/p>\n<p><strong>Derek:<\/strong> The second greatest\u00a0risk\u00a0to a mod is the &#8220;unfixable&#8221; error (the first being abandonment by the creators who burn out or go on to other things).\u00a0 A lot of how we work is based around trying to mitigate that risk.\u00a0 One way we do that is by forcing all code to go through me.\u00a0 It&#8217;s not that I am any kind of standard bearer for proper programming &#8211; Chalid, Talchas and Sto are all better programmers than I am &#8211; but it&#8217;s important that one person understand all the changes in the mod.\u00a0 That understanding has to be at the code level.\u00a0 The reason is that issues will come up.\u00a0 Issues that occur in a given function are easy to troubleshoot and fix.\u00a0 Issues that occur between functions (the way two separate functions interact with each other) are much more difficult.\u00a0 Unless a common person understands both of those functions, it multiplies the difficulty, especially when one of the functions has no apparent relation to the other.<\/p>\n<p>Occasionally, I&#8217;ll even ask Talchas or Sto to provide simpler versions of their code before it&#8217;s added.\u00a0 Or I&#8217;ll rewrite it in a form that I understand but may not be as efficient or full featured as their version.\u00a0 They gradually teach me more advanced programming, so I improve, and the code for the mod stays relatively simple, which is one of the reasons I think others like to mod it.<\/p>\n<p>Artists and writers are much easier.\u00a0 I keep an updated to-do list for them, and they produce assets as it appeals to them.\u00a0 Though they do a lot of work maintaining internal consistency either in the background or in the art style, it isn&#8217;t as critical as it is with code.<\/p>\n<p><strong>Soren<\/strong>: One of the biggest benefits of having all of <em>Civ4<\/em>&#8216;s game\/AI code in a separate project for the SDK was that it was always very clear where the line was between my code and the rest of the team&#8217;s code. With the exception of some of the utility stuff &#8211; like the XML parsing and the python glue &#8211; I wrote every line in the SDK, which gave the code a certain internal consistency that cut down on a lot of bugs. It looks like <em>Fall<\/em> has a similar philosophy in that all code changes need to pass by a single set of eyes. This level of consistency is very important for modders, I believe, as the code develops its own type of distinct grammar. When you pursued this strategy, were you just trying to keep the project manageable, or did you hope to build your own modding platform to enable &#8220;mod mods&#8221; based on <em>Fall<\/em>?<\/p>\n<p><strong>Derek:<\/strong>\u00a0Just trying to keep it manageable. \u00a0I wanted to minimize the cost of losing any member. \u00a0There are too many mods that have great ideas but wait for a programmer, get one and do a bunch of good work until the programmer goes on to something else and leaves the project in limbo. \u00a0At that point, it&#8217;s hard for a new programmer to step in (or if he does you start to run into compatibility issues), and all the effort that went into getting the mod to that point is largely wasted.<\/p>\n<p>I was surprised to see people using Fall as a base for their own mods.\u00a0 People ran into problems using it because we had hard-coded so many things in the source code. \u00a0So for example if we wanted something special to happen when a unit entered a plot with an Ancient Forest in it, we had that right in the code. \u00a0It was quick and easy to program and worked fine, until a mod mod removed the Ancient Forest from their version. \u00a0At that point, they would get crashes.<\/p>\n<p>When <em>Beyond the Sword<\/em> was released, we decided to rewrite <em>Fall<\/em> from the ground up. \u00a0I didn&#8217;t just copy-and-paste the code over; I started with an empty mod and began adding features from scratch. \u00a0I had learned a lot about programming since the project began, and this time we did it the right way. \u00a0As we progressed, we removed all hard coding from the mod.<\/p>\n<p><strong>Soren<\/strong>: So, in essence, <em>Fall<\/em> went through a similar transformation as <em>Civ<\/em> did, in that much of the open platform philosophy we adopted with <em>Civ4<\/em> came at the request of our modding community for more openness. Where do you think modders will take <em>Fall<\/em> in the future? (For example, I wasn&#8217;t entirely surprised that a fantasy RPG mod became one of the most successful <em>Civ4<\/em> mods as the XP\/levelling system we added to the base game for promotions certainly suggests a classic RPG structure.)<\/p>\n<p><strong>Derek:<\/strong> I suspect &#8220;more of&#8221; mods to be created.\u00a0 More units, more civilizations, more of everything.\u00a0 <em>Fall<\/em> is particuarly rich for this because the development has been open, so people have access to all the mechanics and ideas we tried.\u00a0 This makes it particularly easy for them to reimplement things we cut, especially if they can implement them in a way that solves the reason we cut them.\u00a0 I also wouldn&#8217;t be surprised to see modmods based on popular fantasy sources, like Tolkien.<\/p>\n<p>There is a lot of backstory in Fall, and I&#8217;d be excited to see if people developed mods based on the Second Age (age of magic) or the Fifth Age (that comes after <em>Fall<\/em>&#8216;s timeline).\u00a0 It would be cool to see others take on those time periods.<\/p>\n<p><strong>Soren<\/strong>: By the way, the XML parsing and python glue were late additions to the SDK. I found myself fiddling with that code a lot, so I figured modders would need to as well. How important were those chunks of code? What did we not expose that you wish we did? Were you able to get some of these with <em>Warlords<\/em> and <em>Beyond the Sword<\/em>?<\/p>\n<p><strong>Derek:<\/strong>\u00a0The great thing about releasing that part of the source code is that you allowed us expose things ourselves. \u00a0So we created our own XML files, and we exposed our own python functions. \u00a0We weren&#8217;t limited to just the things you planned for us to be able to mod.<\/p>\n<p>However, the source code doesn&#8217;t include everything. \u00a0The only parts that I often want to mess with and don&#8217;t have control over are in the graphics engine. \u00a0Alex Mantzaris, lead developer of <em>Beyond the Sword<\/em>, was good enough to add civilization-specific unit art to <em>BtS<\/em>. \u00a0Before that, since an art definition was applied directly to a unit, we were carrying hundreds of units in the mod just for their art changes (if, for example, we wanted a Lanun scout to look different than a Malakim scout).\u00a0He also added a function for the unit art in the source code for <em>BtS<\/em> version 3.13 so that I could add some code to have promotions effect the units model.\u00a0 Thus, an orc warrior would look differently than a human warrior regardless of what civilization it belonged to.<\/p>\n<p>I would still like to have more control of the height maps (for creating canyons and cliffs), lighting effects, dynamic ground fog, dynamic scaling and a bunch of other graphic interface functions that aren&#8217;t in the source code. \u00a0That&#8217;s about the only area where I wish we had more access.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"pics\/ffh-illians2.jpg\" height=\"504\" width=\"630\" \/><\/p>\n<p><strong>Soren<\/strong>: Let&#8217;s talk about some actual work figures here, so people can get a sense of what it takes to work on a successful mod. How much time, weekly, do you spend working on <em>Fall<\/em>? How much time &#8211; on average &#8211; would you estimate that the rest of the team spends working? How has your team been able to find this time for a fully voluntary project?<\/p>\n<p><strong>Randy:<\/strong> Does playing count as work? Probably, as we are often the first line of defense as far as play-testing goes. I wouldn&#8217;t call most of what I do as work, compared with scouring code for hard-to-find bugs or implementing new features as Derek does. But between playing, discussing things on the forums, and creating content, I probably average about five hours a week over the time I&#8217;ve been contributing &#8211; although oftentimes, that much in a day as well.<\/p>\n<p><strong>Tom: <\/strong>I&#8217;d hate to add up how much time I &#8220;worked&#8221; on this mod.\u00a0 In the beginning, I played 20, 30, maybe 40 hours a week.\u00a0 I still playtest over 10 hours a week on average and will continue doing so even after we wrap up Ice.\u00a0 Who knows how much time I spend on the forums or daydreaming about <em>FfH<\/em>.<\/p>\n<p><strong>Derek:<\/strong> I spend about 15-20 hours a week on <em>Fall from Heaven<\/em>.\u00a0 Multiply that by 3 years and you have a little over 3000 hours.<\/p>\n<p>The initial investment of time was easy because my work sent me to Europe for 3 months to work on a project.\u00a0 Away from my family and friends, I spent most of my free time working on <em>Fall from Heaven<\/em> and made significant headway during that period.\u00a0 Our first version of <em>Fall from Heaven II<\/em> was released at the end of those 3 months.\u00a0 Outside of that, even though 15-20 hours a week is a lot of time, I really try to make those hours as productive as possible.\u00a0 My first major project for the mod back during those 3 months in Europe was in creating an editor that allowed me to\u00a0easily manage the XML assets of the mod.\u00a0 Although it took a lot of time to initially setup, that has been a great time saver in the long run.<\/p>\n<p>We also have to be careful about where we spend our time.\u00a0 There are lots of things we could do, but each has to viewed against the time to create.\u00a0 Some very good ideas have to be left behind because their value in comparison to the implementation time just isn&#8217;t worth it.\u00a0 I try to be even more conservative when I&#8217;m asking for other peoples&#8217; time, such as a cool idea that would require the art team to create a bunch of new unit models.<\/p>\n<p><strong>Soren<\/strong>: Can you go into more detail about what your XML editor lets you do? Have you released it for other people to use? If so, have other people expanded it? I find it interesting to hear that you made the upfront investment to create one because we had a on-going internal debate trying to decide whether or not to build one for our modders. For <em>Civ3<\/em>, we did build an editor which handled everything that could be modded, but it became a major resource bottleneck because everything we needed to expose required editor\/UI work, which ultimately limited the number of things we could expose to modders. More importantly &#8211; and this is something we couldn&#8217;t really admit in public &#8211; we didn&#8217;t think we could build as good an editor as our modders could because we would be build for a theoretical spec whereas they would be building an editor to meet their specific and concrete needs.<\/p>\n<p><strong>Derek:<\/strong>\u00a0Its an XML spreadsheet with Visual Basic macros written to write the xml files based on the spreadsheet data. \u00a0I did release a version to the community that doesn&#8217;t have any <em>Fall from Heaven<\/em> attributes in it (<a href=\"http:\/\/forums.civfanatics.com\/showthread.php?t=231917\">http:\/\/forums.civfanatics.com\/showthread.php?t=231917)<\/a>. \u00a0It worked out well for some people, but it doesn&#8217;t make modding <em>Civ4<\/em> easy, which is what a lot of people want.<\/p>\n<p>This is the dilemma between providing powerful modding capabilities with your game, or making it easy to mod. \u00a0Those are two very different goals. \u00a0To be easy to mod, the game needs to make most of the assumptions for the modder, allowing the modder to change a few thing and have the game be smart enough to work out all the details. \u00a0Each of those assumptions the game makes limits the modder. \u00a0The most powerful modding tools don&#8217;t make any assumptions and allow the modder to handle all of the specifics on his\/her own. \u00a0That way, they can do things the game developers never intended, but they have to really understand all of the nuts and bolts of the gaming engine to do it because they have to put together all the pieces themselves.<\/p>\n<p>An editor like you describe would have allowed people an easy first step to get into modding. \u00a0A front end that allows them to tweak and customize a bunch of set parameters. \u00a0It would have been a great tool for &#8220;casual modders,&#8221;\u00a0 but it wouldn&#8217;t have been any value to total conversion mods like <em>Fall<\/em> because of how much we\u00a0customized the game. \u00a0I know that the first step into modding is a big one, so I can&#8217;t say how much a Firaxis-created utility would have helped grow the community. \u00a0Even though modders can create editing utilities on their own, the problem is that most modding begins in isolation &#8211; someone playing around with their own game. \u00a0A typical modder won&#8217;t go out and grab modding tools for a game he doesn&#8217;t know how to mod; he will stop when he can&#8217;t find a way to do it himself. \u00a0An editor may have been a good first step to allow someone to create a basic mod, then come into the community to find out everything else that is out there<\/p>\n<p><strong>Soren<\/strong>: By the way, what is your day job? And do they know about your extra-curricular activities?<\/p>\n<p><strong>Derek:<\/strong> I work for a business software company in support.\u00a0 I&#8217;m assigned to a few major accounts, and it&#8217;s my job to quickly resolve\u00a0problems they have and to make sure problems don&#8217;t happen in the first place.\u00a0 I\u00a0work from home, or occasionally on-site, if someone has a specific need,\u00a0and I&#8217;m on call at all times.\u00a0 My schedule is largely determined by my customers needs &#8211; if an issue comes up, I may be working on it non-stop for that day or over the course of several days.\u00a0 That makes it difficult to plan\u00a0my life, but it&#8217;s the perfect job for modding.\u00a0 I need activities I can tinker with when I have a few hours free and then drop if I get a call.\u00a0 I could never play online games where other people are expecting my help at specific times or pursue a career as a costumed crimefighter with any sort of elaborate costume that I would have to get into and out of if I got a call.<\/p>\n<p>Because of my job I have a very support-focused mindset to modding.\u00a0 My code is not complex, partially because I&#8217;m just a beginning programmer, but also\u00a0because my job is to help my customers remove the risk and complexity from their systems.\u00a0 One of the amazing things about the <em>Civ4<\/em> source code is that it is so simple and readable, even for a guy\u00a0with no programming experience.\u00a0 Simple systems working together in complex ways is the foundation of <em>Civilization<\/em>, and that was reflected in the code as well.\u00a0 I tried to maintain that in our additions.<\/p>\n<p>A few people know I made a mod for <em>Civ4<\/em>.\u00a0 Everyone has their hobbies though, to be honest, since I don&#8217;t go into an office, I don&#8217;t have the watercooler\u00a0moments like I had in former jobs.\u00a0 So, it&#8217;s a pretty small group, but I occasionally hear from people I know in real life who ask me if I&#8217;m the\u00a0Derek Paxton\u00a0from <em>Fall from Heaven<\/em>.\u00a0 Usually, as a result of\u00a0them googling my name and finding the IGN interview about Age of Ice.\u00a0 In real life (as compared to my virtual <em>Fall from Heaven<\/em> teammates), my family is very supportive and has endured endless hours of brainstorming and ideas over meals, walks or drives.\u00a0 To their credit, they always offer good ideas and\u00a0really think about what I&#8217;m saying, which is probably better than I do when my wife starts talking about something in which she is interested (note to self: be nicer to my wife).<\/p>\n<p><strong>Soren<\/strong>: It&#8217;s interesting to read that a couple members are using <em>Fall<\/em> as a pathway into the &#8220;real&#8221; game industry. How much of a motivation is that for modders in general?<\/p>\n<p><strong>Stephan<\/strong>: Right now, I am writing my diploma thesis in Chemistry, but a year ago, I have been considering finding a job in the gaming industry as an artist. I was seduced because I discovered this passion for 3D art, painting textures, etc. and everything felt so easy to learn. However, I think it is a bit dangerous because if there had been an offer from someone, I would have\u00a0dropped my studies (3 years of chemistry) and moved.<\/p>\n<p>While modding, you have endless freedom, which makes it so much fun. With a mod like <em>Fall<\/em>, you also have something like &#8220;semi-professional&#8221; status, with fans, publicity, etc., which gives the whole work another level of excitement. But you can\u00b4t compare this to the pressure one has to withstand in a professional company, influenced by publishers, monetary thoughts, etc. Most skills a modder have are self-taught, which is amazing if you think about it. However, to keep up in speed and quality with someone who had professional training and a degree in arts\/programming is a challenge.<\/p>\n<p>So I think hiring a modder will give you certain benefits &#8211; he has already proven that he is willing to learn a lot of stuff by himself to achieve what he wants. He will come with a variety of other attributes and knowledge not related to gaming (because he usually does gaming\/modding in his free time, not as a primary course of study). He will most likely show a good degree of creative thinking and self-organizing skills. The major drawback is that he is lacking professional education and might be overwhelmed with new tasks, which require a profound understanding of all the details taught in professional 3D modelling\/programming classes, and the routine developed in the course of working the whole day in this field (and not in a lab, an office, etc.).<\/p>\n<p><strong>Tom:<\/strong>\u00a0 From the moment I played <em>Fall<\/em>, I wanted to try and contribute graphically somehow.\u00a0 I had never touched a 3D modeling program, or GIMP for that matter, but that didn&#8217;t stop me from &#8216;skinning&#8217; some ugly hellhounds and turning Great Prophets into wizards.\u00a0 With the help of some very talented members of CFC, I finally learned how to model, texture and put my own custom work into <em>Civ4<\/em>.\u00a0 Without <em>Fall<\/em>, I don&#8217;t think that ever would have happened.<\/p>\n<p>I don&#8217;t have any plans on quitting my day job to join the gaming industry, but it is nice creating stuff and instantaneously being able to see it used in-game.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"pics\/ffh-religions.jpg\" height=\"504\" width=\"630\" \/><\/p>\n<p><strong>Soren<\/strong>: I&#8217;m curious where you guys got some of the static assets for the game, such as the leader portraits or some of the extra music. How much stuff have your &#8220;plundered&#8221; vs. built yourself?<\/p>\n<p><strong>Derek:<\/strong> Almost all of the 2D art and music is copyrighted material that we are using without the artists permission.\u00a0 If any artist ever disliked how we used their work, I would remove it from the mod.\u00a0 These artists are more than filler, they\u00a0inspired the D&amp;D game it is based on, and the art of Justin Sweet, or the music of Cirque du Soleli, inspired the Mod.\u00a0 So I have great respect for them, and I hope the mod highlights their talent.<\/p>\n<p>The artists, like Jason Engle,\u00a0that have returned our requests, or that I&#8217;ve had the pleasure to talk to, have allowed us to use their work.<\/p>\n<p>For music, we&#8217;ve drawn the line at only including small samples (10-15 seconds) of copyrighted music.\u00a0 Anything longer will only be included if the artists gives us their permission or the artist makes it freely available on their website.\u00a0 We&#8217;ve been particularly lucky that Joseph Vargo, leader of the group Nox Arcana, has been kind enough to allow us to use their music.\u00a0 It&#8217;s an amazing mix of Gothic fantasy music that fits <em>Fall <\/em>well.<\/p>\n<p><em>See also <a href=\"http:\/\/www.designer-notes.com\/?p=120\">Part I<\/a> and <a href=\"http:\/\/www.designer-notes.com\/?p=122\">Part III<\/a>&#8230;<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fall from Heaven is a dark fantasy Civilization IV mod, built by a team headed by Derek Paxton.\u00a0The first version was released on December 16th, 2005 and last month &#8211; exactly three years later &#8211; the &#8220;gold&#8221; version was uploaded. &hellip; <a href=\"https:\/\/www.designer-notes.com\/a-history-of-fall-from-heaven-part-ii\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[5],"tags":[],"class_list":["post-121","post","type-post","status-publish","format-standard","hentry","category-civ"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p3EGlq-1X","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/posts\/121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/comments?post=121"}],"version-history":[{"count":0,"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/posts\/121\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/media?parent=121"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/categories?post=121"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.designer-notes.com\/wp-json\/wp\/v2\/tags?post=121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}