October – To The Rescue! http://totherescuegame.com The dog shelter simulator Tue, 22 Oct 2019 06:30:02 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.3 Dev Diary #2: Dogs++ http://totherescuegame.com/dev-diary-2-dogs/ Tue, 22 Oct 2019 06:29:58 +0000 http://totherescuegame.com/?p=591 Another Dev Diary about the progress of To The Rescue!. If you want to hear about them as soon as they go up, join our Discord where we always post the links first.

This is probably going to be a shorter dev diary entry than the last one, which means it will be more in character with what they are going to be like moving forward. We’re hoping to use these as short, to-the-point summaries of the work we’ve been doing so far. If we’re doing them as often as we should, we’ll try to keep them pretty focused on the most recent work rather than trying to play catch-up after going so long without an update. Don’t hesitate to drop some feedback about these diaries, and if there’s anything in particular you want to see next.

Pictured: a screenshot of the prototype Superdog event featuring our dog, Keanu!

For now, we have just one small (but exciting!) feature to update you all on. And that’s Superdogs! If you remember from the Kickstarter campaign, some of our higher tiers allowed for custom Superdogs to get added to the game. We’ve began the process of implementing them, so that rare (and always 5-star rated) dogs can spawn in the shelter.

To elaborate a bit more on how they will effect the game: Superdogs will be rare spawns that can occur that are similar to normal dogs that end up at the shelter through other means. Superdogs, however, as special! While most dogs that end up at the shelter are randomly generated, Superdogs will have predefined appearances and traits (some of which will be totally unique). Additionally, they will always have a maximum adoptability of 5 stars no matter what their traits are, so they will often get adopted quickly.

We really liked the idea of including fun Easter egg dogs (Easter dog eggs? uhh…) in the game that could appear randomly, and we also felt that it could be a great way to give our Kickstarter backers something special in the game, since our backers are dog lovers, too!

We’ll have more screenshots soon featuring their unique features on their dog folders, but for now, know that they are well on their way.

In line with this Superdog news, we are also gearing up to start sending out Kickstarter backer surveys within the next few weeks, so stay posted. And backers, start thinking about what sort of content that you want to add, based on your tier!

Social Media AMA

We recently also held an AMA on Instagram and Twitter, and got some really awesome questions! Be sure to check out our social media channels to check those out if you’re curious, and if you have any other questions and missed the live AMA, you can always ask them in the Q & A section of our Discord channel.

Thanks everyone!

– Olivia, Tanner, and the rest of the TTR Team

]]>
Dev Diary #1: New Beginnings http://totherescuegame.com/dev-diary-new-beginnings/ Thu, 10 Oct 2019 16:51:32 +0000 http://totherescuegame.com/?p=582 Quick Note: This is our first Dev Diary in a while, but we are setting a goal to do these with more regularity! If you want to hear about them as soon as they go up, join our Discord where we will link them immediately.

Last month we took the game to PixelPop 2019 in Saint Louis which is an indie games festival. You should definitely check it out! It was kind of a milestone for us because PixelPop 2018 was the first time we showed TTR to a large audience and it felt great to see how far we had come in that year. We got to hear from some awesome fans that said they had been looking forward to playing TTR all year and some folks who supported our Kickstarer. Both trips generated a ton of great feedback and really helped us identify parts of the game that work and parts that need some work.

Booth all setup and ready to go!

One of those parts that needs some work is definitely the intro to the game and the tutorial. Mainly because they didn’t exist until recently! Our expo version of the game dumps the player right into the end-game shelter so they have access to everything, which is awesome to show off all the cool mechanics the game has to offer, but only if people know how to use them. Building a great 5 minute demo for sim-management games is tough because they often rely heavily on the UI, longer game cycles, and a steeper learning curve than some other genres. Our approach until now has been to verbally guide players through the mechanics until they got the hang of it, but this hasn’t been a great approach for cons and it doesn’t work at all for sharing the game with people remotely. Something had to change.

After returning from PixelPop this year, I decided to shift my focus to creating and polishing the first 30 minutes of the game. In the first 30 minutes of the game these things should happen:

  • Establish the story and define who the player is.
  • Teach the player how to control their character and interact with the environment.
  • Teach the player how meet the basic needs of the dogs in their shelter.

If we can accomplish all three , I think we will have a much more effective demo for people to try the game and ultimately a more improved experience overall as they will better understand the mechanics!

Establishing the Story

A story element has been planned for TTR for a long time but this marks the first real implementation in any substantial form. We want to start out by immediately demonstrating the player character’s passion for dogs. In a town without a shelter, they’ve turned their garage into a makeshift kennel.

We open with the player character bringing home a stray they found in dire straights. This gives us an opportunity to work in some dialog to establish their personality. You’ll get that dog fed and watered, but it’s not long until more strays show up. By the end of this section of the game, they player will find out the city is opening a municipal shelter and is looking for a director to run things.

To give this opening a bit more of a dynamic feel, we are creating an opening cut-scene to give the player some context and a little time to orient themselves to what they’re doing and what their goal is.

Teaching the Player

Conveniently, the methods we want to use to control the camera and scene during story cut-scenes will also work to guide the player through the tutorial! Using the timeline in Unity we can animate the camera, restrict player input, and control other items in the scene. This lets us slow things down and emphasize one element at a time to the player.

Consistently, the two things that most players have struggled with in the game are navigating the queues of items and the player character’s two-handed control scheme. The interactions are proximity based and break down into two categories: Things the player can pick up and stationary things the player can use. Stationary objects can often contain multiple ‘holdable’ items and using those items on stationary items can yield multiple results. For instance, the vaccine cabinet contains several vaccines and you can take those vaccines and use them on the medical table containing a dog to vaccinate them .

So first we teach the player that they have two hands that can contain different items and how to use those items.

And then we will teach players how to cycle through the hidden list of contents of items using ‘Q’ and ‘E’ by guiding them to pick up a specific box of dog food.

There is still a lot of work to be done in this opening segment of the game, but hopefully this opening segment will help acclimate players to the game more smoothly than our current approach!

]]>