Skip to content

ExperiencersInternational/HappyIslandDesigner

 
 

Repository files navigation

Happy Island Designer and Island Name Generator (Alpha)

Click here to create your own island map!

https://flynnfarrow.github.io/HappyIslandDesigner/

Click here to generate your island's name!

https://flynnfarrow.github.io/ACNHIslandNameGenerator

Introduction

Once I saw that you could customize your island in the AC direct, I was inspired to make a tool that lets you make your own island. Several dozen hours of work later, I have this! This is an alpha build, so some things may be wonky, and the maps data may become incompatible with future versions.

Click here for technical details.

Click here for local development info.

Features

  • autosave
  • undo/redo
  • zooming
  • Choose between flat icons or high quality renders for building icons
  • Save an image of a map and load the image back in to recover your map (the map data is encoded in the image)
  • Click the tool icon a second time to hide the pop out tool menu
  • Brush size selector
  • Line toggle buttons
  • Mobile - pinch to zoom and two finger swipe to scroll
  • Generate a free island name

Hotkeys

  • Hold down SHIFT to draw straight lines
  • Hold down ALT and click a color to switch to it
  • Hold ALT and scroll to zoom
  • hold SPACEBAR and drag to pan

Known Issues

  • Note that if you edit/compress the saved image, the encoded data will get corrupted. If you're sharing a map, make sure to use an image host that doesn't compress the image.

  • The UI isn't really optimal for mobile, but at least it works.

  • The UI will be cut off if you hold your phone in landscape mode.

  • Images will not load even if it's not edited/compressed

FAQ

The browser crashes every time I open it!

The autosave file might be corrupted. Open the browser console (hit F12) and run this command editor.clearAutosave() to remove your autosave file.

Why does this tool exist?

This tool exists to help Animal Crossing New Horizons fans customize their island as much as they want! I recommend you run this tool once your at your island and your just before the naming ceremony (as were planning to add a name generator to HID!).

Future Enhancements

  • Choose from multiple starting templates
  • All the icons
  • Island name banner
  • Text labels
  • UI overhaul
  • Isometric view??

Contribute

Please let me know if something isn't working or if you have any feedback!

Sprites

I am in dire need of icons for all the buildings/plants. If any of you have nice looking icons and are willing to share, I'd like to use them (and of course give you credit).

Maps

People could help me by recreating these 24 maps and sending me the map data, either by sending me a non-compressed version of the image file or pressing '/' and grabbing the map data that will be output in the browser console. Then I can offer all of these templates in that menu.

Credits

(in beta)

Packages

No packages published

Languages

  • JavaScript 98.3%
  • HTML 1.7%