Emmanuel Salva Cruz

Independent Game Developer

Level Editor

by

in

Playing around with the game last month, I realized that I have to downscale it by a lot. What I initially have in mind was too big for a one man project.

tomb1 tomb2 tomb3

 

I created this tomb dungeon area by hand and it took about a week. It had a lot of complex shapes, a lot of lights and uneven terrain. The textures were also a pain to setup. It took way too long and I had to think of another way to create levels quickly.

I ended up importing and modifying the Random Dungeon Generator from Crystal Story II. The code rewrite took a bit of time to get used to, but I ended up making it work. It’s now a mix between the room generator of Crystal Story and Crystal Story II.

Here is the initial test for the maze:

testTower0 testTower1

testTower2

t1 t2 t3

The Unity engine helped made data input easier. With this new process, I can just specify the type of wall needed and It will create it on the editor. I can then edit them freely and create custom rooms, put in treasures, npcs, etc.

I will be reusing the textures from Crystal Story II, so the levels will be similar. Here is the cave level I’m playing around with:

cave

c3 c2 c1