Tuesday, July 24, 2012

Status update

Well, it's that time of the year when I do my status update! (a pun upon how often I post these days). I did not post in a while because I did not know what I really wanted to do and wanted to avoid giving inaccurate information yet again.

But anyway, long story short: my life has changed a lot and the activities I take part in, the free time I have and the way I spend it are quite different from how things were a little over half a year ago. Things have gotten to the point where I am no longer even a hobby programmer, which I find quite shameful. There are things I love about my new lifestyle and things I hate. It is quite unrealistic to expect to love everything and be perfectly happy of course, but the positives outweigh the negatives by a large margin.

Except for the programming part. I want to program again crazy and stupid stuff. And I want to write about it! This weekend I am leaving on holiday (to Greece!) and I am spending over a week there, but once I get back I want and need to get back to programming. It will take quite a while to get used to doing it again because I need to find space for it in my new lifestyle, so I'll start slow, doing some small things in weekends and try to post once a week. Hopefully I can get back to my usual 8-12 posts a month in no time! Fingers crossed!

So what will I be doing after I return? Well, the first step is going to be to return all donations over €10. I don't know exactly how one can do that, so I'll try and use the e-mail address that Paypal reports as the source of the donation and hopefully it will work. Smaller donations generally I won't be returning, especially not the ones under €2 because conversion taxes, transaction taxes and Paypal taxes make this a very inefficient process, with a lot of money wasted in the system. Notice I used bold on "generally", meaning that if you donated a small sum and want it back, hit me up with a mail and I will naturally return it. I just don't want to do that for every €1-€3 donation. So I apologize if you lost a few Euros here. As said, if you are offended, e-mail me and I'll prioritize your transaction, otherwise they will be returned in decreasing order of their sum.

So why am I returning the donations? While I do want to get back to full time hobby programming, that's it! Just a fun hobby. I don't want deadlines, pressure or to have to do anything I am not excited about. Or creating a product! So Dwarves & Holes is officially dead. A lot of the ideas, design and code will survive, but the project as a Dwarf Fortress inspired 2D/3D game with squad based city building is dead. What I will be doing will be more similar to the last videos I made, but not the ones where I am only showing a stool.

So let me give a few reasons while Dwarves & Holes is dead, even if I will be spending the same amount of time or hopefully even more on other things:
  • It is too much work. I was prepared for 2-3 years of development before I get something half-decent feature wise. My final ambitions, especially on the 3D side inflated all projections to 7-10 years for one single man. This wouldn't be a problem if I really really really wanted to create a new Dwarf Fortress, but to be honest I am more excited about other ideas. Especially since:
  • I never wanted to make a Dwarf Fortress like game. I wanted to make Dwarf Fortress. I realize that now. I couldn't care less about cloning or whatever. I just wanted a more pleasant and visually engaging Dwarf Fortress. Because of the public outcry over this I switched over to designing my own game and my productivity dropped like a rock. And it opened Pandora's box. With me no longer focusing on a clear design, I started experimenting and found things that interest me more.
  • By the time I would have finished anything meaningful A Game of Dwarves 3 would have been released (if the formula proved to be successful). There is no way I can keep up with even 1/10th of the pace a full company with talent and a budget can have.
  • Writing a modern 3D engine is near impossible. Modern techniques are hard to implement and you barely find any information on them because they are trade secrets. And on older techniques you barely find any information because this is how the Internet works and old links die. I am pretty sure that given a team of 5 people and infinite budget, It would take us over two years of mostly experimenting and optimizing to create a modern engine and it would still be behind. Engines are extremely long living and iterative beasts. You iterate and iterate upon it, year by year, adding features, stability and performance. You can't just spit out an engine, even with all the talent and money in the world. So I need to cut down on my ambition to a very reasonable and realistic level, something that can be truly be made by one man.
  • And probably number one: I worked so much on it and still I don't have anything to show. I feel the need to distance myself from this personal failure and start anew with a new set of principles.

With this out of the way, let me go over a few principles for whatever I will be doing in the future:
  • Working without obtaining anything of value (except for knowledge and experience) is hardly desirable. Having the old 2D engine dead and buried on my disk and the 3D one in perfect hiatus does not help anyone. So what I will be coding will be open-source. I just need to decide on the license and find an appropriate free repository, like GitHub or Gitorius, and upload things there. I need to make sure that the license is not restrictive for other people, but at the same time it allows me to fork the project in the future if I ever do something monetizable, so in the end it does not cut others off but also gives me full rights to my fork. Something that permits dual licensing probably. Don't know yet.
  • It need to be easy to understand and somewhat didactic, because if I never make something out of that code base it has at least potential use as a learning tool. This was the purpose of the DXUT series, but not long after I bragged how long posts about DXUT don't take a lot of time to write, the next one took so much time that I'm still not done with it. DXUT is too low level. So the shaders will be coming, but I'll switch over to C# and a higher level 3D engine. Something with very little glue code. Like Irrlicht, only not being so bad.
  • I'll keep updates short and things need to move swiftly. I want something where I can hack around and hour or two when I have free time and come up with something interesting. I'll freely commit to the public repository, but won't post about it every time I do, only when I have something interesting to say. A post might be about a single big commit or 10 small ones.
  • I won't optimize. I spent huge amounts of time in the past optimizing and with my new approach this won't work. Things need to be functional and work acceptably. This won't be a real product, rather more of a fun project I can geek out on. C# is slow anyway, so trolololololo.
  • Code will be short and sweet, with a lot of short but powerful components. This goes hand-in-hand with the "not optimizing" bit. My short implementation will probably get 5 times as long if I optimize it and 20 times if this was made so scalable that it would be appropriate for a real and ambitious product.
  • I won't optimize for old hardware. Pixel shader 3, probably 4 will be the minimum. It is incredibly hard to implement a PS2 variant of a PS3/4 algorithm, even if you don't care about how the PS2 one will perform.
  • 3D technology wise my ambitions will be scaled to reasonable output levels of a single person.

So in August, after I return from Greece I'll set up the repository and start returning donations. I will probably be able to do some brainstorming until then so that I have a good plan about what to do. I have a few ideas. A few key points are first person viewpoint, very heavy procedural content with most assets produced by code randomly and an emphasis on creation and building elements.

Maybe I can even prototype something in Unity first to see how it goes and then either continue using Unity or go with something between XNA and something more heavy and feature rich based on XNA. Luckily I write clean C++ and generally I can easily copy and paste over large chunks with only minor editing and it will compile at least under C#.

10 comments:

  1. Aw yes, I was wondering what you were up to. Ah well, that's life :)

    I have, somewhere, lost in my bookmarks, a couple of similarly "DF-inspired" games, should dig them up.. that would interest you and the other readers ;)

    ReplyDelete
    Replies
    1. Sure, please do that! Does that list have a "graveyard" section :P?

      Delete
  2. Too bad, but when you started with the 3D thing I figured it was just a matter of months before you realized it was hopeless... :)

    For those still interested in a better Dwarf Fortress, here it is! http://gnomoria.com/

    ReplyDelete
    Replies
    1. I don't think the 3D is to be blamed. The new stuff is going to be 3D. OK, maybe 3D caves are to be blamed. Those things are hard as hell to do.

      Delete
  3. I blame 3D for all problems in the world ;-)

    More seriously, I think the lesson from Dwarf Fortress's history was that 3D (in their previous game, Slaves to Armok) took a lot of time and didn't allow them to implement the gameplay features they wanted. Sadly I've found the same to be true for me — every time I've tried 3D, working on graphics and optimization has seduced me away from making the gameplay. I'm trying to stick to either 2D or isometric these days.

    ReplyDelete
    Replies
    1. I am not disillusioned in 3D. On the contrary. I am now in love with it. I would do even an extremely simple game like an asteroid defense game or a worms game using 3D.

      You just need a good engine so you can focus on gameplay and a reliable source of assets. Which can be a huge problem.

      Delete
  4. I think it's great that you evaluated your project and goals and have found a new path. I'd love to see whatever you do run in the browser (Unity is ok, WebGL or Flash3D would be better!) so that more people try it out.

    ReplyDelete
  5. Just a short info: As you apparently have canceled the D&H-thing completely, you might want to remove it from IndieDB as well (http://www.indiedb.com/games/dwarves-holes).

    Nevertheless, I am very impressed by the list of your realisations. I can relate to most of them closely. If you work by yourself, you have to be realistic about what you can achieve. The hard thing is to allow yourself to dream on every now and then :)

    ReplyDelete
    Replies
    1. I'll slowly update all the things out there, including rebranding this blog.

      And D&H is not really dead, only the Dwarf Fortress elements. My first prototype will look very similar to the last few videos I had from D&H.

      Had time to think and I am going with a hugely procedural Minecraft (without cubes) meets Skyrim (without NPSs or quests).

      Delete
  6. I think there is only so much one man can do, 3D or not. u need to make comprimises. a recent example of successful one man development in 3D is Runnning with rifles.

    ReplyDelete