gather.town: Maps, tilesets, and assets oh my!

Sazdx c2aa82aacf moved all the "seating" objects to the uploaded folder after uploading to the dashboard. added additional folders inside the "To upload" and "uploaded" folders for organization 1 month ago
avatars 2356407fdf added 2 wearables and red color changes on some big objects with the new ramp 1 month ago
desktop app 6d13d69436 palette tweaks 2 months ago
email 06a23f32e2 Floors Tilesheets 3 months ago
extensions 7f263820f0 Moved extensions objects to a new Extensions folder 1 month ago
large splash art 81b62475c0 Virtual background and avatar concept sketches 5 months ago
maps 53c36c77d4 Tilehseet progress 1 month ago
objects c2aa82aacf moved all the "seating" objects to the uploaded folder after uploading to the dashboard. added additional folders inside the "To upload" and "uploaded" folders for organization 1 month ago
old files 217282abb5 special balloons 1 year ago
reactions 568ec6e560 New Color Palette 3 months ago
references 38c093592b style guide updates 1 year ago
resources 7f263820f0 Moved extensions objects to a new Extensions folder 1 month ago
sounds 51c42f06d1 Adds envelope sound effect 10 months ago
swag bf26210b57 Assorted Edits 1 year ago
tilesets 53c36c77d4 Tilehseet progress 1 month ago
tutorial 0d420c22ed Weekend 1 month ago
virtualbackgrounds ff8acbfe66 Color Palette Critique 4 months ago
website 7f263820f0 Moved extensions objects to a new Extensions folder 1 month ago
.gitignore 568ec6e560 New Color Palette 3 months ago
README.md 6960cf8a39 Update README.md 1 year ago
gather_terrains_4.0.png 53c36c77d4 Tilehseet progress 1 month ago

README.md

mapmaking

Maps, tilesets, and assets oh my!

Use

Basic Usage

"I just want one thing"

  1. Find the tileset(s) or map(s) you want. Download it.
  2. Expect it will get out of date.
  3. Download it again.

"I want all the tilesets"

  1. Click the green [Code] button
  2. Click [Download Zip]
  3. Extract the tileset folder to somewhere nice on your computer.
  4. Expect it will get out of date.
  5. Download it again.

Git Guru Usage

"I want to stay up-to-date"

  1. (recommended) use some sort of git management program (Fork recommended, Github Desktop also works).
  2. Clone this repo: https://github.com/gathertown/mapmaking.git
  3. To check for changes: [Fetch/Pull]

If you want to contribute you're welcome to make pull requests. Tilesheets

Because all the tiled files (TMX / TSX) use relative paths, we're golden. Everything is self-contained in the repo, or even if you have side-projects that reference this repo, it should still work.

File Structure

mapmaking

📁 avatars

wearable directories divided by type containing actual wearable files (.png)

📁 maps

map files (.tmx) / background files (.png) / foreground files (.png) / photoshop files (.psd) divided into project-based directories

📁 objects

object files (.png) sorted in various directories (categories)

📁 sounds

various sounds (.mp3)

📁 tilesets

tileset files (.tml) and source files (.png)

Tileset Naming Convention

for tilesets (.tsx)

Group Name #.x.tsx Where

  • Group is likely "Gather"
  • Name is the tileset name, like "Floors" or "Decoration"
  • # is the major version number. Like all versioning systems, the anything contained in a "major version" (to the left of the .) are compatable with themselves.
  • x is literally "x"

for tilesheets (".png")

group_name_#.#.png

  • group is likely "gather"
  • name is the tilesheet name, like 'floors' or 'decoration'
  • # is the major version number. Like all versioning systems, the anything contained in a "major version" (to the left of the .) are compatable with themselves.
  • # is the minor version number. Consider these small changes like little refinements or adding more items without moving anything around.

example:

  • Gather Floors 1.x.tsx points to gather_floors_1.3.png. If the tilesheet is updated (from 1.3 to 1.4) then
  • Gather Floors 1.x.tsx poitns to gather_floors_1.4.png.