Programmer art in a Kickstarter

Started by
21 comments, last by Gian-Reto 8 years, 11 months ago

So, if you want $10000, how do you get the other $90000 to finish a project ?

I second that... If you look at a lot of successfully, high-profile Indie Kickstarter projects, many of them are projects that are almost finished, but ran out of money!

That means 90% of the funding/money was there, but because of a combination of misplanning / tight budgets, the last few grands had to be aquired over kickstarter.

This means:

a) showing off your project is easy as by that time, you will have a lot of ingame screenshots, vids and maybe even a playable demo available.

b) maybe the project had time to aquire a fanbase... people already waiting for the game, which makes it easier for them to decide to invest

c) the project is already on a good way, the uncertainity factor is low. Again making it easier for people to reach for their wallets.

Besides that, some more points to your export / import problems.

1) Archaic engine = archaic assets. I don't know if you are going for a retro look, and I am sure that commissioning redos of these old assets would cost a ton of money, and redoing them yourself might be beyond your skillset and would take a lot of time. But beware investing too much into assets that you will certainly throw away at some point.

2) no export script is perfect. Given that you will most probably will have to cut corners when commisioning your export script, the export might be importable, but without many additional fixes taking additional programmer time and costing additional money, importing to Unity will most probably not go as smooth as you hope. Be it wrong rotations, wrongly placed shaders, whatever... don't expect the magical bullet that will do all the work for you, not without spending ridicolous amounts of money.

3) You are paying a healthy sum for code that will be one-use. Really, really think hard about it. You are abandoning this engine. You are just trying to export a scene filled with archaic assets that will have to be replaced anyway once, for a demo. All the money you pay for this script might be wasted. Sure, if you are able to make a successfull Kickstarter campaign out of it, it might be a good investment. But you might be able to pay a level designer to recreate the scene from scratch in Unity instead. Might be more work... or not. But generally speaking, a programmers time is more expensive than a level designers (level designer usually are entry level positions), so you might be able to pay for more time when you go that route.

I really like the idea to try to recreate scenes of your old mod in the new engine to show your dedication, even though I have doubts if that is enough for a Kickstarter campaign (some basic gameplay would be good so that you can at least create vids out of your Unity scene).

I just question if trying to cheap out of level design time in Unity is the best course of action when the existing scene is costing you so much money to export, for an uncertain, and most probably throw away result.

Can maybe give an estimate what sum of money we are talking about to create the export script? If we have that rough estimate, we can double it twice to make up for the additional money spent to fix all the bugs and maybe also document it to make it usable, and then see how much level design time this would buy you, IF you have the existing assets in a format that can be imported to Unity (And really, if you are talking to the guy that made these, he should be able to provide you these in a format Unity can read).

Advertisement


My team has agreed that the game would be ported over to Unity but for that, I would need to pay money I don't yet have.

Reading your posts I would sugguest to re-evaluate your situation before starting a kickstarter. Many people seems to view kickstarter wrong, as the name suggested, it is only a kickstart, a start and not the funding of a whole project. Yes, there are some projects (a hand full?) which over-performes, but the common project funding seems like a drop in the bucket.

So, if you want $10000, how do you get the other $90000 to finish a project ? That is something I observe very often in kickstarter projects and I always ask myself, if the project owner really knows how expensive game development is and how they will get all the funding they need ? It is a business, and kickstart is not a complete funding platform (a publish takes often this role).

The basic idea behind kickstart is for me, that you display not only skill, but already a solid investment, either in time or money, therefor programmer art is just a clear sign, that you are not investing money or time and that you believe, that kickstart will deliver a complete funding for your dream. And art is the most expensive part of (most) AAA game development and a reason successful indie projects often use not so expensive art styles.

Take a look at natural selection 2. The original first version was a mod, the second part was developed as stand alone game, the final budget for the second part was ~ $2.9M, which is really low-budget compared to AAA games. Here you can read up the post mortom.

The problem is that I now have no money to make a game. Zero. Zilch. None of my previous prototypes worked out because I am not an artist. And I can't afford to pay an artist right at this moment.

No investor would fund me because I only have a track record in mods and I do not have traction in user growth or revenue. And I am stuck in the vicious cycle "I can't get funding because I have no traction because I can't get funding...". So this mod is my only chance of getting traction when I have no funds.

I did pay for the RPG system and dialogue system from the Unity Asset Store but that was grocery money I sacrificed. My family probably wouldn't forgive me for it.

And it doesn't help that my mother is breathing down my neck and urging me to get a kickstarter as soon as possible to get the ball rolling. There was going to be a million dollar sale for my mother's business, but it fell through at the last minute, and I hoped that I would have used the money for a demo of a different game.

So, if you want $10000, how do you get the other $90000 to finish a project ?

I second that... If you look at a lot of successfully, high-profile Indie Kickstarter projects, many of them are projects that are almost finished, but ran out of money!

That means 90% of the funding/money was there, but because of a combination of misplanning / tight budgets, the last few grands had to be aquired over kickstarter.

This means:

a) showing off your project is easy as by that time, you will have a lot of ingame screenshots, vids and maybe even a playable demo available.

b) maybe the project had time to aquire a fanbase... people already waiting for the game, which makes it easier for them to decide to invest

c) the project is already on a good way, the uncertainity factor is low. Again making it easier for people to reach for their wallets.

Besides that, some more points to your export / import problems.

1) Archaic engine = archaic assets. I don't know if you are going for a retro look, and I am sure that commissioning redos of these old assets would cost a ton of money, and redoing them yourself might be beyond your skillset and would take a lot of time. But beware investing too much into assets that you will certainly throw away at some point.

2) no export script is perfect. Given that you will most probably will have to cut corners when commisioning your export script, the export might be importable, but without many additional fixes taking additional programmer time and costing additional money, importing to Unity will most probably not go as smooth as you hope. Be it wrong rotations, wrongly placed shaders, whatever... don't expect the magical bullet that will do all the work for you, not without spending ridicolous amounts of money.

3) You are paying a healthy sum for code that will be one-use. Really, really think hard about it. You are abandoning this engine. You are just trying to export a scene filled with archaic assets that will have to be replaced anyway once, for a demo. All the money you pay for this script might be wasted. Sure, if you are able to make a successfull Kickstarter campaign out of it, it might be a good investment. But you might be able to pay a level designer to recreate the scene from scratch in Unity instead. Might be more work... or not. But generally speaking, a programmers time is more expensive than a level designers (level designer usually are entry level positions), so you might be able to pay for more time when you go that route.

I really like the idea to try to recreate scenes of your old mod in the new engine to show your dedication, even though I have doubts if that is enough for a Kickstarter campaign (some basic gameplay would be good so that you can at least create vids out of your Unity scene).

I just question if trying to cheap out of level design time in Unity is the best course of action when the existing scene is costing you so much money to export, for an uncertain, and most probably throw away result.

Can maybe give an estimate what sum of money we are talking about to create the export script? If we have that rough estimate, we can double it twice to make up for the additional money spent to fix all the bugs and maybe also document it to make it usable, and then see how much level design time this would buy you, IF you have the existing assets in a format that can be imported to Unity (And really, if you are talking to the guy that made these, he should be able to provide you these in a format Unity can read).

The problem is lack of funding. And no team of artists would work with me, unless I pay them. All the investors who rejected me kept on telling me "to build a product and get paying customers", as if it was the easiest thing in the world.

If I had a decent amount of money from investors, I would have spent some money to make a demo for a simple 3D platformer and gotten a good chunk of money on Kickstarter to get the platformer done and branch the game off to a low cost mini-game for smartphones. But I don't - and I have done a lot of work on this mod, plus I have a lot of scrapped content that never saw the public's eyes.

The heightmap is done and 70% of the world is done, but it's in a different engine. Porting over assets is very easy to do and the same with level design. I guess it doesn't help that my mother is breathing down my neck and urging me to try my luck.

PS. I had hoped that the world could be automatically ported over, and then destroyed as the storyline has certain settlements destroyed by a volcano. But the more I think about it, the more I think that the world should be done from scratch. If I were to make the world from scratch in Unity, it would be the same as in the mod but it shouldn't be like that. Volcanic activity does change land significantly. And the graphics aren't retro - they are very good assets for 2005, at least. They can easily be ported over - just import into Blender, remove the bounding box and export it to .fbx, and put the textures in the right places.

The graphics are the same in both engines, so I had planned a tech demo just to showcase gameplay in one scene and the videos would be the old locations prior to the eruption.

And the game does not need a million dollars to make, as this game will be a minimum viable product and is much scaled down from my original idea. After gathering quotes (and multiplying it by 2), I need $300k-$400k max to make this minimum viable product.


The problem is that I now have no money to make a game. Zero. Zilch. None of my previous prototypes worked out because I am not an artist. And I can't afford to pay an artist right at this moment.



No investor would fund me because I only have a track record in mods and I do not have traction in user growth or revenue. And I am stuck in the vicious cycle "I can't get funding because I have no traction because I can't get funding...". So this mod is my only chance of getting traction when I have no funds.

I did pay for the RPG system and dialogue system from the Unity Asset Store but that was grocery money I sacrificed. My family probably wouldn't forgive me for it.

And it doesn't help that my mother is breathing down my neck and urging me to get a kickstarter as soon as possible to get the ball rolling. There was going to be a million dollar sale for my mother's business, but it fell through at the last minute, and I hoped that I would have used the money for a demo of a different game.

Hmm... I still think that you have a major missunderstanding of how kickstarter works, it is not "give me free cash for my dream", it is all about "invest in my business and hard work". If you don't have a business and don't have something to show off, nobody will give you money. If you don't have money to buy hard work, you need to do the hard work yourself.

I often see this arguement 'I can't produce a concept/prototype due to lacking funding', it is a typical chicken-egg-dilemma. The pledger are not people who want to get rid off their money, so it is unlikely that they will break the chicken-egg-dilemma. But you want to make a game and therefor it should be in your interest to invest first to break the dilemma.


The problem is that I now have no money to make a game. Zero. Zilch. None of my previous prototypes worked out because I am not an artist. And I can't afford to pay an artist right at this moment.



No investor would fund me because I only have a track record in mods and I do not have traction in user growth or revenue. And I am stuck in the vicious cycle "I can't get funding because I have no traction because I can't get funding...". So this mod is my only chance of getting traction when I have no funds.

I did pay for the RPG system and dialogue system from the Unity Asset Store but that was grocery money I sacrificed. My family probably wouldn't forgive me for it.

And it doesn't help that my mother is breathing down my neck and urging me to get a kickstarter as soon as possible to get the ball rolling. There was going to be a million dollar sale for my mother's business, but it fell through at the last minute, and I hoped that I would have used the money for a demo of a different game.

Hmm... I still think that you have a major missunderstanding of how kickstarter works, it is not "give me free cash for my dream", it is all about "invest in my business and hard work". If you don't have a business and don't have something to show off, nobody will give you money. If you don't have money to buy hard work, you need to do the hard work yourself.

I often see this arguement 'I can't produce a concept/prototype due to lacking funding', it is a typical chicken-egg-dilemma. The pledger are not people who want to get rid off their money, so it is unlikely that they will break the chicken-egg-dilemma. But you want to make a game and therefor it should be in your interest to invest first to break the dilemma.

I agreed to give a 5% royalty with the original creator, so I could use the assets and the world. I changed the world significantly because it suffered a natural disaster. All my hard work for it was unreleased content that didn't ever see the public's eyes. It would be a waste if I wouldn't get compensated somehow for it all. It's my baby, since 2008. :)

But my team wants a change in engine as it would be more efficient in terms of development time. Some problems have arised from it:

1). The two engines are different and I doubt there is a flawless way that would convert over the dialogue and quests I have already done, as well as the changed world to Unity.

2). My backers would likely distrust me if I were to say in the middle of development, that for unforeseen reasons, I decided to change the engine. Wouldn't they?

So it's more like "I built a prototype where 60% of the world and 100% of the story has been done, but I want the assets and graphics to be modernised.". But my team has reason to believe that it would be far easier to start from scratch and manually port over my quest and dialogue work between engines, than just edit the open-source engine's code for better graphics, LOD and a better dialogue window.


So, is having programmer art for a Kickstarter demo/prototype acceptable? And if not, is it possible to get artists to work on an equity share with a working prototype which needs polish? I know it's close to impossible with just an idea but I heard that it's more likely with a prototype.

From where I stand, assuming late Kickstarter's quality standards, I'd say programmer art would definitely be sub-par. You have to realize a lot of developers use Kickstarter as a means to put the game to market while it is actually completed (or close to) so it is hard to compete with these graphically.

Having an artist work on equity is very rare. If you plan to go down that road, I recommend going local, one tried way of doing that is working in the industry, build strong ties, and leave with like-minded individuals to get started on your project. A lot of successful businesses have started this way locally lately.


So, is having programmer art for a Kickstarter demo/prototype acceptable?

It seems that there are lot of arguments in this thread to help you answer this question. If you start a kickstarter, I'm sure that you get either money or experience, both seem to be useful in your case.

Good luck smile.png

After gathering quotes (and multiplying it by 2), I need $300k-$400k max to make this minimum viable product.

Looking at my own backer history, most of these games were asking for ~$10k to ~$50k: paradigm, kona, monsters den godfall, wildfire, basement, nefarious, gunscape, hand of fate, dex, arakion, legends-of-eisenwald, ravaged, the dead linger... and they almost universally have impressive art sad.png

All the investors who rejected me kept on telling me "to build a product and get paying customers", as if it was the easiest thing in the world.

Other business people don't care about how hard your job is. They only care about how easily you can make a profit for them - if the answer is "not easily", then the conversation is likely over...

Maybe you can release a version of the game with terribad art for free, and hope that some great artists play it, love it, and want to work on it?

Well, I had already solved the programmer art issue entirely, by asking permission to use assets from an old project of mine. They're right for their atmosphere and very high quality but they would need a bit of a revamp in places.

It's just the game is likely to switch engines and I'm worried my potential backers aren't going to like that.

The problem is that I now have no money to make a game. Zero. Zilch. None of my previous prototypes worked out because I am not an artist. And I can't afford to pay an artist right at this moment.

No investor would fund me because I only have a track record in mods and I do not have traction in user growth or revenue. And I am stuck in the vicious cycle "I can't get funding because I have no traction because I can't get funding...". So this mod is my only chance of getting traction when I have no funds.

I did pay for the RPG system and dialogue system from the Unity Asset Store but that was grocery money I sacrificed. My family probably wouldn't forgive me for it.

And it doesn't help that my mother is breathing down my neck and urging me to get a kickstarter as soon as possible to get the ball rolling. There was going to be a million dollar sale for my mother's business, but it fell through at the last minute, and I hoped that I would have used the money for a demo of a different game.

1) Almost no one has Zero Money... else he would have starved a long time ago in todays society (given you live in a country developed enough to have moved over copletly to a money based economy)...

Now, how you spend the money you have is a different thing.

Is it wise to spend grocery money on assets from the assets store? Well, only if you still can eat healthy and do not ned to go hungry because of that.

Is it wise to spend the money on an RPG and Dialogue system that you might have developped yourself if you had any programming skills, when obviously you badly need better art? Probably not, given you have programming skills.

Get a budget, and spend the money smart. Even with little money you could achieve a lot if you make sure every penny counts.

Or, given you cannot spare any money at all, wake up to the fact that you are on your own. Period. No shady equity schema will lure in the talent you need, you either get skilled enough yourself to build the minimum viable product, you sacle down your project to make it easier to achieve, or you forget about it.

2) Make sure you understand this: without a proven track record, a studio with expierience, or an almost finished product you can show, you are a nobody to investors. What they tell you might sound like a "chicken-and-egg" dilemma, but its just the hard truth and actually a honest and well meant hint.

Would you invest money, be it only 4000$, into a nobody you just met that approaches you with a project of his that sounded pretty shady... like in, unfinished, no team or expireince to asure you the project might be completed someday, and so on....

Would you believe he will invest the money wisely and create something awesome, or would you rather think either he will waste the money and fail, or he would take the money and ran?

Most things in the business world are founded on mutual trust... if you don't trust somebody, you will not lend him money, hand over the plans for the goods they should produce for you, produce something in the good faith that the other party will be able to pay for it later.

Trust is something you have to earn, and it takes time and work to do that. If you want investors to believe in you, you have to show them something extraordinary... an extraordinary track record (doesn't sound like you have any), an extraordinary product (which you haven't develop far enough to really show), an extraordinary company (which again, you don't seem to have)...

The problem is lack of funding. And no team of artists would work with me, unless I pay them. All the investors who rejected me kept on telling me "to build a product and get paying customers", as if it was the easiest thing in the world.

If I had a decent amount of money from investors, I would have spent some money to make a demo for a simple 3D platformer and gotten a good chunk of money on Kickstarter to get the platformer done and branch the game off to a low cost mini-game for smartphones. But I don't - and I have done a lot of work on this mod, plus I have a lot of scrapped content that never saw the public's eyes.

The heightmap is done and 70% of the world is done, but it's in a different engine. Porting over assets is very easy to do and the same with level design. I guess it doesn't help that my mother is breathing down my neck and urging me to try my luck.

PS. I had hoped that the world could be automatically ported over, and then destroyed as the storyline has certain settlements destroyed by a volcano. But the more I think about it, the more I think that the world should be done from scratch. If I were to make the world from scratch in Unity, it would be the same as in the mod but it shouldn't be like that. Volcanic activity does change land significantly. And the graphics aren't retro - they are very good assets for 2005, at least. They can easily be ported over - just import into Blender, remove the bounding box and export it to .fbx, and put the textures in the right places.

The graphics are the same in both engines, so I had planned a tech demo just to showcase gameplay in one scene and the videos would be the old locations prior to the eruption.

And the game does not need a million dollars to make, as this game will be a minimum viable product and is much scaled down from my original idea. After gathering quotes (and multiplying it by 2), I need $300k-$400k max to make this minimum viable product.

Okay reading that and others of your comments, I think you need to do some reality check... in addition to what I wrote above:

1) You will most probably not be able to assemble a Team without paying... you are on your own. Scale the first prototypes accordingly

2) You will most probably get no funding at all before creating an extraordinary prototype...

3) Result of both points above... in the end, you will have to do most of the work, if you don't manage to get funding.

Before anyone will be able to help your further, we need additional information:

1) what is your expierience with:

a) programming

b) art (3D, 2D)

c) Game and Level Design

d) Marketing, Storywriting, and other needed skillsets to be successfull as an Indie

2) What is your track record? Any finished games or mods? You keep talking of an unfinished mod that never got released, why wasn't it released?

3) What is your current job? Are you still a student? What do you study?

4) What are your long term plans? Are you doing this to get a foot in as an Indie? Do you plan to study CS, Art or Game Design and get into the Game dev industry? Are you trying to cash in on one lucky hit?

You need to realize, and maybe also make sure your mother realizes this:

Game Dev is hard.... creating not only a game, but one that pays off is even harder. about 10-20% of projects will ever pay off. The others either fail early or just fail in the market.

Your current project has a high chance of failing even if you get the funding and are able to complete it. There are valid reasons to still try to complete it, be it for expierience, fun, or just trying to get lucky. But if you cannot invest time and money into it that you can "throw away" (because you happen to have enough money and you like to spend time on the project), you better invest it somewhere else.

Depending on where you stand in your professional career, you might either

1) make sure to get a job that pays well but leaves you enough free time, so you can work on the project and save money to invest into it.

2) put your current project on ice and first develop the needed skills (programming, art, whatever) to have a chance of completing it, or at least build a prototype that can convince others.

3) Study CS or any other field that might net you a job in the industry, work in it for some years to get expierience and good contacts, save up money, and start-up your project anew once you are ready.

No matter how you look at it, it doesn't sound like you are ready to pursue your current project at the moment.

Well, I had already solved the programmer art issue entirely, by asking permission to use assets from an old project of mine. They're right for their atmosphere and very high quality but they would need a bit of a revamp in places.

It's just the game is likely to switch engines and I'm worried my potential backers aren't going to like that.

Good for you if that solves your art issues.... I take from that you have some expierience working with 3D art?

I think the engine switch is the least of your problems. If anything, gamers are always whining for devs to move to a newer engine. Game developers might know that this is a huge potential risks, gamers (which are mostly your backers on KS) will only dream about the potential pay off....

"Multi core support, so sexy"... yes, says the guy that has a dual core weak ass notebook that will not see much gain from multithreading anyway, because of no turboboosting anymore when all cores are under load, the CPU throttling under full load, GPU being too weak to really leave the CPU as a bottleneck, and so on.

1) Your Kickstarter audience are mostly consumers. Doesn't mean they have no idea, but they will see things differently. To them "Cryengine" means lots of visual glitz... not bad performance (that might be my prejudice now, as it seems to perform poorly even on powerful machines) and an ancient editor. Because they always will only see the consumer side of an engine, and only on their machine (which might be extremly powerful or weak leading to wrong assumptions about the performance of an engine).

2) Given that, a newer engine is mostly seen as a good thing. Throw out some keywords like multicore support, 64bit support, physically based shader support and sutff like that, and they will totally buy it (even though most of them have no idea what is really behind these keywords).

3) Given that you care about what people think of the engine, Unity might not be your best bet. Unity seemed to have gathered some bad press on Steam and other consumer forums, people seem to think of it as an inferior engine.

Doesn't mean that is really true, what most probably happened is because Unity has been free and available to hobbyists and amateurs for some time and easier to get into than UDK and UE4, a lot of subpar games have been produced with it. That will taint the name of an engine over time, like it did with Gamemaker.

You could either try to go under the radar by not mentioning the name of the engine, or you could go all out by not only mentioning Unity, but at the same time show what you can do now thanks to unity. People will quickly forget about an engines bad name if you show them the shiny...

The problem is that I now have no money to make a game. Zero. Zilch. None of my previous prototypes worked out because I am not an artist. And I can't afford to pay an artist right at this moment.

No investor would fund me because I only have a track record in mods and I do not have traction in user growth or revenue. And I am stuck in the vicious cycle "I can't get funding because I have no traction because I can't get funding...". So this mod is my only chance of getting traction when I have no funds.

I did pay for the RPG system and dialogue system from the Unity Asset Store but that was grocery money I sacrificed. My family probably wouldn't forgive me for it.

And it doesn't help that my mother is breathing down my neck and urging me to get a kickstarter as soon as possible to get the ball rolling. There was going to be a million dollar sale for my mother's business, but it fell through at the last minute, and I hoped that I would have used the money for a demo of a different game.

1) Almost no one has Zero Money... else he would have starved a long time ago in todays society (given you live in a country developed enough to have moved over copletly to a money based economy)...

Now, how you spend the money you have is a different thing.

Is it wise to spend grocery money on assets from the assets store? Well, only if you still can eat healthy and do not ned to go hungry because of that.

Is it wise to spend the money on an RPG and Dialogue system that you might have developped yourself if you had any programming skills, when obviously you badly need better art? Probably not, given you have programming skills.

Get a budget, and spend the money smart. Even with little money you could achieve a lot if you make sure every penny counts.

Or, given you cannot spare any money at all, wake up to the fact that you are on your own. Period. No shady equity schema will lure in the talent you need, you either get skilled enough yourself to build the minimum viable product, you sacle down your project to make it easier to achieve, or you forget about it.

2) Make sure you understand this: without a proven track record, a studio with expierience, or an almost finished product you can show, you are a nobody to investors. What they tell you might sound like a "chicken-and-egg" dilemma, but its just the hard truth and actually a honest and well meant hint.

Would you invest money, be it only 4000$, into a nobody you just met that approaches you with a project of his that sounded pretty shady... like in, unfinished, no team or expireince to asure you the project might be completed someday, and so on....

Would you believe he will invest the money wisely and create something awesome, or would you rather think either he will waste the money and fail, or he would take the money and ran?

Most things in the business world are founded on mutual trust... if you don't trust somebody, you will not lend him money, hand over the plans for the goods they should produce for you, produce something in the good faith that the other party will be able to pay for it later.

Trust is something you have to earn, and it takes time and work to do that. If you want investors to believe in you, you have to show them something extraordinary... an extraordinary track record (doesn't sound like you have any), an extraordinary product (which you haven't develop far enough to really show), an extraordinary company (which again, you don't seem to have)...

The problem is lack of funding. And no team of artists would work with me, unless I pay them. All the investors who rejected me kept on telling me "to build a product and get paying customers", as if it was the easiest thing in the world.

If I had a decent amount of money from investors, I would have spent some money to make a demo for a simple 3D platformer and gotten a good chunk of money on Kickstarter to get the platformer done and branch the game off to a low cost mini-game for smartphones. But I don't - and I have done a lot of work on this mod, plus I have a lot of scrapped content that never saw the public's eyes.

The heightmap is done and 70% of the world is done, but it's in a different engine. Porting over assets is very easy to do and the same with level design. I guess it doesn't help that my mother is breathing down my neck and urging me to try my luck.

PS. I had hoped that the world could be automatically ported over, and then destroyed as the storyline has certain settlements destroyed by a volcano. But the more I think about it, the more I think that the world should be done from scratch. If I were to make the world from scratch in Unity, it would be the same as in the mod but it shouldn't be like that. Volcanic activity does change land significantly. And the graphics aren't retro - they are very good assets for 2005, at least. They can easily be ported over - just import into Blender, remove the bounding box and export it to .fbx, and put the textures in the right places.

The graphics are the same in both engines, so I had planned a tech demo just to showcase gameplay in one scene and the videos would be the old locations prior to the eruption.

And the game does not need a million dollars to make, as this game will be a minimum viable product and is much scaled down from my original idea. After gathering quotes (and multiplying it by 2), I need $300k-$400k max to make this minimum viable product.

Okay reading that and others of your comments, I think you need to do some reality check... in addition to what I wrote above:

1) You will most probably not be able to assemble a Team without paying... you are on your own. Scale the first prototypes accordingly

2) You will most probably get no funding at all before creating an extraordinary prototype...

3) Result of both points above... in the end, you will have to do most of the work, if you don't manage to get funding.

Before anyone will be able to help your further, we need additional information:

1) what is your expierience with:

a) programming

b) art (3D, 2D)

c) Game and Level Design

d) Marketing, Storywriting, and other needed skillsets to be successfull as an Indie

2) What is your track record? Any finished games or mods? You keep talking of an unfinished mod that never got released, why wasn't it released?

3) What is your current job? Are you still a student? What do you study?

4) What are your long term plans? Are you doing this to get a foot in as an Indie? Do you plan to study CS, Art or Game Design and get into the Game dev industry? Are you trying to cash in on one lucky hit?

You need to realize, and maybe also make sure your mother realizes this:

Game Dev is hard.... creating not only a game, but one that pays off is even harder. about 10-20% of projects will ever pay off. The others either fail early or just fail in the market.

Your current project has a high chance of failing even if you get the funding and are able to complete it. There are valid reasons to still try to complete it, be it for expierience, fun, or just trying to get lucky. But if you cannot invest time and money into it that you can "throw away" (because you happen to have enough money and you like to spend time on the project), you better invest it somewhere else.

Depending on where you stand in your professional career, you might either

1) make sure to get a job that pays well but leaves you enough free time, so you can work on the project and save money to invest into it.

2) put your current project on ice and first develop the needed skills (programming, art, whatever) to have a chance of completing it, or at least build a prototype that can convince others.

3) Study CS or any other field that might net you a job in the industry, work in it for some years to get expierience and good contacts, save up money, and start-up your project anew once you are ready.

No matter how you look at it, it doesn't sound like you are ready to pursue your current project at the moment.

Well, I had already solved the programmer art issue entirely, by asking permission to use assets from an old project of mine. They're right for their atmosphere and very high quality but they would need a bit of a revamp in places.

It's just the game is likely to switch engines and I'm worried my potential backers aren't going to like that.

Good for you if that solves your art issues.... I take from that you have some expierience working with 3D art?

I think the engine switch is the least of your problems. If anything, gamers are always whining for devs to move to a newer engine. Game developers might know that this is a huge potential risks, gamers (which are mostly your backers on KS) will only dream about the potential pay off....

"Multi core support, so sexy"... yes, says the guy that has a dual core weak ass notebook that will not see much gain from multithreading anyway, because of no turboboosting anymore when all cores are under load, the CPU throttling under full load, GPU being too weak to really leave the CPU as a bottleneck, and so on.

1) Your Kickstarter audience are mostly consumers. Doesn't mean they have no idea, but they will see things differently. To them "Cryengine" means lots of visual glitz... not bad performance (that might be my prejudice now, as it seems to perform poorly even on powerful machines) and an ancient editor. Because they always will only see the consumer side of an engine, and only on their machine (which might be extremly powerful or weak leading to wrong assumptions about the performance of an engine).

2) Given that, a newer engine is mostly seen as a good thing. Throw out some keaywords like multicore support, 64bit support, physically based shader support and sutff like that, and they will totally buy it (even though most of them have no idea what is really behind these keywords).

3) Given that you care about what people think of the engine, Unity might not be your best bet. Unity seemed to have gathered some bad press on Steam and other consumer forums, people seem to think of it as an inferior engine.

Doesn't mean that is really true, what most probably happened is because Unity has been free and available to hobbyists and amateurs for some time and easier to get into than UDK and UE4, a lot of subpar games have been produced with it. That will taint the name of an engine over time, like it did with Gamemaker.

You could either try to go under the radar by not mentioning the name of the engine, or you could go all out by not only mentioning Unity, but at the same time show what you can do now thanks to unity. People will quickly forget about an engines bad name if you show them the shiny...

I was worried about showing the game in an engine that my team would refuse to work on. 7 years for a minimum viable product on the old one, 3 years max on Unity. I'd much rather pick the latter and re-do my work from scratch.

The original creators of the total conversion put their creation into my hands, trusting that I would not mess up the game. Just hearing that I was able to release the expansions that I made, made them trust me even more. I have a track record with this game back when it was just a mod - two full public releases chock full of content. The third release never materialised, but so much work and time has been put into it. I want to turn it into an indie game, considering it's a total conversion and only uses custom assets. But I need funding to improve the engine and art assets. And the assets were from their team, I was given full permission to use them as long as I would replace everything afterwards which was going to be done regardless.

I have experience in storywriting, some coding, some basic 3D art and game design. I also have some experience in marketing my mods. I released several mods, including resurrecting and finishing one big Oblivion mod (which was thought to be impossible to be resurrected, until I came along). Only have a track record in mods, not indie games at the moment. I'm graduating university this year and I'm studying Economics - great for business but not so great for indie game development. Currently, my plans are:

1). If I do get funding for the RPG, great, I go and develop that. I also will invest into a low cost minigame game for smartphones, which is unfortunately riskier than a PC game.

2). If I do not, I'll either save up money or get a microloan from Start Up Loans and develop a low cost minigame game for smartphones, which covers all bases including aggressive marketing for it to stand out. I can't just develop a mobile game and release it with some marketing - it has to go full out. The advantage of the low file size requirement is that not much art is needed - the disadvantage is that I may have to pay someone to compress everything down to <100MB. The microloan includes a reserve budget, just in case things do fall through.

So whichever indie game in my current pipeline would be greenlit by funding, it would be developed and released first. I will keep pushing it until it happens.

Unity is much more intuitive than UE4. Much, much more. I feel like I can do more in less time. UE4's landscaping system was unnecessarily difficult, its dialogue system tutorial is unintuitive and there are no presets that I could buy to save time. So, following your advice, I'm just not going to mention the engine, I'm just going to say that I'm updating the game. smile.png

I'm not worried about which engine will power the game, I'm worried that I'm going to show videos and screenshots of the game in one engine, then the engine would be switched and my backers would be shown screenshots and videos in a completely different engine.

This topic is closed to new replies.

Advertisement