About Covenant
Entries
Ludum Dare 26 | Ludum Dare 20 | Ludum Dare 18 | Ludum Dare 16 |
Covenant's Trophies
Archive for the ‘LD #18 – Enemies as Weapons – 2010’ Category
Conquest Post-Mortem
And another competition has gone by… Awesome fun this one…
Time for a quick postmortem of my entry, Conquest:
What Went Right
- Theme: My first impact with the theme was “I hate this one”… On retrospective, it is an awesome theme, really made me think out of the box
- Initial concept: although it took me 3 hours, I got an idea that really got me excited and thought it fit the theme
- Excitement throughout: I was excited with the game the whole time, instead of being excited for 2 or 3 hours and then losing momentum.
- Tracing: the idea to trace over the graphics made by Oryx for the Assemblee competition for the characters was great: it allowed me to save time and have something passable visually.
- Music: I was scared of leaving the music for the end, and with good reason… didn’t have much time to do it, and had to use WolframTones… Although my first tries didn’t yield anything decent, after a bit tweaking the parameters I got something that while it isn’t Mozart, it’s passable for 48 hour game music…
- Cutscenes: While not terribly interesting, I really love doing those small cutscenes, they add to the flavor and they’re fun to program (even though they took me 2 or 3 hours to get right)
- Using my LD framework instead of my engine: I was going to participate on the jam instead of the compo, but looking at the idea I had (and the fact I thought I would take 10 or 12 hours completing the game) made me go for the compo. My engine wouldn’t have given me any advantage over the framework anyway…
What went wrong
- Time managment: What I thought it was going to be a 10 hour development cycle for this kind of game turned into 28 hour… So my managment and estimation was appaling.
- Family visiting: Although I love having people over, having family visiting on the weekend took away some time I could have spend programming… thankfully my wife did most stuff by herself, leaving me with just entertaining the guests… while I wasn’t running towards my office to program a couple more lines (jeez, I sound like an addict…
)
- Bugs: Ran into some bugs after the deadline, which meant the game seems more buggy to everyone than it seems to me… :\
What went “meh”
- Thousands of ideas flowing through my mind while I programmed the game… This is a mixed blessing… I look at the game as it could be, while people will look at the game as it is…
Lots of ideas made me be excited about the game the whole time, but it also was source for some frustration, since I couldn’t put everything I was thinking off…
The game has circa 2000 lines of C++ code, and the framework about 17000 (most of it 3d related and stuff I’m not using though).
Tools used:
Code: Visual Studio 2005
APIs: DirectX 9 (Feb), FMod, Win32
Graphics: Photoshop CS4 (mostly traced from Oryx’s pack for the TIGSource Assemblee compo), 3d Studio Max 2010 (for title screen)
Sound: WolframTones (very awesome, only had 20 mins or so to play with it), Midi Converter Free (online free midi to mp3 converter)
Blogging: Zoundry Raven, Internet Explorer
Reading LD: Omea Reader
Listening music: Winamp
I’ll probably want to play around with this idea for a bit longer, add some of the ideas I’ve had during the development… Hopefully I’ll post the new version in the future, albeit I don’t know when, since I’m starting a new job next week… :\
And done!
It’s finally done… You can download it from the competition page, or from here.
Should work in most Windows machines, although I only tested it with Windows 7 (64-bit)… But all the code is pretty straightforward, and I’m using old libraries (FMod, for example)…
It might require DirectX 9.0 (Feb. Update), you can get it at Microsoft.
It may also require the Visual Studio redistributables, which you can the 2005 here or the 2008 here. I’ve done the game in VS 2005, but sometimes the 2005 redist don’t work for some reason, so that’s why there are two links…
Hope you like it, any comments are appreciated!
Tools used:
Code: Visual Studio 2005
APIs: DirectX 9 (Feb), FMod, Win32
Graphics: Photoshop CS4 (mostly traced from Oryx’s pack for the TIGSource Assemblee compo), 3d Studio Max 2010 (for title screen)
Sound: WolframTones (very awesome, only had 20 mins or so to play with it), Midi Converter Free (online free midi to mp3 converter)
Blogging: Zoundry Raven, Internet Explorer
Reading LD: Omea Reader
Listening music: Winamp
I have lots of ideas on how to make the game better, from gameplay logic (less random enemy selection, which would lead to more tactical gameplay) to additions to the gameplay mechanics (more spells, more direct control over the game itself, more unit types)…
Some of them I might add tomorrow at the Jam, if I feel like it (but I doubt it… Spent more time than I though on the competition… after all, I was just going to participate on the Jam!)…
Anyway, I’ll write a postmortem tomorrow (and look forward to reading yours, and playing your games and whatnot!)… At the time of this writing, already 142 Compo entries, and 3 for the Jam… Less than LD17, but more than LD16… And this number might swell afterwards…
So good job everyone, I had a terrific time, think that for the first time I did a game that doesn’t completely suck and looks acceptable…
Catch you all later!
Level design done…
Level design done… it needs tweaks and such, and I’m missing more classes, to be honest, since the game becomes more complex…
Better rules for choosing targets would also help, since the current system doesn’t allow for the player to really be tactical in the game (too many random factors)…
Still, the game is fun, and since it has infinite retries (and one savegame, so even if you quit you can resume where you dropped off), it let’s you try different approaches…
I’ll ask people to stick to it, since the end cutscene has a twist!
Yep, I’m a regular Shyamalan… “What a twist!”
Anyway, screenshot of level 6 in full swing:
Time to add sound and music to the game, still have almost 3 hours for that… and try this in Release mode (been playing this in Debug build… hope it doesn’t bug out in Release *cross fingers*)…
Time to fire up Sfxr (DrPetter is a god!)…
Initial cutscene…
Finished the initial cutscene and the one at the ending of the game…
Basically did the same as on my “Exploration” game, with different graphics and some more “bells and whistles”, but not much… This would be so much easier using scripting like Lua or something…
Anyway, it’s pretty cool (I think) and it sets the mood for the game… Now to design some levels and see if I’ll have spare time for sound and music…
Tasklist:
- Level design (7 levels)
- Startup gems
- Sound
- Music
Main menu and instructions
Main menu and instructions are done…
Instructions are quite tricky to get right, since the game has quite “strange” mechanics… probably would be easier with a tutorial that would introduce the mechanics and units one by one… this way it might be a bit overwhelming, but no time for anything better…
The game has an interface issue, because it’s sometimes hard to understand exactly what’s going on, what unit is attacking which unit, etc, but that’s also due to my meagre drawing skills…
Anyway, still loads of stuff to do:
- End-of-game screen (when you overcome the 7 levels)
- 7 levels
- (something I just remembered) Initial gems inside the keep to help the player
- Sound effects
- Music
Be back in a while with some more stuff… the clock is ticking… less than 6 hours to go…
Back to work…
Family left, so back to work… hopefully my WoW guild won’t need me tonight and I’ll have 3 more hours to finish this for the compo…
Title screen is done, and it’s sweet!
Changed the rock graphics to trees, aswell, since it looks much better, to be honest…
Still some stuff to do:
- Main Menu
- Intro/Story cutscene
- Instructions
- Final success (7 levels overcome)
- 7 levels to design
- Sound effects
- Music
If I do all these, I consider the game to be done, and will probably just tweak it and get some more features for the jam…
Back to overdrive…
Gem system inplace…
Woke up, had breakfast (dang, forgot to take a photo) and got back to work… won’t have much time today to work on this (unfortunately, my mind is full of ideas for this game!), so I’ll have to make time count…
Working on main game logic (intro->main menu->level->level->game over->main menu, that sort of things)… Hope I have time to make a small cutscene like in my Exploration game…
That was really cool… if not, I’ll do text and static images, which work aswell… probably will do static images today and cutscene tomorrow for the jam…
Anyway:
Gems give mana, health or wall-strenght… going to draw the game over screen when the enemies grab the ring (there’s 7 rings, and none of them can be caught, those are the levels).
Then, to make the level time thing to allow the player to go to the next level, and main menu… after that, design the 7 levels (only have one so far), add some instructions and music/sound… Lots of work still ahead and about 6 hours to work on this total…
Calling it for the night…
Last hours have been most productive… I added 4 types of enemies (soldier, archer, dragon and wizard), each with their own special strenghts and weaknesses, and different types of attacks (melee, ranged, aoe)…
It was easy adding them in my data-driven system, which is totally awesome, at least that’s well design…
There are still balancing issues, although not many… still not a game, missing the power gems (to restore mana, health and “wall strenght”), game over and win conditions, m…ore levels, title screen and instructions… Instructions are particularly scary, since the game is quite complicated already from a mechanics standpoint… and I didn’t even add more spells and RPG-like attributes like critical strikes and attack speed.
Some graphics need lots of work aswell, and it would be nice if the characters would face whoever they’re attacking, but that will take much longer than I have, specially considering my drawing skills…
Tomorrow I own’t have much time to work on the game, since I have family visiting… going to try geting most of the work done in the morning and at night, specially late night (after 11pm or so until 3am, which is the compo’s finishing time in my timezone). Want to have a complete game with sound, music, title screen, instructions, game over and several levels… the rest of the stuff I’ve been pondering about (more spells, RPG-like damage system, etc), will be left for Monday (so it can participate on the Jam aswell).
Anyway, nice for about 10 hours of work… all data-driven and such…
GUI and core gameplay logic done…
Finished lots of stuff… The GUI was pretty easy, and it doesn’t look half bad (I’ve done worse in the past, eheheh):
Still need to add some information on what’s the blue bar and the other bar that will be shown later (showing the progress of the super spell that’s being cast). Also left space for other spells, if I have time to make them work (game logic system already supports it, just a matter of implementing each spell).
Also done the possession logic:
The possessed soldier (the blueish one) has just killed another soldier (hence the grave), by dealing 25 points of damage… Different unit types deal different damage to the others… this way I can have archer units dealing more damage to dragon units than soldier units.
Currently, the fight system is done through a “I hit you, you hit me” thing, although I might want to add some randomness to it (just because it’s cooler), and even critical hits (because they’re even cooler!).
The game also implements an agro table so that the enemies attack whoever is dealing them more damage (which will make them prioritize, hopefully).
Not sure on what to do next… probably I should finish the game, with just some more units types (trivial to add) and game over/next level/success conditions, so I can try to balance it. That would leave me with whatever time I can gather on Sunday for polish and the Monday for all the spells and abilities I’d like to add to this game (although it could only be used in the jam then)…
Anyway, haven’t had this much fun doing a game for a 48-hour compo for some time now…
Advancing army…
Got some more game logic in the game: the army now advances…
The army can only spawn in grass-tiles on the left side, and it advances choosing randomly a direction (up, down, right), prioritizing up and down (to avoid having too many “straglers”).
Took me longer than normal, since I did an XML system to be able to customize any unit… so adding new units, is just editing the XML file (data-driven code ftw!).
The sprite is traced from Oryx’s sprite pack from the TIG Assemblee competition (really like that pack)… I zoomed it in Photoshop than placed all pixels by hand in a new image, adding the small feet animation aswell… Think this is allowed and it looks much better than something that I started without a reference… Going to do that for the rest of the graphics, since it looks nice…
Now to get some wall-destroying logic going… The army will only attack the wall if he can’t move forward anymore (the army never retreats!).
Lunch and tilemap ready…
Just finished my lunch:
Good chicken takeway…
Anyway, got the tilemap working, which is read from a text file…
The blue thing on the right is the castle… need to change the colors, looked better when I was drawing it… Maybe swap the rock for trees for “impassable” and use grey for the castle walls…
Anyway, now to get the army moving…
An idea!
Had breakfast (bread and liquid crack AKA Nestea Orange):
and inspiration hit me… I actually got a decent idea!
The idea is a mix of Bejeweled, Puzzle Quest, Possession Mechanics and Tetris…
An invading army is attacking your castle and you have to possess the right type of enemy to deal more damage to the surrounding units… It’s kind of complicated to explain without visual aids (hopefully, or else I won’t be able to do decent instructions and nobody will understand my game).
I think this is pretty simple to implement, so I won’t use my engine and go back to my old LD#17 framework to do the game… if I’m lucky I’ll be able to make the compo instead of the jam, let’s see…
Going to use placeholder graphics until I have a firm grasp on what I’ll need to actually draw…
Really excited by this one…
Just starting…
Just woke up… and I don’t like this theme… need to brainstorm for a bit to find something…
There’s lots of different options (since I can’t find any clever way to “corrupt” the theme):
- Possession mechanics
- Use the bodies of enemies as weapons
- Create new weapons from the body of fallen enemies
- ….
Not terribly original stuff… I’m participating in the jam, so I got a bit more leeway if I can’t find anything decent to do.
Desk photo:
Now to have some breakfast and think about a decent idea…
Ghosts of the past…
Well, just posted to express my intent of participating on this Ludum Dare… I won’t have the whole 48 hours to work on the game, so I decided to go for the jam instead, and since I’m at it, I’m going to use my own C++ engine, some assets from old games I have laying around, etc…
And since all the cool kids are doing it, montage of previous LDs:
If you want to see bigger images and links to the games, point your browser to http://shadowcovenant.com/blog/2010/04/13/ludum-dares-48-hour-competitions/ .
Good luck, everyone!





















