-
Notifications
You must be signed in to change notification settings - Fork 0
Costume creation guide
First, you'll need to get the base sprite sheet for your character. Choose your character from the following list.
Next, open your sheet in an image editor and start designing. Please make sure to keep the dimensions of the sheet and the placement of the sprites EXACTLY the same. Doing so allows you to easily test the sprites in-game and makes it more likely your costume will make it into the released game.
The game looks for costumes inside the costumes/<character_name>
directory. For example, if I wanted to test out my Ridley Scott costume for Troy, I'd save my ridleyscott.png
sprite sheet to costumes/troy/ridleyscott.png
.
The costumes
directory lives inside the save directory for Journey to the Center of Hawkthorne. This location is different depending on your operating system.
- Windows XP: C:\Documents and Settings\user\Application Data\Love\hawkthorne\costumes or %appdata%\Love\hawkthorne\costumes
- Windows Vista and 7: C:\Users\user\AppData\Roaming\LOVE\hawkthorne\costumes or %appdata%\Love\hawkthorne\costumes
- Linux: $XDG_DATA_HOME/love/hawkthorne/costumes or ~/.local/share/love/hawkthorne/costumes
- OSX: /Users/user/Library/Application Support/LOVE/hawkthorne/costumes
Play Testing
Game Design
- Story Summary
- Gameflow
- Characters and Enemies
- Areas
- Inventory and Items
- Gameplay
- Interface
- Attacks and Damage
- Frequently Asked Questions
- Future Episodes
Development Guides
Episode Resources