Where we talk about working in Japanese game companies, the metroidvania genre, indie game design and workflow, and living abroad in Tokyo
0 Comments
Where we talk about cultural differences in game design, the indie dev community in Tokyo, and tricks to optimize game performance
Interview: Douglas Schules
Translation: Hugh Wilson Nettelbeck Daedalus Machine I’d like to start by asking about your circle, Phantom Island. Can you briefly tell us a bit about its background and development? Phantom Island The team was originally formed back around February 2016 by me and a group of my classmates while we were attending technical college. Our aim was to make “games that couldn’t be made by a company.” Since then, we’ve planned and scrapped a number of different game concepts. Eventually, we committed to developing our current project, Faye/Sleepwalker. First, we developed a prototype build of the game, and now we’re working on the release build. Back when we started the circle there were four members. Since then, that number has grown to seven members currently working on the project. Daedalus Machine Up to this point, what’s the most difficult challenge Phantom Island has faced as a circle? Phantom Island Mainly human relations. We’ve had members question their individual relevance to the group. These days I can talk openly about it as a bit of a development-related horror story, but at the time I really felt bad about being the cause of dissatisfaction among the team. I was so stressed out by the idea that our whole project might collapse that I could barely even swallow my food. Daedalus Machine People don’t talk about it often, but human relations are really an important aspect of game development. I think that other developers who have faced similar problems would be able to relate. Phantom Island My experiences might be a bit unique, but back when we originally started development I thought “I can make a game on my own, but it would be good to work in a group to pool resources”. I’m sure a lot of other game developers probably think like this, but it is really a big mistake. I saw myself as the individual creator behind the game. I made all the major decisions about the project on my own, barely stopping to consider the opinions of the other group members. I didn’t really realize I was doing it at the time, but that doesn’t change the negative effect that it had on everyone else. I also deleted all of the source code from the prototype version of the game when we moved on to developing the release version. In doing so, I unthinkingly deleted a lot of the hard work that other members had put into the project. That’s something I really regret. Overall, I think the problem was that I could have shown more sincerity towards each individual member of the team; I lost sight of the fact that they are individuals thinking “I’m developing a game as a member of a team, whose contributions reflect my own ideas.” Before, I used to make decisions about all the smaller details of the game’s design and source code, but now I leave those decisions to the members who are in charge of those individual sections. These days, I stick to making larger scale decisions about the project’s direction. For example, I leave decisions about enemy behavior and battle design to the relevant members who are in charge of those aspects. Also, I am now making a conscious effort to properly respect the hard work of my fellow team members. I have realized that this game does not belong to me alone. It is the fruit of our combined labors as a team. Of course, there are also times when I don’t want to compromise on my visions for the project, and there are times where I disagree with other members’ decisions. I guess this problem isn’t relevant to developers who understand from the get-go that they can’t make a game all on their own and enlist the help of others. Daedalus Machine Your current project is a 3D action game called Faye/Sleepwalker. How long have you been working on it? Phantom Island We started development on the prototype build about two years and two months ago, in August of 2016. If you include the planning stages of the project, we’ve probably been working on it for about two years and five months. Daedalus Machine Can you tell us a little about the concept of the game? Phantom Island We wanted to build a game around the concept of being “too fast to see”. Based on that, we developed the game’s “intuitive action” system and wrote a scenario that focuses on themes of human growth. With the “too fast to see” concept, I’m trying to capture the feeling I get from riding on a bullet train and trying to focus my eyes on the passing scenery. When something zips in and out of a person’s field of vision very quickly the brain tries to process it, but if the object is too quick to process it can cause confusion. That line between understanding and confusing - when the brain is constantly processing new information - brings a certain kind of catharsis. The base concept for our game was born from the idea of implementing this concept into our open world movement and combat systems. It’s not a concept that will appeal to a wider audience. Daedalus Machine Now that you mention it, I can see how the idea of speed or intuition could be reflected in the game mechanics. Could you be a bit more descriptive about how you see these ideas you mention concretely appear in the game’s design or story? Phantom Island The story isn’t really tied to the game’s concept. As for the game design, we have aimed to create a game that makes the large open-world setting feel small through high-speed movement. We aimed to make the aerial movement and on-foot dash feel somewhat similar to something like Sonic the Hedgehog in terms of speed. This not only allowed us to achieve our concept goal, but also reduced the necessity for us to dedicate resources to densely detailing the open world, since the player moves through it too quickly to focus on the smaller details. Daedalus Machine From a technical perspective, how difficult was it to implement the concept of speed into the game, and how did you do it? Phantom Island From a technical perspective, we really struggled with the collision physics. The player character and enemies move so fast that they would often clip through walls. Also, both the player character and several of the game’s enemies have attacks in which they teleport. We had a lot of trouble trying to prevent characters from getting stuck in walls while teleporting. To stop characters from going out of bounds during regular movement we’ve programmed the game to first check whether there are any collidable objects between a character’s starting position and destination one frame before movement occurs. If any collidable objects are found, the character will return to their starting position. Similarly, to prevent characters from moving out of bounds while teleporting, we’ve programmed the game to check whether the destination of a teleport overlaps with any collidable objects. If any collidable objects are found, the destination is diverted to either above or below that object. Daedalus Machine Right now, the game is still in the demo stages. When do you anticipate finishing it? Phantom Island Originally we were aiming for a winter 2018 release, but we’ve had to delay the release. Our current plan is to release the digital download version of the game in spring of 2019, with the physical release and Steam release further slated for summer that year. Daedalus Machine The protagonist of the game is female. You don’t often see this in the US (although it is increasing), but female main characters are popular in Japan, especially for indie and doujin games. Why do you think this is the case? Phantom Island I think it’s a cultural difference between Japan and the West. Speaking just for Japan, I think Japanese tend to appreciate the ability to empathize or sympathize. It is often said that women are better at forming and maintaining communities than men are. Women are more capable of understanding and supporting others. Or at least, I think the general perception in Japanese society is that women should be like that. In other words, we have this idea that women are friendlier and more readily able to become emotionally close to others. I think that the prevalence of female or feminine characters was probably born from these societal expectations. Compared to male characters, female characters or characters with feminine traits pose fewer psychological barriers. At least, that’s how it is for me. Also, this is just my personal opinion, but I think a lot of people choose to feature female characters because they think that girls are Kawaii. I think there’s a new “kawaii culture” that has emerged since Avril Lavigne brought the concept to Western teens. That’s another possible difference. Daedalus Machine Can you tell us a bit more about what you mean by this “difference”? Phantom Island The concept of “Kawaii” is highly context dependent. One example would be perception of color. There is a clear difference in the way that Japanese people and Western people perceive color. For example, I think that vivid colors aren’t seen to be fit for masculine characters and are usually reserved for female characters in Japan. Daedalus Machine So, would you say that kawaii is, to some extent, a marketing tactic? Phantom Island It is definitely a possible marketing tactic. We haven’t used that strategy much for our current project, but I’d like to utilize that kind of approach more in the future. Daedalus Machine What kind of experience do you want the players to have when playing the game? Phantom Island I want the player to think, “I don’t know what’s happening, but I’m having fun!” That feeling brings the kind of catharsis that stops you from putting the game down. We want to help people experience that feeling. Daedalus Machine From a gameplay perspective, the normal mode and sleepwalker mode share similarities with action games like God of War, or the various musou games. What would you say are the aesthetic and game play influences on the game? Phantom Island If you’re asking whether or not we specifically referenced those games during the planning phase of the project, then no, we didn’t. But, yes, we did reference them when trying to work out the formula for what makes a popular action game. Games with exhilarating combat where you can stylishly take down enemies are called “hack and slash” games. Games like God of War 3, Devil May Cry, NieR, Kingdom Hearts and Bayonetta are the first that come to mind. I think that the feel of the combat in those games was a major influence for us. NieR Automata, especially, has excellent feeling combat. I feel confident in my assertion that it is the best entry in the genre in recent years. Every action game developer should play it. Tangentially, in Faye/Sleepwalker, dodging enemy attacks at the right time causes the game to briefly switch into slow-motion and the screen becomes black and white. You might think that this was influenced by Bayonetta’s “Witch Time”, but I insist that’s just a coincidence! (LOL) Daedalus Machine You mentioned at the start of the interview that you wanted to develop a game that companies couldn’t make. Can you tell us a bit more about what you mean? Phantom Island Well, first, I don’t think that any small to medium sized companies where I could design a game on my own exist in Japan. It’s not viable from a sales-versus-development cost perspective. Also, I’m still new to the industry so a company would be unlikely to put me in charge of a project. That’s why I decided that it would be better to face the challenge of independent development, where I don’t have to worry about sales. Daedalus Machine So, you’re not really talking about content but the structure of the industry itself. If I understand what you’re saying, you think that individual creators don’t really have a position in the current industry environment because the profit-oriented nature of business needs fast development cycles which are best achieved through teams. It sounds like you’re a bit nostalgic for the early days of PC gaming, where games like Ultima and Wizardry were designed from start to finish by individuals. Couldn’t it be said that in some respects the mobile market is like that now? Phantom Island Specifically, I usually like short, simple games that are intuitively designed. However, I feel that the mainstream game industry is increasingly demanding richly detailed, long and complex games. I felt like there was a difference in creative directions between what I wanted to make and what the industry would allow for. I think that in the mainstream video game industry it can be quite limiting to be assigned to a certain position, and this practice isn’t limited to consumer or mobile development. You don’t get to exert full creative control over a project - instead you’re put in charge of one small, specific part of a game’s development. Maybe mobile games weren’t that way a few years ago, but I certainly have the impression that they’ve moved in that direction recently in an attempt to appeal to consumer demands. I feel nostalgic about the early days of PC gaming. That said, I’m only 24 years old so I don’t really know what it was like at the time. I feel like I need to experience things the way people working in the industry did back then. Daedalus Machine The game was developed in Unity, but how much experience did you have with it when you started? Phantom Island Before starting development on Faye/Sleepwalker, I had been using Unity for about a year. At the time, the Oculus Rift DK2 had just recently been released for Kickstarter backers, so I was trying my hand at developing a VR multiplayer shooting game using Unity 5. That game never actually saw the light of day - it’s sleeping at the back of my HDD. Daedalus Machine I haven’t talked to many people who have tried to design VR games. How different is designing and planning for VR from planning something for a traditional platform? Phantom Island From a game design perspective, VR games require a considerably wider field of view than traditional games do, which means that there is much more of a necessity to prioritize visual feedback. It’s still a relatively recent field, so a lot of the know-how hasn’t really been established yet. As such, you have to go through a lot of trial and error, which considerably lengthens development time. Also, the most important thing when developing for VR, is to keep travel-sickness medicine on hand. Otherwise players will collapse! (LOL) When you first start development on a game, it isn’t all that polished yet, and as a result it will definitely make play testers feel motion sick...Every day I felt ill play testing my own game. I feel better now, of course. Daedalus Machine I’d like to talk a little about how Faye/Sleepwalker was designed. I’m sure you’ve encountered unexpected setbacks or delays as you’ve developed the game, like when some gameplay mechanic doesn’t work as expected. Can you give us some examples of when this happened and how you dealt with the situation? Phantom Island When it came to the feel of the combat, I struggled with several elements:
For the first issue, I think the problem was with the sound design, visual effects and the motion transitions of the game. Right from the start of the planning stage we did not intend to include any hit-stop on contact, but eventually we decided to add a short hit-stop to the game. That has definitely improved the feeling of landing a hit, but we’re still working on brushing up this element of gameplay. As for the second one, taking a hit can actually make more determined players feel more immersed in a game. However, if the player feels that taking damage was unfair, that feeling turns into dissatisfaction. We aimed to fix elements of the game that cause players to feel that it is unfair (e.g. camera problems, enemies that are too fast to reasonably react to, problems with the controls). Now, when we implement new enemies, we consider whether they are fair or not. For number three, we concluded that the game wasn’t exciting enough. To address this, we enhanced visual effects during combat and added in the bullet-time system. A major influence for this system was the film, The Matrix. I think that film’s direction and visuals go hand-in-hand with video game combat. Daedalus Machine I see what you mean. These are all small technical details that, when done well, add to the polished feel of a game. Your concern about the camera work, though, I find particularly interesting. Ideally, how do you think camera work should operate, and what were you unsatisfied with in Faye? Phantom Island Ideal camerawork should let the player see what they want, when they want to see it. Therefore, it’s important to understand what the player wants to see, how wide the field of vision should be, and how much camera shake players will tolerate. In particular, when dealing with games where the 3D field of view can move freely, because the camera can rotate 360 ° it is necessary to provide the player with a system that guides the field of view so it doesn’t produce discomfort while still allowing them limited control of the camera. Initially, the camera was designed by default to focus on the player and any enemies that they’re fighting, but players needed to manually control the camera to look at any other areas of interest. This required a lot of player input. Just the act of having to move the camera to look at the desired focal points put some degree of stress on the player. Daedalus Machine When you say that the camera was designed to focus on the player and enemies, what do you mean? Phantom Island Sorry, my explanation was insufficient. Basically, we had adopted fixed camera angles that allowed the player to see both their own character and any enemies on screen at the same time. Players only had direct camera control outside of battle. We hadn’t yet implemented the current system whereby the camera automatically moves to highlight areas of interest. Daedalus Machine What tweaks or features have you implemented to resolve the problem? Phantom Island In Faye/Sleepwalker, the game only takes camera control away from the player during story scenes and when highlighting interactable parts of the environment. At all the other times the user is able to freely control the camera by themselves. When there is a place where we want to draw the player’s attention to, we’ve implemented a system in which we intentionally widen their view and set the camera to focus on the middle point between the player and whatever we want to draw their attention towards. This should help to guide the player to realize, “hey, there’s something over there”. Daedalus Machine Along those lines, what’s the most difficult design problem or issue you’ve faced in developing the game so far? Phantom Island One problem that caused us a lot of trouble was trying to strike the right balance between high quality 3D graphics and maintaining performance. It’s an open world game, so it’s pretty easy for the frame rate to dip below 60 frames per second if we’re not careful. Daedalus Machine How did you overcome it? Well, to improve performance we implemented the “Level of Detail” option and for one part we also made use of Imposter. We also made use of Unity’s GPU Instancing function to optimize rendering. We didn’t make any compromises on the quality side of things. Daedalus Machine Are you referring to the Imposter System add on for Unity? I’m not too familiar with it, but doesn’t it improve performance by converting 3D assets into 2D ones? Phantom Island The function doesn’t come packaged with Unity, so we needed to install it independently. It appears that recently the feature comes pre-installed in Unreal Engine 4. It seems that it was used in Fortnite. You’re right - it converts 3D assets into 2D. Daedalus Machine Can you tell us a bit about how it works and what you needed to do to implement it in the game? Phantom Island Well, the short version is that it takes 3D objects as they appear to the camera and dynamically fills out the texture. Then, those textures are used in place of the object itself. It looks just like the 3D object but actually its just just a set of images that are easier for the game to render. The camera is moveable, so the game has to renew those textures all the time. But too high of a re-render rate can cause a bottleneck for performance so it is important to regulate it. Also, it can be troublesome to try to use it to render textures that are affected by lighting, so we chose to only use it for objects that wouldn’t look strange without lighting. Daedalus Machine Regardless, it sounds as if the game originally consumed a lot of resources to render the graphics. Were there any other things you did to improve performance? Phantom Island We were able to improve all the shaders by changing the camera’s rendering path to deferred shading half way. The game has a day-night system, so we were only able to use dynamic lighting. We touched up smaller details using point lights. The Legend of Zelda: Breath of the Wild uses light maps to represent different times of day. We considered doing that, but it proved to be a difficult and time-consuming task, so we chose to pass on it in the end. Daedalus Machine How much would you say performance has improved based on these things you’ve done? Phantom Island Back when we first started development, the game ran at a resolution with a framerate of 40fps at 720p resolution, but now it runs at a stable 60fps at 1080p. I think that’s a big improvement. Daedalus Machine Did you design the graphic and music assets in house? Phantom Island We purchased the 3D assets and then remodeled them in Blender. We made some music and sound effects in house and purchased some other assets online. However, in the end, we found that what we had didn’t really suit the game, so we’re planning to outsource replacements. Daedalus Machine Let me go back a bit and ask about the members of Phantom Island. Earlier, you mentioned that the group now has 7 members. It sounds as if there isn’t anyone specializing in graphics or music asset design, so what roles do the members fill? Phantom Island We have:
Aside from that, I do the rest. Of course, everyone discusses parts of the project outside of their designated area, and we all share our opinions with each other. Daedalus Machine The game is in both Japanese and in English. Did you work on the translation in house, or utilize a service like Playism? One of our members is friends with a professional translator who kindly provided an English translation free of charge. We’re planning to release the game in Japanese, English, Chinese and French. Daedalus Machine That’s pretty ambitious. Why did you choose those languages? Phantom Island Well, we wanted to release the game in Japanese because that’s our native language, and English and Chinese have the two largest user-bases on Steam. Finally, we also chose to include a French language option because we found that the game was popular with European players when we demoed it at Tokyo Game Show. We’re planning to research this a little more in the future. Daedalus Machine What’s your plan for getting these localizations done and into the game? Phantom Island We’re using an Excel file to provide the original text and receive the translation. The game also has voice acting, but only in Japanese. Currently, the Japanese and English text options are completely implemented into the game, and we’re planning to fully implement the Chinese text option by December (Editor Note: 2018). Daedalus Machine Let’s talk a bit about the indie game scene in Tokyo. What’s it like being a game developer here? Phantom Island Tokyo has lots of events and communities based around the doujin scene. I think its the perfect environment for information gathering and for debuting new games. However, I think that Tokyo, and the domestic market as a whole, is a difficult environment for doujin circles who want to advance to the next level as indie developers, because it’s really easy for funds to dry up. But going outside Japan is beyond the scope of the doujin community. Doujin games are only really consumed domestically (although recently that’s changing). This might be a somewhat misleading statement, but I believe that the doujin community is a bit ideologically narrow. If you want to achieve success as an indie developer, I feel that it is really important to focus on the international market. Especially if you don’t have a lot of funding from somewhere, it’s best to look for a company that will publish internationally for you, or alternatively, you can start up your own company. Daedalus Machine You mentioned funding is important to developing doujin games in Japan. My understanding is that most groups self-fund. Is this accurate in your experience? Phantom Island I also think that the majority of doujin games are self-funded. The most important thing in doujin game development is the will to make what you want to make, even if you cant realize your goals in the end. That’s more important to the doujin scene than funding. This is in no way a criticism, but there are lots of doujin circles who present a playable demo at an event, who still haven’t completed the full game years later. I think a great thing about the doujin scene is its focus on personal enjoyment. When I say that funding is important, I mean for doujin circles that have the ambition to succeed as indie developers. I don’t want to talk too much about this, because it has become a controversial topic that most of the community is sick debating every time, but personally I think the difference between “doujin” and “indie” devs is whether or not they have the ambition to succeed. Daedalus Machine Why do you think this is the case? Why aren’t methods like using Kickstarter or other crowdsourcing platforms, which are popular overseas, utilized so much? Phantom Island It’s difficult to explain, but I think that corwdsourcing platforms like Kickstarter are actually being utilized quite a lot. The problem is that Japanese consumers haven’t really become accustomed to the idea of directly supporting creators yet. The recent rise of YouTubers and online donations is certainly helping with the spread of crowd funding, but until recently, consumers were used to directly exchanging money for a finished product. Daedalus Machine What types of support are there for new and growing developers? Phantom Island Developers who have yet to make a name for themselves don’t receive any financial support from the government, but they are warmly welcomed by the community. Tokyo Indies is one community that I especially recommend for new developers. I think it’s definitely worth attending at least once. Daedalus Machine What’s interesting about Tokyo Indies is that developers from both inside and outside Japan go to it. To what extent do these two groups interact, exchange ideas and collaborate? Phantom Island I think it’s safe to say that Tokyo Indies is the only regularly hosted indie event in Japan that is attended by such a diverse range of international developers. Of course it’s nonsense to classify people based on their race, but it really is fantastic to communicate with non-Japanese people on top of getting to hear what they think. I’ve participated many times, and everyone is always so lively when exchanging ideas. As I said before, Tokyo Indies is really the only place in Japan where you can get this kind of experience. Daedalus Machine Since you’ve participated at TGS, what can you tell us about your experience? Phantom Island The number of people who attend is on a completely different level compared to other events. When we went, there were a lot of attendees who were working professionally in the games industry; so some of the feedback we received was a more critical than usual, but I really think that it was a great opportunity. Daedalus Machine How was the application process for TGS? Phantom Island Before the start of summer, they were advertising that they were recruiting exhibitors for the event, and you could apply through the official website. When you apply, there are two different types of exhibits to choose from. The Type A Booth costs around 100 thousand yen, and anyone can apply for one. Exhibitors are then selected based on a screening process. The Type B Booth is only for corporations and costs around 200 thousand yen. The price for exhibition for indie booths changes depending on whether or not you have any sponsors. If you have a sponsor, then the Type A Booth is basically free. We were chosen for a Type A booth so our exhibition cost was free. When you apply, you’re asked to give an outline of your game and describe how close it is to completion. Depending on the year, you may also be required to submit a demo build of the game. For the average year, there are around 300 applicants, and of those, somewhere between 50 and 100 are chosen for the exhibition. Daedalus Machine Have you participated in, or do plan to participate in, other events? Phantom Island We’ve participated in a number of events including Digital Games Expo, Megabit Convention, Comiket and Zentame. This year (2018) we’re planning to attend Digital Games Expo in November. Next year we’ll be participating in the Taipei Game Show, and then in the summer we’re planning to sell the completed physical release of Faye/Sleepwalker at Comiket. Other Interviews with Japanese Game Devs
where we talk about game marketing in Japan, development challenges, and the state of the scene
Interview with Siter Skain, Part 2
Interview: Douglas Schules Translation: Douglas Schules and Hugh Wilson Nettelbeck
Daedalus Machine
What have you done so far to market your games? SITER SKAIN Back in 1999 when we were making Kamui, I posted developer diary entries on my blog. We didn’t even have an official circle website. Back in those days the people who consumed doujin games used to have to go out of their way to find information about new projects. One company circulated the game for us and the version of the game with 2 stages was sold in 100 yen shops. The game started gaining popularity from there. For RefleX (2008) AND ALLTYNEX Second (2010) we had an official website, and we also had advertisement banners on various game news websites that linked directly to our site. We also got a number of doujin shops to host information about our new games on their websites. NyuMedia told us they’d like to sell English versions of our three games internationally. They conducted advertising on Facebook and hosted a crowdsourcing campaign for us. We haven’t come close to finishing Heavy Dragoon Dragon Arms yet, so aside from our Twitter posts and Comiket announcements, we haven’t really started promoting the game yet. Daedalus Machine Have you considered platforms like Twitch or Niko Niko Douga? SITER SKAIN We haven’t considered using them for our games, but they could be used for promotion. However, to be honest, I’m a bit uncomfortable with broadcasting my face and voice publicly. Daedalus Machine I find a lot of Japanese indie developers are interested in distributing their games on Steam, but my impression is that they use it to reach overseas players rather than Japanese ones. Why did you choose to use Steam? SITER SKAIN In Japan, consoles are much more popular gaming platforms than PCs. People who game on PC are in the minority. The PC provides an easy environment for individuals to develop games, but the truth is that by doing so you’re losing potential consumers. We decided to start distributing our games through Steam when NyuMedia offered to help us develop translated versions. The number of doujin stores in Japan has been declining and we were looking for ways to increase our sales. In contrast, lots of Japanese indie developers these days decide to distribute through Steam, even if they aren’t intending to provide international versions of their games. It seems that the number of Japanese language games published by Japanese developers on Steam is on the rise. Daedalus Machine How popular do you think the platform is with Japanese players? SITER SKAIN I’m not sure of the actual numbers, but in the last few years it seems that the majority of people playing games on the PC are using Steam. Just a few years ago it was impossible to imagine how popular it would become. I have a feeling that the recent rise in Steam’s popularity has been accompanied by a sharp drop in physical PC game sales. Daedalus Machine You’ve mentioned NyuMedia a couple of times. Can you provide a short explanation of what they do for the overseas readers, and also tell us how you got involved with them? SITER SKAIN NyuMedia is one of the earlier companies to start publishing English versions of Japanese doujin games for an international market. They contacted us and said they were interested in publishing our ALLTYNEX series abroad. They had already had success publishing a number of other Japanese doujin titles for an international audience, and the head of the company was very proficient in Japanese, so we really didn’t have any worries about teaming up with them. Daedalus Machine What are the biggest challenges you face when developing and promoting games? SITER SKAIN When it comes to development, there’s never enough time. It’s difficult to make the game you really want to make under time constraints. As a result, it usually takes us a few years to develop a single game. Back when I was a student I had way more free time. When it comes to marketing our games, we provide doujin stores with various promotional materials like videos and screenshots, but it’s easy to get overwhelmed when you’re trying to handle that while you’re in the final stages of developing a game. Every time we release a game I lament the fact that we started work on the promotional materials so late. If we started working on them earlier I feel like we could put out something of a higher quality. Daedalus Machine Based on your experience so far, what do you think the future holds for Japanese indie game developers and their games? SITER SKAIN I think that it’s way easier to get into independent game development these days than it used to be, because of the increasingly wide-spread availability of accessible pre-existing game engines. Distribution of games through platforms like Steam has become remarkably easy in recent years. As a result, I feel that consumer expectations for indie games have also increased, meaning that developers need to provide a higher quality product if they want their game to sell well. At the moment, consumers demand games with good graphics and large quantities of content, which is causing game development periods to get longer and longer. In contrast, I think it might be better to prioritize games with unique ideas instead. Daedalus Machine What advice do you have for those people who want to develop games? SITER SKAIN I’ve already provided my my main tips in regards to promotion and marketing, but I think the most important thing is to make the kind of game that you want to make. If you don’t do that, I don’t think you’ll be able to make a game that you’re ultimately happy with. Also, even though our group always spends many years developing a single game, I don’t really think that that’s a good practice. You should try to complete development of your game as quickly as possible.
where we talk about the circle's history, old doujin shops, and creating game engines
Interview with Siter Skain, Part 1
Interview: Douglas Schules Translation: Douglas Schules and Hugh Wilson Nettelbeck
Daedalus Machine
Siter Skain has a long history. According to your website, the group’s first Comiket was C57 back in 1999. Can you tell us a little about the Circle’s background and evolution? SITER SKAIN Siter Skain is a group formed by friends during their college days. At the time, it felt more like a bunch of individuals who got together to help each other out rather than a proper circle. As adults, when we completed Kamui, our first game, we formed the circle so that we could participate in Comiket. That’s how we began. Daedalus Machine How did the Circle get its name? SITER SKAIN It’s derived from the name of a town that appeared in a Tabletop RPG I used to play with friends during college. There was the image that all of the members gathered there, so it was only natural to decide on that name. Daedalus Machine That’s cool. I used to play a few different Tabletop RPGs as well back in high school: D&D, one based on DC superheroes, and one based on TMNT, of all things. What did you play? SITER SKAIN I think my friend who used to be our game master has played a lot of tabletop RPGs in his time, but actually the only one I’ve ever played is the game he invented: “Tabletalk”. I don’t really know anything about the more famous tabletop RPGs. I think I’m probably a pretty strange case. Daedalus Machine Since Siter Skain was founded, about how many games would you say you’ve developed? SITER SKAIN We’ve completed three games, and have one in development. Other than that, we have two soundtracks and one book on settings materials. I think that, proportionally, the number of things that we’ve put out compared to how long we’ve been around is low. Daedalus Machine Can you briefly describe a few of them? SITER SKAIN Kamui, RefleX, and ALLTYNEX Second are vertical scrollers that each have a different game system, but they are games in a series that shares one worldview. Kamui has a low-altitude auto lock system, RefleX has a shield that reflects enemy bullets, and ALLTYNEX Second has a blade used for close combat; the characteristics of the game systems are completely different. What all the games share is the emphasis we put into the game content. The English versions of these three games are sold on Steam by NyuMedia. Currently we’re developing an omnidirectional STG game called “Heavy Dragoon Dragon Arms,” where players control a heavy-type robot. Daedalus Machine Why the variation in the game systems? SITER SKAIN The game’s story is connected to the ALLTYNEX series, but when we started we were actually planning to make a standalone title. Our main goal was to make a game that is unique and stands alone in terms of gameplay, regardless of the story. I think we achieved our goal of making a game with lots of unique features, but I’m actually a bit worried that the story is a bit hard to understand because of its connection to previous titles. Daedalus Machine In what ways has the indie game scene in Japan changed since Siter Skain has begun developing games? SITER SKAIN When we began developing back in 1999, it was around the time that homebrew games were finally starting to transition to the Windows game development environment. For about 10 years, there were a lot of shops dealing with doujin software, and at those shops we increased the number of copies we sold by letting them handle it. But still, I think it was a small world where only people who followed these things knew about them. However, in the next 10 years there was a big change in the conditions for games – digital downloading, expansion overseas, indie game development and release by consumers, and so forth – I think that the market, as a whole, has become much bigger. On the other hand, those doujin shops that handled games in the past? Gone. Daedalus Machine I’m not familiar with Japanese doujin shops. Can you give me a little background about them and how they worked? I mean, how common were they and where could you find them? How could people get their games sold there? SITER SKAIN I’m not really sure about the origins of doujin stores. Basically, bookstores and other shops that sell computer software started setting aside a portion of their store for enthusiast goods. I think that’s how they started selling doujin games. There were a lot of doujin shops in Japan; most of them were concentrated in Tokyo’s Akihabara district, but there were chains that set up stores all across the country. Around 2001 on our circle made a request to those doujin stores to carry our games. That could either involve us getting paid as games were sold to customers, or stores buying the games directly for sale, depending on the retailer in question. Unfortunately, around 2010 it started to become impossible for doujin stores to maintain business just by selling doujin games. The popularity of online distribution was on the rise, and as a result, the number of physical retailers that were willing to stock our games dropped significantly. These days most circles aim to sell their games through Steam instead. Daedalus Machine Who are the members of Siter Skain, and what are their roles? SITER SKAIN Including me, there’re three people. Basically, all the work is completed internally. One person deals completely with programming support (dealing with internal QA). Since I make the things I want to make with the support of the other members, there isn’t a clear division of roles for game development. For example, in Kamui, outside of one part of one picture in the opening and ending, I made it all. In RefleX, I made 80% of the pictures and was in charge of all the music; another member was in charge of the main game. In ALLTYNEX Second, while receiving various help from the programmer, I was in charge of the entire game’s development. I’m making the game currently in development, Heavy Dragoon Dragon Arms, all by myself. Daedalus Machine So Siter Skain makes all its own visual and audio assets, from graphics to score to sound effects. Why did you decide to develop these in-house instead of outsourcing them? SITER SKAIN We’ve never considered outsourcing those elements of our games. We started out as a group of friends helping each other out. That’s the reason why SITER SKAIN exists today. For elements like music, we really want to create something that reflects our image for the game. That’s why we make everything ourselves. Daedalus Machine What programs do you use to design the graphic and sound assets? SITER SKAIN We created the pixel art for Kamui and RefleX using a pixel art editing software that my friend developed. Since moving towards development of 3D games, we’ve mainly been using Photos[hop and a 3D modelling software called “Metasequoia”. We’ve been using a pretty old Roland SC-D70 Sound Canvas to create our music. It’s such an old piece of equipment that the company that made it doesn’t even exist anymore! We’ve definitely been thinking about upgrading to a new model, but we’re already so used to this one, so we just keep using it. Daedalus Machine What engines have you used to develop your games, and roughly how long did it take to develop them? SITER SKAIN The game engine is currently completely our own. It’s not that we wanted to create our own engine, but when we started to make games there wasn’t anything good. After our current project is done, we plan to drop our engine and use one like Unity or UE4. The time it takes to develop games can be three years or eight years or whatever, as our real jobs are completely and totally unrelated to making them. Because of work, we sometimes have to completely stop development so we really don’t know the actual time development takes. Daedalus Machine So you made your own engine. That must’ve taken some work, especially to keep it current over the years. What would you say its strengths and limitations were? Why abandon it for Unity or UE4? SITER SKAIN The biggest benefit of using our own engine was that we were able to design it to let us make the kinds of games that we wanted to make. If we ever want to add anything new we can freely customize our engine to allow for it. It certainly took a long time to develop though. One of the major limitations of our engine compared to more prominent game engines is the smaller number of functions that are available to us. The engine is limited to the kind of functions that we understood how to implement ourselves. We’re actually thinking of switching to a pre-existing engine rather than creating our own for our next project. Some of the features we struggled to implement with our last work are standard in Unity and UE4. We’d rather focus on developing the game itself rather than developing our own engine. Daedalus Machine Speaking of Unity and UE4, as long-time developers what do you think the strengths and weaknesses of each engine are? Which would you recommend for beginning developers and why? SITER SKAIN Both engines provide all of the basic functions necessary for developing 3D games, which lets developers focus directly on game development from the outset. That’s probably why it’s so easy to develop a prototype using those engines. One of the biggest limitations with working with a pre-existing engine is that it’s much harder to solve problems that arise because of the engine itself. You really need to get familiar with the ins and outs of your chosen engine, or it becomes very difficult to make everything function as intended. It’s difficult for me to say which is the better engine between UE4 and Unity. If you’re aiming for realistic 3D graphics then UE4 is probably the way to go, but if you’re aiming to make a game that can be played on many different platforms including smartphones, Unity might be the better choice. We haven’t decided which engine we’ll be using for our next project yet.
Continue to Part 2
Related Posts
Where we talk about the strengths of game events for devs, issues with design, and the future of the Japanese indie game scene
Where we talk about influences on their games, Steam, and challenges with game development
Like Bringing a Caterpie to a Dragonite Fight
Video Review
Game Details and Transcript of Review
One of the things I like about going to indie events in Japan is that you occasionally see a game that tries to do something new. They're not always successful, but I applaud the effort because at least they're attempting to resuscitate innovation in an industry where imitation has rendered it comatose.
ViseRest by 832carnival is such a game, and while not perfectly executed at least it tries to push boundaries.
Here are the game's highlights. You and your opponent start on opposite sides of a 2D field, and summon monsters of various types to defeat each other. Summoning monsters costs mana, and each monster costs a different amount to bring to the field. There also doesn't seem to be a limit to how many of your summoned pals can be on the field at the same time.
While your mana pool begins small, you have the option to increase its limit up to five times. The higher the mana limit, the faster it regens. Later in the game, you gain the ability to use support spells. These effect the entire field, and let you do useful things like slow all enemies, attack all of them directly, or heal all of your own units. Each use of an ability increases the mana cost for the next use. After completing a stage, you receive a point that can be used to upgrade one of your units. Interestingly, you can downgrade units freely. This allows you to get back any points you've spent on them to invest in other units, which is a nice touch as it means you're not locked into any permanent choices. As you can see, ViseRise is....well, it's hard to classify in terms of a single genre. It's really a chimera or composite. While the action takes place on an oversized 2D field, it's not really a side-scroller or platfomer in any traditional sense. It's more like an action game, but all the action is done by the summoned monsters, which you don't directly control. Likewise, while there are RPG and strategy elements, they're fairly basic. Of these elements, the strategy ones are most the promising in theory, but in practice require more development. Now, while I imagine that in the intended strategy aspects of the game will involve which units to deploy and when to deploy them, the Digige version limits you to one unit, the imp, while your opponent has access to all units and then some. At first glance, being able to only summon imps while your enemy summons succubi and knights may seem a little like bringing a caterpie to a dragonite fight, that isn't the case. In reality, the strategy elements amount to a test of your ability to zerg rush. Leveling up units helps this merely by making your units less squishy. I'm not sure how this overall dynamic would change if the other units were unlocked and available for use. Don't get me wrong: this is a fun demo. And hell, the purpose of Digige is for devs to receive feedback on their games from gamers. That's why it's one of the few events in Tokyo specifically set up for playing demos at the event itself. I like the fact that ViseRest draws elements from different genres together in an attempt to make something new, but more reflection on how these elements can operate synergistically would create a killer experience. Related Content
An aesthetically driven puzzle-based platformer
Video Review
Game Details and Transcript of Review
What first attracted me to Ta’aroa was not the gameplay but rather the aesthetics. The game’s no-frills design and simple black-and-white color scheme at first struck me as a photograph and its negative, but the more I considered the game, the more it reminds me of a mirror.
In which we discuss game development and design, Digige participation, and the challenges facing Japanese devs when promoting their indie games
In which we talk about the game currently in development, the developer's background and previous games, and the origins of their name
|
|