Lemma is an immersive first-person parkour game. Every parkour move has the potential to modify the environment. Surfaces pop in and out of existence at will!
The backstory and 15 possible game outcomes are written out! Loading and saving works now, and the editor has some cool new features.
Posted by et1337 on Sep 25th, 2012
I now have the complete backstory and in-game story options written out!
After the initial tutorial, you'll get to a central area of the island which connects to four other areas. At that point, you'll be able to leave the island whenever you want, or you can visit one or more of the four adjacent areas before leaving. In each area you'll have to make a yes/no decision. You'll get a different ending depending on which decisions you make and at what point you exit the island. Your choices also affect how many parkour abilities you unlock. There are 5 major possible outcomes, and each outcome has a number of variations, for a total of 15.Since the player will be twinking around different sections of the world at will and not in a linear manner, I needed to implement a load/save system and a way to handle transitions between world sections. The load/save menu is simple; saves are identified by a timestamp and thumbnail.
If you're into XNA, I implemented the screenshot feature by rendering to a RenderTexture for one frame, and subsequently copying the RenderTexture to the back buffer to prevent flickering for that one frame.I also finally switched my voxel renderer to a more sane solution. Before, each face of the voxel was actually a hardware instance of an FBX model. I finally switched to a dynamic vertex buffer system. Everything is faster and more memory efficient now. Yay.
I forgot to mention last time that I've also made a lot of improvements to the editor (which will certainly be released for everyone to mess around with).
To help with all the obscure commands, I added a context-sensitive autocomplete menu that shows the commands you can perform based on what you currently have selected. If you're familiar with the Blender 2.5 interface, it's a lot like that.
I also added voxel copy/paste support, and the ability to move large chunks of voxel around. I also made it easier to add new material types; you can even have custom materials specific to a certain map. This should make it easier for me to create more varied and interesting maps.

More stuff that got done this week:
Before I go, let me just say Borderlands 2 is a blast! And also outrageously hilarious. Hit me up on Steam if you want to play sometime.
Thanks for reading!
Sounds like an awesome idea, but why ***** out to charity?
That just seems like a silly and slimey way to promote your stuff.
Can't you just release a free game and let people donate to the charities they choose themselves? (The front page here doesn't even state to what charity the money goes...)
Sorry if I come off as a **** here, but I find most charity organizations a little suspect in general.
You make a good point, and I actually have been thinking about it a lot recently. My plan was to partner up with Child's Play, or perhaps offer several charities to choose from. But I never thought of it like you're saying, where it might be seen as a cheap marketing scheme. Why not just sell the game, pocket the profits, and donate privately?
At any rate, I don't think I've made too much noise about the charity aspect of the project. It wouldn't be too difficult to just quietly remove it. I'll have to think about it some more.