The game settings live in the game editor, on the “Game settings” tab. Most fields carry a tooltip that appears when you hover over the question mark next to them. Below are the things worth clarifying separately.
As with everything in the editor, a changed setting goes into the draft first, and to the server after “Save…“ and the confirmation in the window listing the changes.
The neighbouring tabs of the editor: “Task order” (the lines), “Global bonuses”, “Authors”, “Files” (uploading images and sounds) and “Useful links” — including the one to task import.
Described in detail on this page: Importing from JSON (via the Administrative API).
Sounds are uploaded to cdn.qeng.org and stored there at least until the end of the game (i.e., when the game is moved to the archive), with no storage duration limits. Images are uploaded to imageshack and stored under the same rules.
Described in detail on the page Sequence of Passage.
If the game name starts with the `#` symbol, it is invisible to other players in the game list. However, if players have a direct link to the game, they will still be able to see its description page and the “submit request” button.
On the QEng engine, there is no classic division into Points, Encounter, MS, or Wet Wars. However, you can specify a type for the game, which helps visually distinguish games of different types on the domain's home page.
HTML code that will be displayed on every level available in the game. Usually, it specifies styling common to all levels, or JS scripts used on multiple levels at once (to prevent copy-paste errors).
Bonuses available across multiple levels (for example, from levels 5 to 10). By default, they are created as available from levels 0 to 0 (meaning unavailable anywhere). They differ from regular bonuses in that entering the correct answer for the bonus on one level will not allow the player to receive the bonus for the same task on subsequent levels (if the bonus is global, rather than two separate identical bonuses on each level).
The level number up to which the bonus is available does not necessarily have to be in the game. That is, for bonuses spanning the entire game, you can set it from level 1 to level 999.
Described in detail on the page Sequence of Passage.