Earlier quoted context omitted.
I like that term 'meta ignorance'. It is important to realize that ignorance isn't "bad" it can be fixed by learning, but its good to know that you have it so you can start fixing it. The other aspect of this that I see, even in seasoned engineers, is the 'presumption of simplicity'. Some things look really simple, but inside they are actually quite complicated. A smart phone is just a screen, a computer, a battery a…
I think you mix the meanings of simple and easy here. Simplicity is an absolute metric and describes the number of dependencies a thing has, while ease is a relative metric describing your understanding of said thing. For example, a singleton is easy to learn and easy to use, but since every function using it adds a hidden dependency it quickly grows in complexity to the point its impossible to reason about it withou…
“It’s done, there is no way back. We tried, we failed”
151–160 of 392 posts
Re: “It’s done, there is no way back. We tried, we failed”
#152I wanted to believe that a team of 6 to 10 people could make a game that looked and felt AAA. Boy was I wrong! When we made Crash Bandicoot (with a team of 7), it was already virtually impossible to make a AAA game with 6-10 people, and that was 20 years ago. I tell inexperienced entrepreneurs to take their honest best estimate and multiply by 10. Or, as Mark Cerny (our producer on Crash) used to tell us, "add one an…
What is your definition of AAA game? I believe Minecraft was created by 1 person (or at least started). I consider Terraria to be a AAA game and that was made by 3-4 people.
Re: “It’s done, there is no way back. We tried, we failed”
#153Earlier quoted context omitted.
Also, the original kickstarter [1] was for $50,000 with $72,000 raised. I'm not an expert on the economics of the video game industry, but I can't believe that would pay a team of 6-10 people for very long. [1] https://www.kickstarter.com/projects/45588301/woolfe-the-red...
It was probably enough for a loan however. Which is probably why the company folded at this time, because they ran out of funding and couldn't make it. With that said, I've been following Patreon and the financial models at Patreon just make more sense than Kickstarter. Various game development groups have constantly slipped their schedule, and backers respond typically by keeping the donations steady. As long as the…
Re: “It’s done, there is no way back. We tried, we failed”
#154I wanted to believe that a team of 6 to 10 people could make a game that looked and felt AAA. Boy was I wrong! When we made Crash Bandicoot (with a team of 7), it was already virtually impossible to make a AAA game with 6-10 people, and that was 20 years ago. I tell inexperienced entrepreneurs to take their honest best estimate and multiply by 10. Or, as Mark Cerny (our producer on Crash) used to tell us, "add one an…
> I wanted to believe that a team of 6 to 10 people could make a game that looked and felt AAA. What is your definition of AAA game? I believe Minecraft was created by 1 person (or at least started). I consider Terraria to be a AAA game and that was made by 3-4 people.
Re: “It’s done, there is no way back. We tried, we failed”
#155From TA: "What about our Kickstarter backers? The people that believed in us from the beginning? People we made promises too. People we have let down. Even worse… people we will not be able to give the full rewards they invested in. The crazy thing is, that we have most of the rewards ready for postage. All the backer stickers and letters of enlistment just need a stamp. All the poster sets printed, signed and ready.…
Re: “It’s done, there is no way back. We tried, we failed”
#156Earlier quoted context omitted.
The only way to make a "AAA" game on a low budget now, competing with the massive asset libraries AAA games build up, is to create some kind of easily modded game, where players can build their own assets. Minecraft does this, in a way. Instead of a villiage-sized Barbie / GI Joe playset (with everything perfectly designed), you get a giant bucket of lego bricks. Not that Minecraft / df style games have done much bet…
Minecraft is in no way a "AAA" game. Yes, it's a hugely popular game, but it is the archetype of "indie game done good".
I agree, it's not AAA, in terms of assets, but I'm saying a "box of lego bricks" (or something like that - copying Minecraft won't work now) is the only way to compete with AAA on assets. PCG looks like a holy grail, but I doubt it (unless you can get it good enough to sell to AAA, then why wouldn't you just license the tool?).
Minecraft is AAA success. Your big-box retailer probably has Minecraft guide-books for sale. There's nothing that touches it. Papers, Please is an "indie game done good", and it sold maybe 5% of Minecraft.
Re: “It’s done, there is no way back. We tried, we failed”
#157Earlier quoted context omitted.
I think you mix the meanings of simple and easy here. Simplicity is an absolute metric and describes the number of dependencies a thing has, while ease is a relative metric describing your understanding of said thing. For example, a singleton is easy to learn and easy to use, but since every function using it adds a hidden dependency it quickly grows in complexity to the point its impossible to reason about it withou…
Speaking of meta, I absolutely loathe how the basic distinction between simplicity and ease of use has since become a meme so persistently associated with Rich Hickey. There is nothing I can really do about it, but it nonetheless annoys me to no end.
Also note that english isn't my first language (I'm french Canadian) and even here in french the distinction is seldom made.
Re: “It’s done, there is no way back. We tried, we failed”
#158I wanted to believe that a team of 6 to 10 people could make a game that looked and felt AAA. Boy was I wrong! When we made Crash Bandicoot (with a team of 7), it was already virtually impossible to make a AAA game with 6-10 people, and that was 20 years ago. I tell inexperienced entrepreneurs to take their honest best estimate and multiply by 10. Or, as Mark Cerny (our producer on Crash) used to tell us, "add one an…
Issues with estimating, particularly something like this, mostly comes down to meta-ignorance: you don't know what you don't know. Given a particular problem of a similar sort to something he's worked on, an experienced engineer will be able to list 10 different issues that might crop up. An inexperienced engineer won't know of those potential problems and will just see the most optimistic path possible. When you're…
I definitely do the "manager doubling" when it comes to estimates. If I think it'll take a month, I estimate 2 months to my boss. If I have to report several levels up, I multiply by 2 for every level.
Re: “It’s done, there is no way back. We tried, we failed”
#159"But changing gameplay from 2D to 3D had a major impact on overall development cost (we found out a little too late)" Not to pile on, but this was very surprising to me... how could you not know that this would have a major impact?
You and every other developer making the transition from SNES to PS1 in the mid 90's.
Re: “It’s done, there is no way back. We tried, we failed”
#160I wanted to believe that a team of 6 to 10 people could make a game that looked and felt AAA. Boy was I wrong! When we made Crash Bandicoot (with a team of 7), it was already virtually impossible to make a AAA game with 6-10 people, and that was 20 years ago. I tell inexperienced entrepreneurs to take their honest best estimate and multiply by 10. Or, as Mark Cerny (our producer on Crash) used to tell us, "add one an…
Issues with estimating, particularly something like this, mostly comes down to meta-ignorance: you don't know what you don't know. Given a particular problem of a similar sort to something he's worked on, an experienced engineer will be able to list 10 different issues that might crop up. An inexperienced engineer won't know of those potential problems and will just see the most optimistic path possible. When you're…