{% extends 'pageWrapper.html' %} {% block head %} {{ super() }} Generate Game {% endblock %} {% block body %} {% include 'header/oceanHeader.html' %}

Start Game{% if race %} (Race Mode){% endif %}

This page accepts a yaml file containing generator options. You can find a documented example here. This file can be saved as .yaml, edited to your liking and then supplied to the generator. You can also upload a .zip with multiple YAMLs. A proper menu is in the works. {% if race -%} Race Mode means the spoiler log will be unavailable, roms will be encrypted and single-player has no multidata. {%- else -%} You can go to race mode to create a game without spoiler log and with encryption. {%- endif -%}

After generation is complete, you will have the option to download a patch file. This patch file can be opened with the client to create a rom file. In-Browser patching will come.

{% include 'islandFooter.html' %} {% endblock %}