How to work with an artist - a step-by-step guide |
- How to work with an artist - a step-by-step guide
- What Games Are Like For Someone Who Doesn't Play Games
- 3d mesh path finder (how to?)
- What exactly makes a boss fight good and interesting?
- Ideas or tips for TD enemy AI
- Game Design User Experience Best Practices // Ultimate Guide
- Game Networking Demystified, Part VI: Game Genres and FAQ
- Prototyping done right... or not
- Can I develop a game at work by myself?
- Claws & Paws: Post Mortem of A Game Made in 1 Month! (With Source Code!)
- What was your first complete game and how would you do it differently?
- Do people use Instagram for reading about game design?
- I've created a free sound pack of 343 game tones and 199 general sounds for game developers.
- Sprite pack for racing game (CC0) - with demo and source code
- Best news sources to keep up with game development software trends?
- Unreal Engine 4 Minutes Beginner Tutorial Play Sound at location, 3D ambient audio
- Useful blogs and ressources for game marketing ?
- Website
- Royalty Free Beat Hip Hop (No Copyright Music) Instrumental -- Feel it
- Question about Porting a Java Game to Multiplatform
- Any tips or advice for developing for the fully-blind in Unity?
- Animation queueing for a turn based game: Daisy chain events VS. do things instantaneously + cascading visual delay?
- Getting a programming job while continuing to make indie games on the side.
- How do I stop thinking when I create something (Gameplay, asset, texture etc.) that it is just a placeholder
How to work with an artist - a step-by-step guide Posted: 30 Sep 2019 04:47 AM PDT Hey folks. I am not an artist. I am a designer and programmer for my 1 person studio. However, I have found that most of the "wow" and sales come from having really good art. If you have always made half-assed programmer art and thought nobody would notice they do notice. I highly recommend that you hire a professional artist. Even if you can't afford an artist to do the entire game you can make the most of it by hiring one to at least do the main character or your cover art. It makes all the difference in the world and is worth every penny. This is a guide on how to work with one even if you have a technical background. TL:DR - Give quick, constructive feedback, about the work not the person. If you want to see an example of my back and forth with an artist to create a series of characters I did a visual story here: https://imgur.com/gallery/LJKa73K Back to the guide... Since I released my first game in 2011 I have released 6 games and hired at least 6 artists to do some form of work for me. I have made a lot of mistakes that caused more churn and cost more money. However I have gotten better. So much better. The last artist I hired told me "That might be one of the best and detailed description for a job ive ever gotten, so it's really helpful thanks!" So I am here are my tips for giving an artist everything that they need to give you some awesome art. Note I am not going into the business side such as price negotiation, contracts, and image/character rights. That is a totally different article. This is just a series of tips to get them to give you what you are looking for. Tips: A specification document: This is a SHORT document that explains what artwork you need done by them. It also explains what it should generally look like. Here is what needs to go in that document.
While they work Once they have the spec and start working on it they are going to give you some sketches back. This can be really challenging because you are going to find differences between what you imagined and what they gave you. Here is how to deal with that
Finishing
If you want to see exactly how I work with an artist, I wrote up an email-by-email story of how I worked with an artist: https://imgur.com/gallery/LJKa73K [link] [comments] |
What Games Are Like For Someone Who Doesn't Play Games Posted: 29 Sep 2019 03:00 PM PDT |
Posted: 30 Sep 2019 08:17 AM PDT |
What exactly makes a boss fight good and interesting? Posted: 30 Sep 2019 05:16 AM PDT One of the most important things for me while developing a game, is what exactly makes a boss fight truly good? I have played games considering to have the best boss fights, games like God Of War, Kingdom Hearts (non-Disney bosses, usually end game or secret bosses are just fucking awesome), Dark Souls, Bloodborne, Sekiro, Devil May Cry (played all of them, unfortunately most of the bosses aren't interesting, the most memorable I remember is Vergil, Dark Knight, Mundus and Credo), Shadow Of The Colossus, a little bit of Megaman and a little bit of Legend Of Zelda (Ocarina Of Time and Twilight Princess to be more specific). But even after playing all those games I am still not entirely sure what makes a boss fight good. Is it the design? The music of the boss? The moveset/combat patterns it has? The place/map that you fight them? The importance of the boss in the story or the world of the game? Is it maybe all of them or something else entirely? Because I have experienced bosses that may have most of those things and still weren't worth fighting them. A lot of games suffer from terrible, boring, uninspired and generic bosses, and I want to try as much as I can not to be one of those people who makes games like that. Could you please help and explain to me what makes a boss fight good? [link] [comments] |
Posted: 30 Sep 2019 10:40 AM PDT Hi! I am creating a TD game. My enemies that are spawning are using right now a "waypoints system" to find their path to the end. But when spawning enemies, seeing that all enemies follow exactly the same path is not interesting. The path it is taking is defined by Unity using transform.translate. I tried to add some randomness, but adding randomnes in X and Y while spawning still does not make much of a difference. I have checked some algorithms such as dijkstra's algorithm or A* in order to create a pathfinding that is a little bit random for each enemy, but the game is for Android and IOS, so I don't want to affect too much in performance specially because it already has a lot to manage with the characters' data. Also because if there are 50 enemies on the screen, it would have to calculate for 50 enemies each frame and that is probably too much. Do you have any tips or ideas to improve this? I appreciate any help! [link] [comments] |
Game Design User Experience Best Practices // Ultimate Guide Posted: 30 Sep 2019 04:39 AM PDT |
Game Networking Demystified, Part VI: Game Genres and FAQ Posted: 30 Sep 2019 10:00 AM PDT |
Prototyping done right... or not Posted: 30 Sep 2019 07:31 AM PDT Hello, /r/gamedev I need some advice. Recently I started working on my first game. I have some previous experience with gamedev, although I have not made Pong or Space Invaders, lol. I thought that making a small top-down shooter would be feasible for me. I started with the prototyping phase, just to test my ideas. The first feedback was negative, so I incorporated the comments from playtesters and 2 weeks later came up with a new prototype. But the feedback was sort of negative again:
I sort of agree and understand the feedback. But on the other hand, I don't seem to understand what the scope of a prototype should be?
So, I have a few questions about prototyping:
I recorded a small video where I play the prototype in question: https://www.youtube.com/watch?v=gFgXw9Z5KZY I appreciate any thoughts and answers. Thanks! [link] [comments] |
Can I develop a game at work by myself? Posted: 30 Sep 2019 11:01 AM PDT TL;DR: Developing 20-30 level game in Unity by myself, never used Unity but I can program. I am the only programmer in my office, and I am teaching my boss how to use Unity. Any advice is super appreciated! To give a little bit of background, I am a CIS student, working as a workstudy with a lot of experience in various programming languages.. I have made some rails web applications, and developed various projects for fun in languages like C, Java, JavaScript, and Ruby. Throughout this, I have learned some useful information about servers, databases, dealing with back ends and scripting etc.. I would really appreciate any advice, as I have no idea really what I should expect/how much I will be able to accomplish. We are going to develop a full game in the Unity engine... THE GAME: We have some pretty well thought out ideas about what the game would look like fully finished, and I will likely be expected to develop around 20-30 levels of 2-D and sky view game-play.. On top of that, we have to develop the game to be fully accessible, to the fully-blind and the partially blind. We plan to use various built-in Unity plugins to help us cover accessibility. We will likely be using a lot of Unity plugins for a lot of this project.. I have literally never used Unity before, but I can usually pick things up pretty quickly... I just really want to know if anyone here believes this is even possible for me to do mostly by myself... However, My boss has talked about us 'talking' to the CIS student body and asking them for help in development so it's possible I won't have to work on the game completely by myself. We also may be able to hire a coworker to help me develop the game, the grant we are applying for covers 200 hours of work on a community college salary. I personally am really excited about the opportunity to create a video game for the college, as I am just trying to get something I can put on my resume, and I actually really enjoy being able to do something creative and interesting. I am willing to put a lot of work in. My Question: -How hard will this be to get developed in a time period of 1 to 2 semesters of college. -Does anyone have experience in accessibility, as it seems like making a fully-blind game option is really really challenging. -Any tips or tutorials/books/resources I could look at for getting deep into development with unity and C#? [link] [comments] |
Claws & Paws: Post Mortem of A Game Made in 1 Month! (With Source Code!) Posted: 30 Sep 2019 05:55 AM PDT Hey Reddit! Me and a friend decided to challenge ourselves and make a game in 1 month. Here's the link for it if you wanna try it: https://phillserrazina.itch.io/clawsandpaws Post-MortemC&P was an interesting experience. I have been in several game jams before but they were all 48 hours long an whatnot, and I had never taken them seriously because it was just a little fun thingy to do over the weekend. What Went Wrong- The project started out as a simple thing: a Swords And Sandals clone (hence the name). We had the "cake" of the game ready within the first week and a half really, but I think we got cocky, and started adding little things, even when the big things weren't quite right yet. What Went Well- We did everything we wanted to do! Our Trello list was all checked off, and we're really proud of that. Even though the things that we added to the game aren't the most exciting or interesting, they're there and they work! Thank you for reading! Any critiques to the game would be amazing! :) If you want the Source Code to explore the project and maybe improve upon it as a template, you can find it one the itch page linked above! [link] [comments] |
What was your first complete game and how would you do it differently? Posted: 30 Sep 2019 10:52 AM PDT |
Do people use Instagram for reading about game design? Posted: 30 Sep 2019 10:47 AM PDT I know that a lot of people play games just to kill time, but I have a strong passion for immersive games. I want to share my passion with other game designers and developers. Moreover, I want to discuss my thoughts with others and polish my ideas. Now I started working on content for my account https://instagram.com/gamequisitor/ and I am wondering what are you thinking about this combination, Instagram + Game Design. What topics are more suitable for Instagrammers? P.S. Regarding my experience with game design, I've worked in a small indie game studio for five years, read books, this forum) and other sources about game design. [link] [comments] |
I've created a free sound pack of 343 game tones and 199 general sounds for game developers. Posted: 30 Sep 2019 04:26 AM PDT Zapsplat has created a new community for our users. We just released a pack of 343 game tones and a pack of 199 general sound effects. To get them, just join the community, where you'll find a post with the password and link to download https://zapsplat-community.mn.co/ we will be adding many more 'secret' sound packs regularly. [link] [comments] |
Sprite pack for racing game (CC0) - with demo and source code Posted: 30 Sep 2019 08:10 AM PDT The sprite pack was created by my friend Vinoue and is available here: https://microstudio.dev/i/Vinoue/racingspritepack/ The pack includes cars in multiple colors, background mountains, trees, rocks and road signs to enhance the roadsides. It is intended to be used for creating games inspired by the old classic Out Run (or more recent Horizon Chase). The license is CC0, public domain. You can download the full pack as a ZIP archive, no registration needed. Or you can clone the project or import your selection of images for your own microStudio project. I have made an integration demo, which you can also clone and reuse in any ways: Browse code and clone: https://microstudio.dev/i/gilles/racingdemo/ Play: https://microstudio.io/gilles/racingdemo/ This is the first of a series of 5 packs for microStudio that we plan to release in the coming weeks. microStudio is a free online game dev environment with which you can create games, learn about programming, produce game art etc. It allows to work in teams on projects and is probably good for game jams(provided you are creating a 2D game). Check it out! [link] [comments] |
Best news sources to keep up with game development software trends? Posted: 30 Sep 2019 10:06 AM PDT Hi there, I'm a non-dev interested in keeping up with game industry news from the tech and software side of things, and was wondering if this community has any suggestions for sources to follow! Filtering my newsfeeds for "gaming news" doesn't quite get at what I'm looking for specifically (though generally I do love all gaming news). The topics and trends I'm interested in include shifts in game development best practices, market shakeups in the game engine / audio engine / physics engine software realm, advancements in software tech that aid game development, etc. Basically, I'm interested in any news relevant to the tools game developers use in their day to day! Full disclosure - I'm dating a game dev and want to learn more about her field, yes I'm an avid gamer but I find the development side fascinating. Any recommendations for great sources to follow would be much appreciated - like I said, I'm having a little trouble zeroing in on the topics and trends I'm talking about here. Thank you! [link] [comments] |
Unreal Engine 4 Minutes Beginner Tutorial Play Sound at location, 3D ambient audio Posted: 30 Sep 2019 04:42 AM PDT In this episode of UE 4 Minutes Tutorial I show how to spawn Cricket sounds around our character to create 3D ambient. All in 4 minutes. [link] [comments] |
Useful blogs and ressources for game marketing ? Posted: 30 Sep 2019 08:24 AM PDT Hey, I'm looking for blogs, resources or tools to help me sell more games on both steam and mobile app store. Thanks [link] [comments] |
Posted: 30 Sep 2019 11:42 AM PDT Hello! I recently just started my own private game dev company. Im trying out a few new things, come check out my website so see all the games ive made and the cheapest prices for development! Thank you. yourcheapgamedev.com [link] [comments] |
Royalty Free Beat Hip Hop (No Copyright Music) Instrumental -- Feel it Posted: 30 Sep 2019 11:40 AM PDT |
Question about Porting a Java Game to Multiplatform Posted: 30 Sep 2019 11:39 AM PDT Hello everyone, I have been developing a 2D Java RPG on and off since my Senior Year of High School and now that I've graduated college I finally have time and the people to finish the project. When I started the project I was just a novice High School coder and just created it as a custom-built Java application, the game doesn't use any external libraries save for UI (javafx and jswing). The game currently runs very well on Windows, a little less well on Mac OS X and I very much would like to release on Mobile Platforms (iOS and Android). My question is basically about how difficult the porting process will be? I've created Android Applications before so I am familiar with the process, however I've never created an iOS Application and I'm very confused on if a Java Application can even run on iOS. Any insight into this topic would be greatly appreciated! [link] [comments] |
Any tips or advice for developing for the fully-blind in Unity? Posted: 30 Sep 2019 11:28 AM PDT I am new to game development, and my job requires me to develop a game with fully-blind capabilities. I have had a really hard time finding any useful resources or tutorials for creating a game for the disabled and the fully-blind. I hope this doesn't come off as me being lazy, I just really don't know where to look for this kind of thing. [link] [comments] |
Posted: 30 Sep 2019 11:19 AM PDT Let's say we're making a turn-based game where the player takes an action that triggers the next turn. For example, moving a unit or clicking "Next Turn" (doesn't matter!) In response to this, a series of things might occur. Enemies could move or attack, barrels could explode, voice lines might play, etc. Even though this is a turn-based game, we want to display these events in a particular order, with some delay in between them. However, let's also assume that the exact events occurring are not completely deterministic. Maybe Event 1 rolls a die that causes Event 2 to happen. Event 2 creates a condition that cancels an event that *would* have followed it... you get the idea. What is the best model to *visually* display these events/animations in the correct order? It seems like there are two general approaches:
It seems like there are pros and cons to both approach. In (1), gameplay logic is now *depending* on visual logic to complete, which somehow seems wrong to me for a turn-based game. However with (2), it could be prone to failure if the events do not report the right timing values back to the central GameMaster. We could end up with a big queue of animations and not necessarily know where each one came from. What does r/gamedev think? [link] [comments] |
Getting a programming job while continuing to make indie games on the side. Posted: 29 Sep 2019 10:09 PM PDT So I've been into indie game development for a little over a year. Since I can now code I've thought about trying to get a job as a programmer. I was told by someone who knows a programmer that the company owns everything they code - even what they make in their free time. From what I understood, when they were hired, they had to sign a document that gave the company ownership of everything the employee codes while employed there. Is this type of arrangement common for coding jobs? Is it feasible for me to expect to get a programming job that allows me to still create and sell my own games? [link] [comments] |
Posted: 30 Sep 2019 11:05 AM PDT I have the problem that I start creating a new asset for example. After some hours I think "It doesn't have to be perfect I can change it later". We all know this lie because it just stacks up to a lot of WIP objects in your game. [link] [comments] |
You are subscribed to email updates from gamedev - game development, programming, design, writing, math, art, jams, postmortems, marketing. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment