Skip to main content

Get the Reddit app

Scan this QR code to download the app now
Or check it out in the app stores

r/Vinesauce TMG TMG

Too Many Games 2024

members
online

Highlight video compilations you'd like to see?

Choicer Voicer dev here. Here's how to make content for the game

The game is still very much in alpha, as you could see. Vinny's stream already taught me a lot about the flaws in my scoring algorithm.

https://imgur.com/a/DzDX9Xn

There's several customizable elements right now, but the important thing to note is that all audio must be in .WAV format, and all images must be .PNG or .JPG.

Voice packs:

  • To make a voice pack, all you do is put .WAV files in a folder.

  • Try to minimize any background noise or music in the clip. Too much of either, and it's unusable for matching one's voice to.

  • You can put folders into folders into folders if you want. A folder will include all contents of its child folders.

  • There's two ways to assign an image to a voice clip: One, include a .PNG or .JPG in the pack with the exact same file name as the .WAV. Two, any clips without their own image will try loading from a .PNG or .JPG called "_pack_filler_image" if it exists. Otherwise no image will be loaded. An image isn't necessary, but is suggested.

  • Make the clip names verbose and unique. In case packs need to be moved around, the re-sorter function needs every clip to have a unique file name in order to reassign them.

  • You can include a subtitle for the pack by including a .TXT file named "_subtitle", but keep in mind there's not a ton of room for it, so keep the sentences short.

UI elements:

  • The menu background can be changed. All it needs is a .PNG or .JPG named "background". The background isn't scaled.

  • The host is a .PNG or .JPG named "host". This image will be scaled to fit the height of the screen, so if you want a small image, you'll need to include empty space above it.

  • The judges are .PNG or .JPG images named from "judge1" to "judge5". The names are in a "names" .JSON doc that go in the same folder. These are not scaled. Aim for an image that fits in an area 500 pixels wide and 1000 pixels tall.