-
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. This means individual sprites MUST fit into a 48 x 48 pixel square. 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 Hawkthorne Costume Tester allow you to preview your costume without having to run it in the game. Once your sure it looks good, then you can submit it to the subreddit.
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: One of the following
C:\Documents and Settings\user\Application Data\Love\hawkthorne\costumes
%appdata%\Love\hawkthorne\costumes
-
Windows Vista and 7: One of the following
C:\Users\user\AppData\Roaming\LOVE\hawkthorne\costumes
%appdata%\Love\hawkthorne\costumes
-
OSX:
/Users/user/Library/Application Support/LOVE/hawkthorne/costumes
-
Linux: One of the following
$XDG_DATA_HOME/love/hawkthorne/costumes
~/.local/share/love/hawkthorne/costumes
You can submit your costumes either to the /r/hawkthorne subreddit or open a pull request on this repository
Happy costuming!
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