Have you ever played Jackbox with your friends so much that the prompts put in the game start being a bit... bland... to you?
-
Like you've played Talking Points so many times that the presentation images are just not kicking the same anymore?
-
Or like you've played Survive The Internet so much that it simply just isn't as fun anymore?
-
Hell, maybe you've played Fakin' It so much that you know the last segment questions by heart and can hide perfectly amidst the rest... Is that even possible?
This is a (at the time of writing, REALLY tiny) collection of scripts for Jackbox Party Pack games, designed to allow whomever to customize their Jackbox prompts, adding for a bunch of replayability.
Right now, it is a small idea that has been brought to reality by me thanks to the same necessity. The games I currently have scripts for are:
- Survive the Internet (image randomizer)
- Survive the Internet (prompt editor)
- Survive the Internet (gag editor
although I coded that one in the same file as prompt editor so this one won't be in for a bit lol)
- Talking Points (image randomizer)
- Job Job (image randomizer)
- Junktopia (image randomizer)
I won't be updating this repo with said scripts until I can make sure these DO work on my own end. But rest assured, they do exist.
Right now, the general ways to mod the game that I know of (without having to install decompilers to actually get my hands dirty) are as follows:
- Randomizing images
- Editing prompts
- Modifying gags
- Modifying audio files
- Modifying video files
The scope of this project, however, is preferrably the whole entirety of the eleven packs (insane, I know), so I'm sure more will pop up as I go through these games.
The implementations I've made so far are as follows:
- Manual editing (prompts)
- Folder usage (images)
However, I'm striving to implement the following edition capabilities:
- Machine Learning classification of a text file, discord server messages, etc. of funny messages (or messages in general, funny is far too subjective)
- LLM implementation (in case you don't mind AI generated stuff)
- Interaction with APIs (if you wanna use youtube videos and such)
I will definitely iron these out with time, but I'd like to be able to give as much leeway to preference as can be.
That's all for now fellas, stay tuned for the slow uprising of this repo!