{% extends 'pageWrapper.html' %} {% block head %} {{ super() }}
This page allows you to generate a game by uploading a config file or a zip file containing config files. If you do not have a config (.yaml) file yet, you may create one on the game's settings page, which you can find via the supported games list.
{% if race -%}
This game will be generated in race mode, meaning the spoiler log will be unavailable,
roms will be encrypted, and single-player games will have no multidata files.
{%- else -%}
If you would like to generate a race game,
click here.
Race games are generated without a spoiler log, the ROMs are encrypted, and single-player games
will not include a multidata file.
{%- endif -%}