- Import the YYMPS file (from Releases) to your project.
If you don't usually debug your project on desktop, you can omit the included files (and see the subsequent section) - Add
obj_snowstatevis
to your first room
(and make sure that you don't destroy/deactivate it on accident)
If you are solely or primarily debugging your project on web/mobile/consoles, you can set up a separate "server" project:
- Create a new GameMaker project
- Import the YYMPS file (from Releases) to your project.
Import both the scripts and included files. - Add
obj_snowstatevis
to your room - Set
want_client
tofalse
inobj_snowstatevis
' Create event.