|
Title: Blackout - Survival, Adventure mixed with Darkness Post by: methozoid on June 06, 2013, 05:09:32 AM Welcome to my DevLog!
My game is top-down adventure survival based on one of Squidi's mechanics (http://www.squidi.net/three/entry.php?id=86). The main goal is to escape from each level. Each level is in shadow, but you can lit your way with torches. It's the most important thing to survive. In the darkness lurks the demons, who will try to kill you. "Normally, the creatures in the darkness are unknown. However, they are attracted to blood and have a good sense of smell. If you wander too close to the dimming darkness, there is a possibility that they will leap out and attack (assuming they are there waiting for you). The darker the square, the more danger you are in. Also, the larger the concentration of them there are, the more brave they become. If there are three or four in the darkness, they may be brave enough to work into progressively lighter areas. They may also brave the light for a quick jump between two dark areas." - quote from Squidi You'll have a limited set of weapons (crossbow, knife, rifle) and you really have to save ammo, because it is hard to find some in a lost tomb ;) I'm not sure if the levels will be random, or pre-created. That's the game in brief, the upcoming features will be decided on the run :) All the graphics are property of Squidi Current state: link (http://youtu.be/CKUg8SxHPpM) (http://i.imgur.com/mjtVbMi.gif) Title: Re: Dear Sophie - Survival, Adventure mixed with Darkness Post by: Sir Raptor on June 06, 2013, 07:54:49 AM I'd say touch up the name a bit. You don't want people mixing your game up with Dear Esther.
Title: Re: Dear Sophie - Survival, Adventure mixed with Darkness Post by: methozoid on June 06, 2013, 08:13:39 AM Thanks for the feedback, yes, it's very similar to that title, I'm finding a better one. How about Scars? Or In Memoriam? It could not make sense now, but I'll drop the plot in the OP, and then you will understand why I came up with these. By the way, if you have any idea, be sure to post it :)
Title: Re: Blackout - Survival, Adventure mixed with Darkness Post by: methozoid on June 06, 2013, 02:26:49 PM I just added the player, you can move and place/pickup torches that lightens the path.
Video: link (http://youtu.be/Ah6T5mdEXog) Still a lot to do... I implemented roguelike moving (you jump on tiles) I think it fits more the game. If you think otherwise, tell me :) You can only place 6 torches simultaneously, so you have to think where and when you should put a torch. Should the player have a lightning aura? Like a torch in his hands? Title: Re: Blackout - Survival, Adventure mixed with Darkness Post by: ZASkaggs on June 06, 2013, 08:50:44 PM Looks functional. This could flesh out into a really strong concept. Keep releasing videos as you progress! They're much more interesting than screenshots. :)
Title: Re: Blackout - Survival, Adventure mixed with Darkness Post by: methozoid on June 07, 2013, 01:41:04 PM Thoughts #3:
Today I didn't really had time to make some serious programming, because I had to learn for my final exams. But I was thinking about the gameplay. So if you read through Squidi's mechanics, you know that he talked about classes. I won't use classes instead I will have one character and every X level, you will meet a vendor from who you can buy oil, night vision, arrows, crossbow, and other weapons. You will start with a lighter and some oil. With oil you can light the torches, and even drop some oil on the floor to create a burning line, or flame-wall :P You can buy little explosives from the guy, and you can use them to create traps for the demons. Passing levels will not require killing demons, but you gain achievements for it, and some loot. Or even you can heal from their corpse. You can pick up one torch from the walls, but then you can't use two-handed weapons (crossbow, bow, sword). Achievements: You will earn traits which increases your skills a bit. Like if you lit 20 torches, the torches will be burning for more 10 seconds, or something like that. Title: Re: Blackout - Survival, Adventure mixed with Darkness Post by: methozoid on June 08, 2013, 12:26:19 PM Update #4:
New video: link (http://youtu.be/CKUg8SxHPpM) -I rewrote the lightning system to a more dev-friendy structure -Player can light and put out torches on the wall -Updated editor so you can put torches -Player has a lighter which he can use for a limited time. He can turn it on or off. Title: Re: Blackout - Survival, Adventure mixed with Darkness Post by: methozoid on June 10, 2013, 08:05:29 AM New video! link (http://youtu.be/DA8r-4J0uc8)
-added timers -player can drop some torch -torch will be extinguished after X sec -remade input system, now it's easier to set up controls TODO: -enemies (woah, that will need a good AI :( ) -oils - make torches burn longer (need to relight burnt out torches) -treasures -vendors -traits |