Fluto
535df0e541
Introduce song search
2023-07-16 22:31:01 +10:00
Fluto
2ed67af56d
verified that the latest version of bepinex still works
2023-07-16 13:43:04 +10:00
Fluto
f728d694b3
migration to tja2fumen
...
-> Use tja2Fumen instead of tja2bin
-> Added logic to grab the latest in a folder
-> Removed usage of fumen offset as tja2bin & tja2fumen inject that into the generated file
2023-07-16 13:40:26 +10:00
Fluto
c269bcab60
Updated ReadMe and Project Version
2023-01-06 21:40:41 +11:00
Fluto
c3b3ad0b00
Merge pull request #20 from alexankitty/patch-1
...
Add Additional TJA info
2023-01-06 21:33:58 +11:00
Fluto
5144437311
Merge pull request #19 from alexankitty/master
...
Encoding fixes; Error Descriptions; Licensing
2023-01-06 21:33:03 +11:00
Fluto
fd375f2659
Merge pull request #18 from timedroid/master
...
Fix compatability with BepInEx BE
2023-01-06 20:55:29 +11:00
Alexankitty
356c9051a0
Made a bad assumption, all outputs will be UTF-8 which is more reliable.
2023-01-05 22:15:06 -07:00
Alexandra
a835a9b7a4
Add Additional TJA info
...
Should be merged after #19
Provided additional helpful information regarding TJA files.
2023-01-05 20:17:32 -07:00
Alexankitty
a54bb03723
Encoding fixes; Error Descripts; Licensing
2023-01-05 19:56:08 -07:00
Matt
1182d6c34e
.NET Stanard 2.1->2.0 for Common
...
2.1 is not compatible with the .NET 4.8 used by TJAConvert
2022-12-03 18:32:57 -05:00
Matt
624258c6a7
Fix compatability with BepInEx BE
...
BepInEx.IL2CPP->BepInEx.Unity.IL2CPP
Requires switch to .NET 6 target
GetMusicInfoExAll pointer field name changes
Unhollower code namespace changed
2022-12-03 17:35:20 -05:00
Fluto
d2a3e3223f
Updated Readme and project version
2022-08-20 15:14:49 +10:00
Fluto
0a4f512761
Fix for Taiko Mono builds
2022-08-20 15:13:47 +10:00
Fluto
e38444ffb7
Loading custom songs shouldn't lag on the song select screen
2022-08-20 15:09:09 +10:00
Fluto
fafe244e21
Added automatically start game patch
2022-08-20 14:36:10 +10:00
Fluto
066998aa39
Fixed random exception on title launch
2022-08-20 14:24:20 +10:00
Fluto
4537f4bef9
data.json is now saved with indentation for easy post-editing
2022-08-20 13:46:31 +10:00
Fluto
684760c0bf
#13 Fixed score not appearing on end screen
...
Turns out some code I patched wasn't neccessary? so I removed it
2022-08-20 13:45:03 +10:00
Fluto
5daea91e06
Moved patches to a patches folder
2022-08-20 13:10:57 +10:00
Fluto
4c9dd810e1
Removed unused items
2022-08-14 13:55:38 +10:00
Fluto
df1f56928d
Update readme
2022-08-14 13:52:04 +10:00
Fluto
72b9a9666e
Merge branch 'new-version' into develop
2022-08-14 13:39:57 +10:00
Fluto
914dcb9dd3
Merge branch 'master' into develop
2022-08-14 13:39:44 +10:00
Fluto
b03f87ed3b
Added support for il2cpp
2022-08-14 13:39:31 +10:00
Fluto
1643999f45
Merge pull request #11 from ActualMandM/patch-1
...
Fix URLs in readme
2022-03-11 16:19:55 +11:00
Michael
63581e46ed
Fix URLs in readme
...
Also fix credit for SonicAudioTools
2022-03-10 11:53:47 -08:00
Fluto
c5d8354a32
Merge tag 'v2.2.0' into develop
2022-02-12 13:52:48 +11:00
Fluto
e2aca91f55
Merge branch 'release/v2.2.0'
2022-02-12 13:52:48 +11:00
Fluto
112d9a80a8
Updated Mod Version to v2.2.0
2022-02-12 13:52:12 +11:00
Fluto
051642c848
Added Hori Taiko Drum support
2022-02-12 13:50:55 +11:00
Fluto
9ed3bfdb68
Merge branch 'release/v2.1.0'
2022-02-11 19:37:28 +11:00
Fluto
0800f7bfc5
Merge tag 'v2.1.0' into develop
2022-02-11 19:37:28 +11:00
Fluto
3820d5e3e6
Updated Mod Version
2022-02-11 19:36:59 +11:00
Fluto
c3b3aa9c91
Build TJAConvert before building TakoTako
2022-02-11 19:34:49 +11:00
Fluto
d296cfc8fb
Fallback to English or Japanese song titles if user language is not that
2022-02-11 19:34:32 +11:00
Fluto
b27df30815
Added 2 second padding if offset is > - 1f
2022-02-11 18:46:27 +11:00
Fluto
d45e33f966
tja2bin doesn't like floats for it's BRANCHSTART command
...
so round it up to an int
2022-02-11 18:36:39 +11:00
Fluto
09f81de4b6
Merge pull request #7 from zactopus/patch-1
...
Fix images in README
2022-02-11 09:45:36 +11:00
zac [they/them]
eadaa7c034
Fix images in README
2022-02-10 21:37:05 +00:00
Fluto
0746f030f2
Moved TJAConvert and TakoTako.Common to their own folders at the root directory. Regenerated .idea files
2022-02-10 19:17:46 +11:00
Fluto
36fbdedee8
Added an approach to calculate TJA scores
2022-02-10 19:01:35 +11:00
Fluto
0061fe6942
Merge pull request #5 from goaaats/new_uid
...
Generate deterministic UIDs for official songs + TJA, DLC compatibility
2022-02-10 17:07:21 +11:00
goaaats
29f08bc9be
Move uniqueId from CustomSong to SongInstance
2022-02-08 13:28:34 +01:00
Fluto
0b8edad069
Fixed saving/loading issues
2022-02-08 20:35:07 +11:00
goaaats
6144c64f18
Use TJA hash as unique id, string id
...
This also prevents a game bug wherein the game can't handle two songs with the same string ID
2022-02-07 15:29:14 +01:00
goaaats
718ca0edcf
TaikoMods => TakoTako
2022-02-07 14:42:45 +01:00
goaaats
0efa910b58
Don't actually change song IDs for TJA
2022-02-07 13:30:40 +01:00
goaaats
25b558cdb9
Generate deterministic UIDs for official songs + TJA, DLC compatibility
2022-02-07 13:18:38 +01:00
Fluto
f65641ac5f
Merge pull request #4 from goaaats/new_project_setup
...
New project setup, add solution, use bepinex nuget
2022-02-07 22:39:56 +11:00