1
0
mirror of synced 2024-09-23 18:48:22 +02:00
A Quality-of-Life mod for Taiko no Tatsujin: The Drum Master
Go to file
2023-01-11 15:51:27 -07:00
.gitattributes Add .gitignore and .gitattributes. 2022-01-27 10:23:49 -07:00
.gitignore feat: Custom resolutions 2022-01-27 12:18:27 -07:00
CustomResolution.cs fix: Attempt to fix custom framerate 2022-01-27 14:45:13 -07:00
FontChanger.cs feat: Make the font config a configuration 2022-01-27 11:34:10 -07:00
ForceFramerate.cs feat: Allow toggling VSync 2022-01-27 16:39:40 -07:00
LICENSE Create LICENSE 2022-07-09 04:28:31 -06:00
NuGet.Config Add project files. 2022-01-27 10:23:54 -07:00
OfflineSaveLoad.cs chore: Add BepInEx 5 project 2022-05-24 03:09:36 -06:00
Plugin.cs chore: Update BepInEx.PluginInfoProps 2023-01-11 15:37:25 -07:00
QuickQuitSong.cs Added new patches 2022-04-14 02:00:58 +01:00
QuickRestart.cs Added new patches 2022-04-14 02:00:58 +01:00
README.md chore: Added install instructions for v1.1, v1.2 2022-05-24 20:15:08 -06:00
RecordingEnable.cs chore: Add BepInEx 5 project 2022-05-24 03:09:36 -06:00
TaikoModStuff-Bepin5.csproj feat: Release 1.4.0 2023-01-11 15:51:27 -07:00
TaikoModStuff-Bepin6.csproj feat: Release 1.4.0 2023-01-11 15:51:27 -07:00

TaikoModStuff

A QoL mod for Taiko no Tatsujin: The Drum Master!

TaikoModStuff allows a number of Quality-of-Life enhancements to TDM by allowing:

  • Forcing the usage of the JP font everywhere
  • Removing the 60 FPS cap the game forces
  • Allowing to toggle VSync
  • Allowing to set a custom resolution for TDM (Note: This can cause conflicts with Fluto's TaikoMods' fullscreen disabler, so please disable that function if using with TaikoModStuff)
  • Enable recording from the Xbox Game Bar

Installation for Game Version 1.3 and newer

  1. Download the latest release of TaikoModStuff.
  2. Please download the latest bleeding edge version of BepInEx 6 x64. The filename should look like BepInEx_UnityIL2CPP_x64_XXXXX.zip.
  3. Extract the contents of the zip file on the root of your TDM's install. The result should look like the image.
  4. Create the plugins folder inside your BepInEx folder. The result should look like the image. Note that the image shows more folders and files than you may have. This is normal.
  5. Extract the TaikoModStuff zip inside the plugins folder. It's not required to extract TaikoModStuff.pdb, but it can help when reporting bugs.
  6. Start TDM, then close it when you reach the Title Screen.
  7. Inside the BepInEx folder, you'll see a config folder. Edit the TaikoModStuff.cfg file inside it to configure TaikoModStuff.

Installation for Game Version 1.1 and 1.2

  1. Download the latest release of TaikoModStuff.
  2. Please download the latest version of BepInEx 5 x64. The filename should look like BepInEx_x64_XXXXX.zip.
  3. Extract the contents of the zip file on the root of your TDM's install. The result should look like the image.
  4. Create the plugins folder inside your BepInEx folder. The result should look like the image. Note that the image shows more folders and files than you may have. This is normal.
  5. Extract the TaikoModStuff zip inside the plugins folder. It's not required to extract TaikoModStuff.pdb, but it can help when reporting bugs.
  6. Start TDM, then close it when you reach the Title Screen.
  7. Inside the BepInEx folder, you'll see a config folder. Edit the TaikoModStuff.cfg file inside it to configure TaikoModStuff.