Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Cyangmou
Pages: 1 2 3 [4]

31
General Discussion / 2D-RPG Development Observations
« on: September 01, 2013, 10:15:23 pm »
With this Pixelation-exclusive wall of text I tried to address some common problems regarding to RPG-development.
It just contains my experiences and some things I learned the hard way.

A big thanks to Wolfenoctis for proofreading it.

link to the abloaded image version (v1, 1.3 MB)
http://abload.de/img/cyangmou_2d-rpg_articy1urz.png

2D-RPG Development Observations
by Cyangmou

I am a professional pixel artist and after working freelance for quite a while now I have noticed the following:

There are a LOT of people out there who want to, are thinking about or attempting to make a RPG, despite the fact that only a tiny fraction of these projects ever see the light of day.

Why I think the majority of these attempts fail:

Since I am working on my own action 2d online RPG and speaking from experience, in both – have done various art assets for freelance and developing them for myself, I decided to write this article to sum up some important considerations that a would-be RPG developer should be aware of, and in additio, to offer some thoughts on why so many projects are doomed to fail from the start.

The feel of a well made RPG:

As a kid I really loved to dive into, and get lost in those huge RPG worlds, meeting awesome characters, exploring deadly dungeons and ancient temples, and finally kicking the fat ass of the demon at the end. The journey is long and after many achievements, you are left satisfied. It is no wonder then that so many people, unable to withstand the charm and allure of these great games, start dreaming of making their own.

But there is a difference between your dreams and reality

The main problem is that in your dream everything works out perfectly and your RPG looks amazing.
You start development and enter „the honeymoon phase“, you're in love with your project and think that the two of you will live happily ever after...

...except you won't

After the initial buzz wears off you realize that you have to devote thousands of hours to make your dream come true, and you'll need a lot of money to pay people to do all the things you can't.
The honeymoon is over and you are overwhelmed by the shear amount of work and skyrocketing expenses. The project finally dies before it ever truly got started.

This is even worse if you are new to game development. Your inexperience means that you are not competent enough to finish a project of this size and scope. You need a ton of experience and skill simply to start a RPG project, and a lot more to finish one plus an elephant's endurance.

The RPG thematic is unforgiving, one wrong step and dozens of hours of work will need revision or will become unusable.

Software like e.g. RPG-Maker creates the illusion that it will be easy to realize your dream, but after all it doesn't do the planning for you, it only cuts down on engine development time but also introduces a lot of limitations.


What should to be common knowledge about RPG development:

Complexity:
RPGs are the most complex genre you can choose to develop, except online RPGs which are harder to develop due to all the fancy online coding.
Every RPG is usually trying to create unique and believable worlds with interesting narratives, the latter often being the sole focus of some of them.

Add to that the need for „interesting gameplay“ mechanics common to all games and you begin to understand the colossal task of, not only including these elements, but making them fit together seamlessly.
This can't be done without an experienced team. In general you'll need at least:

1 project manager (who plans all steps and brings the project forward)
1 coder ( + scripting, for all technical stuff)
1 graphics artist (for graphics)
1 musician (for OST & sound effects)

additional:
1 writer (for engaging narratives – some action RPGs don't need a lot of story)

A RPG as your first game development project:
Deadly mistake: without the benefit of a clearly thought out pipeline how stuff is getting done, like experienced indies or companies have, you'll find yourself doing the same thing multiple times to get it right.
Since you don't know what all the requirements of such a game would be, you will find it hard to prioritise tasks effectively, which will make it even harder to finish tasks in a timely fashion or establish a release date.

You will spend an inordinate amount of time planning and re-planning what you have to do and in what order. Even if you manage to come up with a decent plan, you will be overwhelmed by the vast amount of work needed to finish the project.

RPGs have loooong development times:
From a graphics perspective alone, RPGs like the late SNES „Golden Era“ RPGs like Chrono Trigger, the Secret of Mana Series (to name a few of them) have a graphical workload of multiple thousand man-hours, not taking in account coding or soundtracks. The game design and programming will most probably take the most time, especially if you intend to create your own game-engine.

Using a pre-existing engine can cut down some of the workload, but also introduces limitations that you would have to work around or you would have to cut down or alter features in order to make it work.


The Quality of any new RPG will be measured by past RPGs:
When you release your game it will be judged based on the quality and standards of the great RPGs of the past, mostly from the „Golden Age“ of RPGs. You can still play and be fascinated by games like Chrono Trigger, Dragon's Quest or The 2D Final Fantasies today.

However, all those games are real masterpieces, the AAA games of their time and huge teams worked on them (just look at their credits). Even with modern techniques it will be difficult to attain the same level of quality like any of the above mentioned game series provide.

If you are lucky enough to get to a beta-version or a demo, you will have to spend a fair amount of time fixing bugs, since a RPG takes long time to play through and provide more possibilities for glitches than other games.

Finishing your Game doesn't mean it will be successful:
If you don't want your game to flop financially, you will have to devot a lot of your money to advertising. Even then, or perhaps eypecially then you need the game to sell a lot of copies just to cover the production costs. People are fickle and may not like your game, regardless of how much effort and passion went into it's creation. RPGs therefore have a high risk of failure.

The graphic hurdles of RPG development:

This is my take on the main graphical obstacles that you will have to overcome:

Design:
Interesting visual design is an integral part of a RPG. Avoiding the generic look and feel of most RPGs will prove challenging.
Everything you see will have to be designed, environments, NPCs, monsters, items, props, etc. The more unique and innovative a design gets, the longer it takes to create and implement.
I've worked on some graphics where there were up to a dozen of design-versions and more than half of the complete time for the final asset was spent with the design-process.

The ¾ RPG perspective (Chrono Trigger, Final Fantasy I-VI, Seiken Densetsu)
This perspective is, artistically speaking, a pain in the ass. While sidescroller's provide a horizon line which enables you to present a lot of depth in your scene, and isometric view looks 3D-ish because of the arrangement of the axis, ¾ RPG perspective has several problems.

The odd arrangement of the axis of this perspective is the reason that the front and top planes looks similar so it's difficult to get things looking properly 3D.

This strange perspective also makes it difficult to illustrate most assets believably. This problem is also compounded at higher resolutions and further exaggerated with realistic styles. This perspective is a challenge, even for skilled artists because at low resolutions a simple one or two pixel difference can break the perspective.

Correctly drawn characters with a 45 degree viewing angle look distorted an limit the possibilities to make the sprites look unique.

Overall this perspective is weak at three-dimensional representation.

The Tile Grid:
When you have to connect 2 bottom textures you'll need at least 12 transition tiles (4 straight ones for each cardinal direction, 4 for inner edges and 4 for outer edges). That's the most basic transition possible, which will always take a fair amount of time to produce and is ineffectual at hiding the grid, so you'll likely need a lot more to make it look good.
Sidescrollers for instance can sometimes get away with no or with 2 transition tiles in the most basic approach which is compared by far less work.

Despite the ¾ RPG view's weaknesses it's a bad idea to try to use isometric view, because of the diamond shaped tiles, that take even longer to create and limits you much more in terms of level design and sidescroller perspective isn't a good choice to get the golden age RPG feel.

Animation Directions:
Your chosen perspective also heavily affects how many directions you have to draw you characters and has obvious implications for your workload:

perspective – most basic approach
side view – 1 direction (east or west) (with mirroring)
iso view – 2 directions (southeast and northwest) (with mirroring)
¾ view – 3 directions (north, south, east) (east can be mirrored)

This means that a sprite created for classical RPG view needs to be drawn more often.
On top of that there is the common animation problem of getting things consistent when drawing multiple directions. More directions simple means more work.

Action oriented sprites (Zelda, Mana-series) are especially difficult to make due to the effort required to make attack animations that look good, not to mention the fact that you consistently have to fight the perspective and get attack distances looking believable.

Resolution:
Most of the RPGs from the golden age used 8x8 or 16x16 tile sizes, but screen monitors have changed a lot since then. Your graphics has to look good on super sharp flatscreens which means a bigger resolution might be necessary. Common sense should already tell you that the workload increases with greater resolutions.

If you double the tile size, the amount of pixels exponentially grows – the working time also grows with more pixels.
Since you'll need a vast amount of tiles to illustrate even the simplest assets, increasing the resolution will result in nearly exponential growth of the overall workload.

But to be honest the tile-size and time to draw tiles is a smaller problem. People commonly forget that at higher resolutions you'll need more frames per animation (up to 12-24 fps animation film standards)
Doubling the resolution also results in doubling the distances between any 2 frames of animation which, if left unresolved will leave you with jerky animations. To maintain the same level of smoothness at doubled resolution means usually havingdouble amount of frames.

Since all your animations have to be done in 3 directions, you can calculate how much more work a bigger resolution with the same quality means.

It is possible to cut down on animation by having a static frontview battle system or a simpler sideview battle system, instead of a action battle system and a random encounter system instead of having visible enemies on the map. This however could make your game instead of „retro“ outdated since most people have seen these methods in older games and there are more advanced game design approaches.

Game-World:
The aforementioned problems all apply to every level of the world, every map has perspective, animation and tile-based considerations that have to be taken in account. While a lot of games can get away with a small variety of environmens, most of the SNES RPGs had around 50 Maps/Levels per game.

Even if you heavily recycle tilesets, you will still need a lot more tiles than you would if you were making any other kind of game. If you intend to reuse a lot of assets, you will need to adress these issues in the planning stages, and if you are not an experienced graphics artist it will prove difficult, because you don't know all the requirements.

HUD & Menu Design
The HUD and Menu design is a crucial part of any RPG project. Bad menu structure can negatively influence people's experience with the game, just think of modern games like Skyrim which suffered the same problem with an obtrusive manu and inventory system.
The bad thing about RPG menu design is that you usually need to display a lot of information on screen due all the items, stats etc.

Items/ Skill icons
people often forget that RPGs have a lot of different items and skills, all of which need icons, unless you have a paperdolling system which would unfortunatel multiply the workload depending on how it's done.

Other Considerations:
Then there are also environment animations, battle effects and tons of little stuff you won't think of right away to make the whole thing look like a game.
It's bad to reduce a RPG just to character sprites and map tiles.

Contact Related Observations:

Ever since I started working as freelance pixel artist I have received many job offers to create graphics for RPGs of all different genres possible.
Off all of these offers only a few seemed really to be considerably, with competent people behind them who were conscious of the amount of work that would be required.
Some „problematic“ offers kept reappearing in different guises and I thought I would enumerate some of them to illustrate their inherent flaws.


Kickstarter pitch turned Kickstarter scam (although unintended):

A common request I get a lot these days is to produce mockups and assets for projects seeking funding via a Kickstarter campaign. I call this an unintended scam because it's nearly impossible to raise enough capital for a RPG with Kickstarter alone. While it is possible for the asked artist to produce the minimal amount of assets for the initial mockups (even at high quality) it is in most cases impossible to produce all the needed graphics for the full game if you have to work alone and part-time.
So the graphics on the Kickstarter campaign page can be deceptive, and is not representative of the actual quality that would be possible throughout the whole game.

These campaigns typically have funding goal of around $50,000.00, 5% of which are paid to Kickstarter and further 4% paid to Amazon, which means you are left with $45,500.00. Depending on where you live there may also be taxes and other additional costs that will lower the figure even more. Everybody on the team will need a certain amount of money per month in order to work full-time on the project.

 Let's suppose a person needs $1,500.00 per month (fictive, this always depends on the country people are living in and how high their rates/needs are) – and you don't use any of the funds for marketing, that means that you will be able to employ one person for 30 months. But since you will need to employ several specialists it will be impossible to get away with so little. Even if your team is very small and only consists out of 3 people, who will each have to handle several tasks (musician, graphics artist, programmer, writer and project leader), you can see that it will get very difficult.
And if this is your first game project you will waste a lot of time and money doing and redoing things, due to lack of experience.

This still leaves out the costs for marketing without which no one will even know your game exists. If you do not take these things into account and plan accordingly your project will be a non-starter, and if it was succesfully funded you will have essentially scammed your backers.

Planning is crucial if you intend to get your project funded with Kickstarter, and should be done done before you launch your campaign. In fact, your project should already be playable before you go to Kickstarter.

Any person who works on a „scam“ project like this will be liable for it's failure and subject to legal repercussions. Not to mention the damage to their reputation.


You only have one chance to recruit the person you want to work with:

Mails which don't explain anything about the project, are asking obvious things, aren't personal, or are just one liners such as:

„Ey do u have time 2 work on my ossom RPG?“

are ridiculuous and have no chance of being taken seriously.
RPG projects are a serious thing and that's how you have to approach people you want to work with.
Show the person you are contacting how important the project is to you, and also show show them what work you've already done on the project, like a demo or at least a video with programmer art and rough gameplay to show the direction of your ideas.
You have to be confident in your ability to finish your project and showing existing work will instill confidence in the person you are trying to recruit, after all if you're not confident in your own project how can you expect others to be.

A graphics artist will not be put off by programmer art because they know it will be their job to take care of the appeareance, likewise a musician weon't be concerned if there is no sound, because their job will be to provide the audio stuff. After all, if you already had good graphics, sound, writing, etc. you wouldn't need the help of professionals.

These professionals will be more concerned about completing the givento them than finishing the project as a whole however.
For this you need a project director, to guide the project to completion. You have to remember though, that it will be extremely dissatisfying for those professionals to put a lot of time and effor into a project which ends up not being finished or released. The more ambitious your project is, the harder you to work to quell all possible doubt that the project may fail.

You should always be honest, the person whom you contact will act likewise. If they don't have the time, or are not interested, and don't reply, you have your answer.


„I don't have a clue what the actual workload will be“

This is also a problem I run into frequently. If you are contacting a person you should have at least a rough idea how long the whole task should take and a clear idea of the actual workload in terms of assets.
Another thing is to let the person you want to recruit exactly let to know what you expect of him/her and what position you want them to occupy such as art director, lead artist, or just as executive artist.


Who else is working on the project?

If you already recruited other people, provide links to their site or show off some of their material. An established company has the benefit of a reputation, as indie developer you can only impress with skill and past projects. It's easier to recruit people if you already have a team which looks promising.
Having all persons of a team aside from the person you try to fill and you don't introduce any of the other team members smells fishy.


„I don't have a lot of money, I want equal or better quality then the SNES RPGs had“

Forget it!

People who are skilled enough to produce such quality will instead work for more professional indies or companies with a good reputation who will pay them accordingly and get the project done.
As I've said before SNES RPGs  were like AAA games back then. These games were made by teams of professionals and you can be surethat the best people got paid for their work. RPGs are the most expensiv type of game with the highest production costs of all, due to the immense volume of work required.

Nobody owes you anything. Don't expect people who have a lot of options to take the weakest offer and not the best ones that are available to them.


„I don't have a lot of money, I will work with a less experienced artist or a hobbyist“

That might be a bad idea. A less experienced will likely not have any idea how to approach a large project and will be overwhelmed. Less experienced artists are cheaper, but also produce lower quality work and take long time to create assets because they don't have efficient workflows (this means less money per hour, but more hours of working time).
A hobbyist might not have the time needed for a RPG, you can't rely on their time schedules and things might take longer which might affect other parts of the development as well.

The skill level of all persons working on a project like this should be equal to the difficu lty of said project.


„I have an idea, the story is roughly laid out, nothing is finished so far“

Have you ever playd a RPG? Ever read all the dialogues? Even the most generic RPGs had multiple times more text than what is contained in this entire article. So basically you have nothing.


Ideas that are too ambitious:

They sound fantastic, too fantastic, and experienced persons will see right through them and know that they are impossible to pull off.
COncentrate on the basic game first and once this is done, you maybe have some more time to domore fancy stuff.


„I don't have a concept artist, so you have creative freedom“

For the artist this means that the assets have to be designed before they are produced, which is a lot more work. Design is not a trivial process. „Creative Freedom“ could also be interpreted as „I don't know what I am doing“


„I already have a concept artist“ (but I don't show any concepts before)

Does your concept artist even know if it will be possible to translate his design into low resolution sprites.
The artist also can't say right away if he is compatible or interested in working with the concept artists concepts.


„Just do some graphics for me“

What a waste of time, everyone would rather put time into a project that has good chance of succeeding.


„Let's do a profit share“

This might work for small projects, but for long term projects it's a high risk for everybody working on it. What happens if youself won't proceed with the project? Or if a person jumps off and other team members have to take care of the work?



This was just a brief summary of my experience with RPG-development, and I just enumerated some of the most common problems. If you intend to develop a RPG you should seriously ask yourself wether you are experienced enough, or can get experienced enough to handle such a mammoth-task.

Starting with your own RPG-Development will drastically change you, one way or the other.

32
Pixel Art / Dead Knight
« on: January 04, 2013, 09:38:04 pm »
Secret Santa piece I did for MrBeast.
I touched it up the last days and looking for some critique now.


33
Pixel Art / Red Moon Rising
« on: January 01, 2013, 07:50:14 pm »
I started this as a fun object at the beginning of October and it was intended for helloween 2012. Because of some real-life and work incidents I hadn't any time to work further on it and as I had time again I moved on with my art and remarked by far too much places where it would have needed more work and thoughts right from the beginning. Actually this piece is unfinished, nowhere completely polished and at some places still heavily WIP. So judge the big parts.

However, the motivation got lost long time ago and I am not in the mood to spend more time with this to finish it just for the sake of finishing. Although I won't edit in the things you point out, your critique helps me to be aware of some issues I weren't aware of before in my further work.


34
Pixel Art / Photostudy
« on: November 25, 2012, 12:40:26 pm »
I made the last days a photostudy. The purpose was to exercise the basics on a simple object and sharpening the own eye without tracing. I also exercised without a cast shadow. Maybe I'll set the level higher with the next study.
I learned quite a lot from doing it and I am sure I would do even a better job now. I am looking for some general pointers or just the things you see, because I heavily think I got blind from working on it.
Regarding to pixel art techniques I am looking for some input of my AA and Dither techniqe.

The reference:



The pixel art study:



has 23 colors

35
Pixel Art / Steampunk House
« on: September 22, 2012, 12:03:44 pm »
Well I had recently some time and sprited a house. I am looking for C&C in general.

It's a city house, scenario is somewhat around our worlds 1900. THe scenario will be dark and opressive, tried to create a mystique, magic mood.


36
                        Professional Freelance Game Artist
                                     specialized in pixel-art

Hello and welcome to my Portfolio
My name is Thomas, in the web I am better known via my handle Cyangmou, I am an artist located in Austria, Central Europe and working professionally since 2011.
I am specialized in creating pixelart graphics since 2011 and have experience with a wide variety of game genres and style.

Contact:

E-Mail:
cyangmou [at] gmx-topmail [dot] de

Twitter:
https://twitter.com/cyangmou
@cyangmou

Deviantart (send me a note)
http://cyangmou.deviantart.com/

Rates:
Mainly depend on the visual complexity (style / resolution / amount of frames).

For tilesets, background pieces and base sprites I work for hourly rates and per asset rates.
For animations / GUI / HUD design I work only per hourly rate.


Resume:

Successfully released and buyable games only:

Adventure Time 2: EtDbIdk (2013) – PC, PS3, XBOX360, WiiU, 3DS
Wayforward Technologies INC.-
Action-RPG
SpriteAnimator

Halfway
Robotality
Round-Based Tactic Strategy
Large Scale Pixel Illustrations

Sword Hero
IOS Puzzle-Game
Hero Sprite Design & Animations
https://itunes.apple.com/at/app/sword-hero/id650360060?mt=8

Huey – iOS
Jump'n'Run
Fragment Two
Sprite Animator


Forgequest – PC
Voxel Fantasy Rpg
Open Realms LLC
Pixel Art Assets

Echoes of Atheria
Tactics RPG
DancingDragon
Battle Sprites



Art:



(personal project, 100% of visuals by me)



Icons:



Portraits:








Tilesets:













Animation:











Sprites:
















Contact:

E-Mail:
cyangmou [at] gmx-topmail [dot] de

Twitter:
https://twitter.com/cyangmou
@cyangmou

Deviantart (send me a note)
http://cyangmou.deviantart.com/

37
Pixel Art / tutorial sprites
« on: June 14, 2012, 12:41:41 am »


just the sprites for the perspective tutorial. maybe anyone has something awesome to add. I played a bit around with the colors already. (the perspective should be right  ;D) Maybe they need some more polishing.

38
General Discussion / How to calibrate your monitor?
« on: June 02, 2012, 10:44:16 pm »
I am using 2 monitors (laptop disply + extern monitor). The thing is that the colors appear really different on each one and the brightness/contrast level seems to be different to.
Although I tried to calibrate the monitors right I am not sure if I did it right (calibrated both of them more than once). Because of that I wanted to know if somebody has a better method to calibrate the monitor than try&error.

How should the colors appear? (the black tones seem to be equal between 0-10 brightness level graphic program on a high contrast monitor) Is it better to divide between the dark tones while the brighter tones get very light and desaturated?
How do you usually calibrate your monitor?

39
General Discussion / Dither and Animations
« on: March 20, 2012, 11:11:06 am »
Hello pixel fellows,

I came some time ago over the question if it's senseful to connect dither and animations. I am thinking about dither as method to smoothen out gradients while keeping the color amount low and to add a clean looking but raw texture to smaller sprites (stone, rusty metal). Dither can look great if it's done in the right doses because it strengthens the impression of volumes and it's also a easy way to achieve hard and soft edges.

The only thing which is bad about dither is that it works only with bigger clusters. So there is no way to use it for standard e.g. 32x32 animations. But if you have to animate a bigger sprite (64x64+) it can be that there will be enough space for dithering.
This leads me to two solutions:
a) I use more colors - modern hardware don't really has a limit so there will only occur heavy banding problems if I am using too much colors - (this means that I am keeping my color orchestra manageable)
b) I use dither

I heard that dither is in general bad for animations because there will always be some pixel fragments which look odd.

I have an dither example from metal Slug:


(don't mind that it's zoomed in - I was lazy and don't build rips together)

As you can see they used animated ditherpatterns. If you are looking at the elephant's back you'll notice that the dither there isn't moving heavily, it looks more crisp and clean than at the elephant's legs. I think the Dither at the hind leg leads to serious clusterfuck because the basic clusters changing there form heavily and the dither makes this impression even worse.

Because of that I'd say dither works at calm parts of an animation



An example for the layered method would be my seasnake:



The whole sprite uses only layered clusters without dither. The animation stays crisp and clean (at least at the head and the first body segments where I worked more carefully) but in general the form with a layered style looks more flat.


The Questions are now:

1) Dither
1-a) Is Dither from it's technical side a plus for pixel graphics or is one color more better?
1-b) Where does dither general improve a graphic?
1-c) Improves dither the 3D effect (or general form) of a graphic more than more layered clusters?

2) Dither + Animations
2-a) Is it possible to use dither and animations together or is it a NoGo?
2-b) if 3 is possible where are the best places to achieve a better result with dither?

Well, that's all to start with

40
Pixel Art Feature Chest / Feature 08 - Gregory faces the dragon
« on: May 05, 2011, 12:05:44 am »
newest:



older:











rough sketch:

This is another try to create a pixelartwork, in fact it'll be my second artwork.
So far it's not more than a simple rough sketch (just did the base areas so far), but the thing I am thinking about at the moment is the composition and about the reading of the whole thing.

The next things I'll do is fixing the lighting and start with fixing/cleaning/outworking of everything.
The palette is also not final so far and i am sure I'll add some more colors.

If you have critiques, suggestions or anything else let me please know it =)

Pages: 1 2 3 [4]