-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
RainbowKappa edited this page May 21, 2024
·
4 revisions
Google Doc for Mod Development
This Was Originally A Reference During The Development of Trivia Beta64 Party V5. This has been available in the discord for the mod with it being a purely archival state as of 5/21/2024, but is now being uploaded here.
- TRIVIADEATH2 // Root Folder
- TriviaDeath2.swf - Code for Game / "Glue" - be cautious in adding new code as the code's very fragile
- TMP2Music.bank - Music for Game
- TMP2Host.bank - Dictation Minigame Voiceovers - contains unused VO tests with filter as well
- Localization.json - Non-Gameplay Specific Texts
- Credits.html - Credits for Game - TBP doesn't use this file in terms of presenting the mod credits but rather embedded the credits without the credits' swf file
- menu.jet - Menu Text upon wanting to access new game, settings, or to exit
- platform.swf - control input images , appears depending on control layout
- TMP2Music.strings.bank - Fmod events for the other banks, references this for when to trigger
- wordlistRules.txt - Words to pick from in The Rules Minigame - TBP doesn't use this but rather references files in content/TDRules
- PauseContent.swf - Pause Screen Elements , press ESC to access
- wordlistPassword.txt - Acceptable combinations for passwords in the Passwords Minigame
- jbg.config.jet - holds configuration for the game to pass on to the backend server for making rooms
- settings.jet - contains info on settings you can toggle in-game
- TMP2SFX.bank - contains all sfx-related audio for game - Extractable but seems to be exclusively encrypted thus not repackable
- tests.jet - contains developer debug commands , press ` to access via console
- content - Trivia content for game
- TDDictation.jet - Dictation Prompts - text param doesn't change anything, have to forcefully apply remap in TriviaDeath2.swf
- TDQuestion.jet - All the main game (before final round) questions that can be pulled. Use in reference with the TDQuestion folder for in-game implementation
- TDMirrorTutorial.jet - mirror content to demonstrate how the mirror minigame works
- TDFinalRound.jet - Final Round trivia to pull from
- TDMirror.jet - identical to TDMirrorTutorial.jet but pulls for actual mirror minigame gameplay
- manifest.jet - indicates internally what content types they're for the game
- TDSequel.jet - contains mainly text for what "scenarios" to pull for playing another with the same cast of players
- TDQuestionGhost.jet - contains trivia for the ghost mirror gift ending
- TDQuestionWig.jet - contains trivia for the mother gift ending
- TDQuestionHat.jet - contains trivia for the father gift ending
- TDQuestionKnife.jet - contains trivia for knife gift ending
- TDQuestionBomb.jet - contains trivia for bomb gift ending
- TDQuestionMadness.jet - contains trivia for madness glasses gift ending
- QuiplashContent.jet - content to pull for the Quiplash port to a TMP2 minigame
- TDMindMeld.jet - MindMeld Minigame content
- TDQuestion - Content referenced by TDQuestion.jet
- QuiplashContent - Content referenced by QuiplashContent.jet
- TDFinalRound - Content referenced by TDFinalRound.jet
- TDMindMeld - Content referenced by TDMindMeld.jet TRIVIA BETA PARTY SPECIFIC
- TDRules - Modded Content for TDRules
- DevContent - Holds Content Not to include in release
- videos - .usm videos for various parts of the game
- TalkshowExport - contains game elements such as in Actions , which contains each scene's graphics, audio, and scene-specific code
- project - Playback.swf and Loadui.swf are engine dependencies for game
- actions - contains scene-specific graphics, sounds, and code - 12014.swf - Credits - 12171.swf - Dictation - 12033.swf - Questions - 12335.swf - Lock And Key - 12025.swf - PreGame and Settings - 12170.swf - Scales - 12305.swf - Quiplash - 12026.swf - Minigame Specific Elements - 12036.swf - Game Backgrounds - 12016.swf - Game Intro - 12013.swf - Deaths - 12207.swf - Mirror Minigame - 12022.swf - Loser Wheel - 12155.swf - Gifts - 12169.swf - Passwords - 12172.swf - Skewers - 12319.swf - Scratch-off - 12499.swf - Pachinko - 12784.swf - Tattoos - 12785.swf - MindMeld - 13205.swf - Telephone - 12030.swf - Chalices - 12032.swf - Overlay for Room Code , Subtitles, etc - 12028.swf - Scoreboard - 12015.swf - Killing Room Intro - 12019.swf - Final Round
- data - contains subtitles and data relating to what is in the game , like a game database
- media - contains all the game's dialogue unrelated to the Host.bank for Dictation
- plugins - contains engine ui
End of Documentation
Made for https://www.twitch.tv/beta64.
Created by RainbowKappa, Cashspoon, SuperMarioBrosFan116, DizmondTV. Contributions and Playtested by The Beta64 community.