Stouthollow Tales: Devlog

Follow the development progress of this RPG itemshop management game: "Stouthollow Tales". Join us as we document the progress, trials and tribulations of an Item Shop game developed by a Husband and Wife team (Whistling Alpaca Games)!

0 comments
1 followers
14 entries
Advertisement
Iterating our design

We finally have a website! If you want to see more information about the game head on over to https://www.stouthollowtales.com/​​

If you want to join the discussion about our game you can go to our discord server: https://discordapp.com/invite/dSnNabg

Anytime you start a project like this it’s very e…

12,846 views
Whistling Alpaca Studios
February 24, 2020
Principles of Iterative Game Development

As always you can join our Discord

A very popular design methodology in the software industry is the agile methodology. The agile method relies on fast iteration whereby you constantly present the client with new builds of the software and get feedback. Using ideas similar to the agile approach, gam…

6,892 views
Whistling Alpaca Studios
February 03, 2020
Writing music and Being non-musical

When I started working on Stouthollow Tales and decided that I wanted to write my own soundtrack, I had just about no experience writing music. I can't read music, I can barely play parts of a few songs on the piano and guitar and before I really started to try, I was almost tone deaf. I still don'…

10,784 views
Whistling Alpaca Studios
January 31, 2020
Unity2D tuning environmental lighting for Stouthollow Tales

After we migrated over to the pixel perfect camera in the previous version of unity, and having recently upgraded our project to 2019.3.0f6 we wanted to start getting some of our environmental effects rolling. I briefly considered using particles but haven't dived into them because I haven't found …

3,351 views
Whistling Alpaca Studios
December 12, 2019
Trimming out features that are no fun

I recently added a tag to my Trello. I was working through my active coding items when I came across a ticket for my "Return Home" button. Which is basically a hearthstone that will return you to your shop's bedroom. The feature is intended to tether the user to their shop allowing them to venture …

3,000 views
Whistling Alpaca Studios
December 08, 2019
Our quest for Customization

Customization was a pretty far off dream in our game. Initially we labeled any idea related to customization as "2.0", or completely out of reach for our scope. We quickly realized that a lot of fun in the game would come from being able to customize both your character and your shop, so we set asi…

2,935 views
Whistling Alpaca Studios
December 03, 2019
Unity Spritesheets & Sprite sizing: Thoughts

We've been working with Unity and their built-in tilemap system for a few months now and we're very satisfied with it. There is a learning curve, but that's to be expected.

Thoughts on spritesheet spacing and sizing:

Well we ran into the infamous white line/black line issue which seems to pop back up…

4,711 views
Whistling Alpaca Studios
November 04, 2019
Migrating to Weighted Randomness

When we started working on this project we had the mindset of "Random is good enough". Most of our systems were running off of pure randomness, which for our very small data set was perfectly fine. If you had a list of craftable items to pick from, and you had 3 or 4 items, just doing at Random.…

3,018 views
Whistling Alpaca Studios
October 03, 2019
Top-Down Tilemap Character infront and behind objects

This is a very straight forward method to achieve this effect. The area behind the rock is walk-able and will hide the player in the render order and the front will show the player on-top.

I've been very happy with the way the tilemaps are working in unity, once you get used to it th…

8,598 views
Whistling Alpaca Studios
September 25, 2019
Who Manages the Managers? Unity system management

At this point in development you could say that we have a few managers running the various elements of the game:

Anything that requires singleton behavior gets a manager. From the guilds to the player's stores to the zones…

4,240 views
Whistling Alpaca Studios
September 04, 2019
Unity Tilemap White Line Issue

One of the issues we ran into is this fairly well documented Unity Tilemap white line issue. When you have a tilemap in unity, with really a large repeating area you''ll usually end up with a pretty glaring issue coming from the tilemap. You'll notice long, weirdly colored lines appearing vertic…

14,673 views
Whistling Alpaca Studios
August 30, 2019
Progress: First month of development
Unnamed Item Shop first month

In this devlog we'll be discussing the various aspects of what we did in our first month of development. We'll cover important things like what we accomplished and how we set our expectations and processes to get the most out of the time we had. One of the f…

2,922 views
Whistling Alpaca Studios
August 20, 2019
Managing UI between scenes in Unity

Coming up with a solution for managing UI elements across different scenes wasn't as trivial as I first expected. It's very easy to attach a canvas to a scene and call it a day. Initially I had all of my canvases attached to the first scene I expected the player to enter and then simply call Don…

3,677 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
9 Followers
15 Entries
10 Followers
johnhattan
Programmer
1,277 Entries
47 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement