Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

miheh

23
Posts
1
Topics
6
Followers
13
Following
A member registered Jan 29, 2018 · View creator page →

Creator of

Recent community posts

A fascinating use of the VN format that really emulates the feeling of nature documentaries. Thoroughly enjoyed the latest chapter and experiencing the previous chapters with the new voice text, which only made the docu-feeling stronger. (The voices with the helicopter/base communication really sounded legit). Cheering for the little whale. Thank you for this experience!

A stealth game, a stealth game! This was a fun one, for sure. The mechanics were introduced well and the variations on the room maps are definitely something I can imagine being expanded upon. (The last level was immensely satisfying, due to the more finicky jumping bits to avoid vision circles. It wouldn't have been as satisfying if I didn't have to work to get there, you know?)  Compared to the great raptor sprite the humans look a little weird, but it made them stand out against the background. Great job!

Ah, thank you for catching that! I'm glad you liked it, with it being not what you usually play! Haha, music and sfx will be incoming in an update. I just didn't have time during the jam.

First of all: good job on getting the game done during the jam! I enjoyed playing through it. The axe swinging was fun, and the problem solving reminded me of games like Superliminal or Portal! I couldn't make out what the narrator was saying, but I got the gist eventually. The boxes also dropped at a really high rate if I didn't position or move my camera right, but it wasn't a dealbreaker. Again: great job!

What a funny game! The perspective is interesting to get to know and the movement feels nice to control. I really liked the animation for the security folk dropping in from the sky, that added that last bit of funny to the whole thing, like a garnish.

Congrats for doing the jam! And good work!

Hi! Thank you for playing! I'm glad you liked it.

For now there are no sounds or music in this game. I may put them in later, haha.

Game Title: Liturgy

Information/Pitch: A Visual Novel exploring different areas (only two right now, including the intro) and learning about the world and its deities.

I'd like feedback on: The flow. The interactivity - too little? Too much? Any code issues? And general feedback is great! 

I really liked this jam, it was exhilarating to have this game come together and working through problems with the code was a great feeling. 

Thank you so much for playing! I noticed the labeling error a little too late yesterday but fixed it today! I'm definitely going to keep updating this one until it's done, so you'll get to see the horse cloud in context hopefully soon!

Liturgy

A fantasy VN about exploring deities and those who worship them.

For all ages.

You can download it here.

Jam Day: 

It's out! It's out, it's out!  There was a hiccup with coding the random menus, but I decided to scrap them for less stress on my end.

But it's out!


You can download it here.

Coming up to the last days of the jam!

I'm zooming along, writing the intro. I worked so hard on getting the assets ready so I can keep working after the jam to update this game that I forgot about needing an intro! So that's what I've been doing.

I've also been fighting with my meager coding knowledge and scrolling through the Lemmasoft forums to see if I can cobble together a code that can do the things I want. It's been a real learning experience, that's for sure.

So here's what I got:


It took a day or so for me to finally make these options non-repeatable. It turns out, my variables weren't global! They were local to a labeled block, so whatever I did with them, they wouldn't do anything.


A sneak peek at the first location! It and possibly a side location will be the only ones available when the jam ends, but I'm highly motivated to keep working at it. I knew that after the jam my art output would really suffer, so that's why I spent the first week or so doing a whole lot of it that won't even make it into the game at launch! Haha, oh well.

Long Weekend Update: One week or so to go!

I can say that ALL core art is done for Liturgy! In total, I have 11 backgrounds, and 6 'event' images. I decided against NPC artwork, not enough time you know? Maybe I'll do an update to add them in later.

Now I focus on writing!

But for the update here, I'll leave with images you'll find in the beginning of the game:




Day: I lost count. What day number is this? 6? 5? Anyways, 9 more days to go!

I did more writing today. Finished another picture. I'm probably not going to be able to fully finish the game, which is to be expected!

But I will be able to at least get the introduction and the first one or two locations out. That's the goal, anyways. Even if I get one out, it'll be a good thing! I can always continue to update after the jam.

I finished writing the segments for the first location: the Indolent Sun's Archives!

Of course, I did all the art for later locations, but I'll have to take care of the Archives' backgrounds next, haha.

Day 5: Ren'py at last!

Day 5 and I said to myself, Okay, time to dip into Ren'py and get everything set up so you can just put all the assets in and copy/paste the script in. So after reading the documentation, watching a couple videos, I opened it up.

....and immediately got my bean freaked. I'm very new to coding and to Python in general, so it was very daunting. The built-in notes and tutorial in the engine really helped me get a handle on what to do and what things are. I did struggle a bit with my images and how to put a side image in, but I found a video that helped with that really quickly.

And it was only after trying to put in my backgrounds and sprites that I realized: ah, I have the image sizes all wrong. I had to have background images that fit in 1280 x 720 instead of the ones I had before. So I went back into the image files and fiddled around with resizing them to make them fit. No problem.

But then I looked back at my game and I remembered I wanted the image to appear 'above' or higher than the text box, so as to not be covered up by it. Now how would I do that? I was recommended fiddling around with layers, but I was hesitant to mess with those, since they can also mess with how menus look. I don't know how much menu work I'll have in Liturgy but better safe than sorry, right?

So I decided to try and treat the backgrounds as 'character sprites' as in the ones that appear in the middle of the screen, above a background. I made a black background 1280 x 720 and loaded it into the game. Then I took the height of the text box and laid that over the image files in Clip Studio Paint. After that, it was resizing and ratio-ing the images until they looked okay. Luckily I only had to do that for 4. Going forward, I know better what to look out for and how to format the images in the first place.

I could even put an actual character sprite over the makeshift background like so:


Don't pay any attention to the placeholder that came preloaded with Ren'py, though the contrast made me laugh.

The last thing for the day was to move around the side image of the acolyte's head. If you look at day 1 of this log, I wanted the image to be poking out of the text box instead of within. So I tried editing the .rpy file the best I could.


I kinda like it, but am unsure whether or not to stick with it. I feel like it helps disrupt that sharp line between textbox and 'background,' and puts the acolyte  more subtly involved in the scene rather than separately.

Day 4: HEAT

The heat really sapped the energy from me at work, so I didn't get any art assets done. I was able to bang out about 2 'events' in writing however. Tomorrow seems like it'll be another hot day, so there will be more writing and possibly a start in Ren''py.

A snippet of an introduction to the first location you travel to, after the introductory segments:

Here you can see how your mountains have stolen the clouds from this sky. A vast expanse of blue, almost endless, and without a wisp. Beneath your wings, you see grasslands, with copses of thick-bodied trees with wax-covered leaves. Sometimes you catch sight of herds in the distance.
This is Verdan, and its cities lie to the west, close, but not too close, to the capricious rivers that flow from high peaks. But that is not your destination, and the deities who lie there are not the ones your path will bring you to.
The path you’d chosen leads you north, where the lush green grasses grow yellow and red under the sun’s wakeful eye. Towards a compound that sprawls across the landscape, even peppering the sides of the neighboring mountain. Bound by low walls that only seem to note its boundaries instead of keeping anything out, the Indolent Sun’s Archives welcomes you.

I haven't used Ink/Inkle/Inky myself, but I've had my eye on it. Have you looked at Calico? (by Elliot Herriman). I don't know whether or not it'll help, but since you mentioned ink, I thought I'd float it by.

Looks great so far!

Good luck with the program you choose! 

(2 edits)

Day 3: More Art

Another day, another bundle of backgrounds! I thought I might break down my process and how I can consistently do these until they're all done.  I've mostly been pumping these out on paper before photographing them (I don't have easy access to a scanner unfortunately). For example, I'll use the image from Day 2's update of the Hunt.

So I start with a thumbnail, which I'll doodle and plan during my free time during the day. Mostly right now it's during my lunch break.

liturgy_thehunt thumb

From there I'll upscale it when I'm home again in my sketchbook, using loads of references and trying to get a good silhouette. Sticking to a monochrome color palette means that the shape is just as important as the light/darks, so I want to get it just right. For this pic, I looked up a lot of horses and also clouds (thanks, Mad Max Fury Road!)

liturgy_thehunt paper

After I get the shapes and everything just so, it'll take too long to try to clean all my sketchings up in my art program (Clip Studio Paint), so I slap a piece of tracing paper over it and ink it with a pen.

liturgy_thehunt lined

After this, I'll take a picture of it with my phone, send it to my computer, and clean it up. I'll block out the colors and tweak and tweak until it's just right. You can see the final image in the previous post.

Anyways, an update on the day's work: I've done a lot of thumbnailing, and I've completed about 3 more backgrounds. I'll show a preview of one that was in-progress here.

liturgy_thecoils

This particular location is what I'm calling 'the Coils.' Here is where a side event that will use all of your time there in exchange for a special sequence, and potentially a new ending takes place.

Speaking of, Locations!

Locations are super important for Liturgy. They're your main base for your new 3-4 'moves' and the location of a major deity. I've split the locations into two regions, Santuzari, and Tempat. Each region will have about 2 major gods, and 2 traveling gods, and a number of minor gods/encounters as well. There will also be an introductory location I'm tentatively calling the Roost, home of the triumvirate gods that will advise you and help you on your way.

An image-heavy update today, but I want to get these done. I'm going to work on NPC thumbnails in between these backgrounds, and start writing words for these images as well. Later on in the week, I'll open up Ren'py and start setting up the UI and look of the game, once I have a set of backgrounds/NPCs completed, which looks like it'll be soon!

Progress:

Visual Art: The Acolyte Expressions (DONE), Backgrounds (5/??), NPCs (THUMBNAILING), Choice Backings styled as cards (IDEA ONLY) - shelving this idea for the moment, maybe when I find time.
Written Word: 10% Done, 100% Outlined
Programming
: None Whatsoever, 0%

I love the inspiration to this and the kottabos game sounds like a great thing to incorporate! I'll be keeping an eye on this devlog for sure.

(2 edits)

Art progress!

I've finished the basic expressions of the acolyte. I'm sticking to these basic ones, to not bog down the development as much.

Acolyte Faces

Speaking of assets, I've decided to keep the colors monochrome, to keep the workload down. Looking at my outline, I have about 5 major deities with their own locations, 4-5 minor/hidden deities, and 2 traveling deities. I'm thinking, to keep the workload down, I should think about the minor deities not having a full background of their own, but maybe a 'cutout' style image to layer over the main background of the location.

Speaking of backgrounds, I was able to thumbnail a few ideas yesterday in my sketchbook. I'll be referencing these while preparing the assets to place in the game.

Liturgy Thumbnails

A weakness of mine is taking a long time when I do digital art, but I can pump out traditional art with a good, soft pencil quite fast. And even faster when I don't have to worry about colors. So I was able to finish the main background of a traveling deity.

Traveling deities are encounters that I'll set to random chance. Perhaps while moving between locations, you might have their events fire, but on other runs you might not have that luck. There are two I have planned for this game. But without further ado, I introduce the Hunt.

Progress:
Visual Art: The Acolyte Expressions (DONE), Backgrounds (2/10), NPCs (THUMBNAILING), Choice Backings styled as cards (IDEA ONLY), 
Written Word: 0% Done, 100% Outlined
Programming: None Whatsoever, 0%

Thank you! I'll definitely be reaching out here for playtesting and making sure the events are working as they should!

(1 edit)

Liturgy is going to be a Visual Novel made in Ren'py! This is my first time making a game, not to mention my first time working in Ren'py, so I'm excited to learn and see what I can do.

Liturgy is a fantasy game where you play as a young acolyte on a journey exploring the different places of worship in a certain area, a tradition to place trainees in the service of the deities they find a kinship with or have an interest in. Perhaps you'll decide to settle in the hall of the World-Eater, or perhaps find fulfillment in the court of the Phoenix. But you'll never know unless you go.

Gameplay
As a Visual Novel, the main mode of 'gameplay' is reading and making choices. The idea is that in each location, you'll find the major deity you have come to learn about and have 3 to 4 actions to run through the entirety of your visit, with a final event to close it. In these events, you'll learn more about that major/main deity, learn more about the location, participate in certain happenings, or even find minor/hidden deities that are still worshipped. After the final event of the location, you'll be given a choice to make: settle here, or move on. You won't have time or the ability to explore everything fully in one visit, because of the random events I will throw at you.

 

UI Display Ideas (Paper)

I tried sketching my idea for a display, and ended up with this idea. I might tweak it, especially if I can't get it to work in Ren'py.


UI Display (Near-Final)

I'll be making the assets myself, but I don't think there will be sound in this particular VN. Maybe sound effects, but no songs. Scope, yanno?

Plans

We have two weeks, and within those two weeks, between work, I'll have to have:
Visual Art: The Acolyte Expressions (DONE), Backgrounds (THUMBNAILED), Choice Backings styled as cards (IDEA ONLY), NPCs (IDEA ONLY)
Written Word: 0% Done, 100% Outlined
Programming: None Whatsoever, 0%

I want to have all the art assets, or at least one location's worth of assets done before I touch Ren'py and play around with layouts.


Whew, that's a lot to do, but I'm here to have fun and see what we can do!