Just setting up a spot for myself for my new project “Coldfire Keep”.
The game is an old-school, first-person, grid-based RPG. The game features lots of secret areas to discover, puzzles to solve, an interesting plot, and lots of interaction/dialog between the party characters.
I’m currently working mostly on the game systems programming and on environment modelling. Once all of this preliminary work is done, the game should just come together… a little like Lego
I have a couple of partners in crime who are handling the majority of the artwork (2D UI elements, 3D static props, 3D creatures).
I’ll post anything interesting here that happens to come along during the development process. And I’ll definitely post some screenshots shortly once I complete the layout of the first environment and get some of the temporary UI replaced with “official” stuff.
Yeah - I know exactly what you mean by that. I added a tiny pause between steps when holding the button for continuous movement to try and give it a “stepping” feeling. Some easing on the actual movement might help though. Will play with that.
I love these ‘Dungeon Master’ type games. Actually I am currently playing Legend of Grimrock and am loving it. Can’t wait for this… keep us posted on progress!
you should also enable navigation to a touched location. you could easily tell which tile was touched with a raytrace and then walk there without move-stop-move-stop while keeping tile-based-navigation - but of course keep the key-control for the hardcore oldschoolers ;D
I was looking to create a dungeon like this, as practice on my modelling. But I want to do it a modular style so I can model a bunch of pieces, hallways, turns, etc, and then piece them together on a grid in unity.
Where did you learn to make modular pieces like that?
I am guessing its self explanatory, but I was wondering if there is any tricks I should know.
To quote myself, “Currently playing the best game to be released since 1987: a little thing called Legend Of Grimrock”
I’m on my second playthrough - it’s an incredible achievement for those guys. I feel like a little kid again playing it.
I’m not keen on messing with the formula when specifically trying to “revive” a style. The old square by square movement is the thing I love most about these games. Also, it wouldn’t really be possible to “touch to move” as the screen space is where items are, you’re throwing things, etc. I am thinking about adding a couple of small things like a “sprint” button that helps you evade some traps and monsters, and… some other little tricks I have up my sleeve…
To be honest, this is the first serious modelling I’ve done, so I wouldn’t put too much faith in my “technique” In my previous dungeon crawler (Descend) I used DeleD to build the levels as a single piece of geometry. This time I wanted to do things “properly” and make a much more flexible system. I just bought myself a copy of modo501, watched a few tutorials, and started making pieces. I did maybe 10-15 “prototypes” before I started to get the hang of things and then made the “official” parts. I’m putting the levels together in modo and then exporting an FBX to Unity. Apply occlussion culling, light mapping, and you’re pretty much ready to run around and test some code. I will say this: modo501 is the smartest purchase I’ve made since Unity Pro.