Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.85 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.85 KB

Learn how to mod Wayward.

Documentation

  • +mod create & +mod update — Documentation on the commands used to generate starter files for modding, and updating script mods.
  • mod.json — Documentation on what all can be declared in the main mod metadata file.
  • Extracting assets — A guide on extracting textures, sounds, and more from Wayward.

Mod Content

  • Scripts — Create mods that change the functionality of the game, or add new content
  • Languages & Extensions — Adding new languages to Wayward, or adding translatable strings to mods.
  • Customizations — Adding new hair styles, hair colours, and skin tones
  • Image Overrides — Replacing default sprites & textures
  • Stylesheets — Changing the appearance of the UI

Other Useful Links

A pretty, searchable list of all the type definitions in Wayward. This types repository is actually the same stuff you can find on this website, but it's the raw form of it!

Every official mod created for Wayward, and some other Wayward-related projects.

Where Wayward mods are published.