Data editor and custom question importer for Trivia Murder Party by Jackbox Games. Easily edit questions, final round tasks, and worst drawings/answers, including question and intro audio. Methods are provided for independent question editing and merging for competitions.
The files used by the game for each category are under The Jackbox Party Pack 3gamesTriviaDeathcontent
. The data functions on the sidebar are:
TMP2 is using the same exact file structures, thus the modes also present in TMP1 can be edited with the Modder. The Import All feature looks for TMP1 files, and because of this, it can't be used for TMP2. Instead, the question and final round files have to be manually imported on their respective tabs with the Import button. Their files (TDQuestion.jet
and TDFinalRound.jet
) are located under The Jackbox Party Pack 6gamesTriviaDeath2content
.
It is mandated by the game to have every question and prompt read out loud. It's as simple as hitting record in Audacity and saving it in the game's format (Ogg Vorbis). If Audacity records in stereo, it has to be converted to mono with the "Split stereo to mono" option on the Audio Track's name's dropdown.
To sound like the narrator, apply the following steps before saving. These are not required, but will add a lot to the atmosphere.
These are the main questions for the game. The selection is not completely random, the game selects one question from the ones that were shown the longest time ago. To add a new question, just start typing in the empty line when it's selected. The fields are:
The options available for the currently selected question:
The final round consists of topics, each containing correct and incorrect choices. This editor has a tree which shows all topics, and those can be expanded to choices. Use the "Add topic" button to add a new node to the tree. The options for the selected topic are:
The options for the selected choice are:
These are simple topics that can be answered with a drawing or a short text, and the player with the most votes for the worst answer loses. To add a new option, simply start typing when an empty line is selected. Each option must have a unique integer ID, but this is checked at saving. Each option must also have an audio that reads out the topic, this can be added with the "Import audio" button. This audio must be a mono Vorbis file in OGG container. Options can be individually removed with the "Remove" button.
The source code, just like the compiled software, is given to you for free, but without any warranty. It is not guaranteed to work, and the developer is not responsible for any damages from the use of the software. You are allowed to make any modifications, and release them for free under this licence. If you release a modified version, you have to link this repository as its source. You are not allowed to sell any part of the original or the modified version. You are also not allowed to show advertisements in the modified software. If you include these code or any part of the original version in any other project, these terms still apply.