yy-typings 0.1.3

A collection of typings for GameMaker Studio 2 YY and YYP files
Documentation

Yy-Typings

This is a library was created for the development of Fields of Mistria, a farming RPG with tons of Sprites, by NPC Studio. Jack Spira wrote the first version of this tool and maintains it. This tool was created to support an Aseprite -> GMS2 pipeline tool. That tool is not public. Using this tool, one should be able to generate their own pipeline without difficulty.

This crate only supports Gms2, and only supports Gms2 2.3 and above. If users do want to use a version with Gms2 version 2.2, there is a historical release on the main branch which was made before 2.3's release, though it is not nearly as fully featured as the current branch.

This repository has a pair: the Yy-Boss, which provides active Yyp handling over stdin/stdout, abstracting over Gms2's native types to allow users to dynamically create resources (and analyze existing resources) without handling the Gms2 Yy files directly.

This crate is composed of typings for the .yyp and various .yy files. The following typings have been created (and are actively supported):

  • YYP
  • Sprites
  • Tilesets
  • Sounds
  • Paths
  • Scripts
  • Shaders
  • Fonts
  • Timelines
  • Objects
  • Rooms
  • Notes
  • Included Files
  • Extensions
  • Options*
  • Configurations

*Options are not directly user accessible, but are provided through other structures like TextureGroups. The Options file itself is very non-spec, and it difficult to get a cohesive picture of.

The Future Development of this Crate

This course of this crate will be developed as it is needed for further tools for Fields of Mistria. Eventually, all the Gms2 Yy files will be typed, though no guarentee is made of the maintainer's time or any particular deadline. If users would like to help, PRs are always welcome!