Skip to content

Commit

Permalink
Add 13.6 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelguin committed Oct 19, 2024
1 parent e737ef2 commit 780ac6a
Show file tree
Hide file tree
Showing 41 changed files with 159 additions and 102 deletions.
Binary file modified BGME.Framework/BGME.Framework.Interfaces.dll
Binary file not shown.
50 changes: 40 additions & 10 deletions BGME.Framework/BGME.Framework.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,33 +443,48 @@
},
"BGME.Framework.Interfaces/1.0.0": {
"runtime": {
"BGME.Framework.Interfaces.dll": {}
"BGME.Framework.Interfaces.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"CriFs.V2.Hook.Interfaces/1.0.0": {
"dependencies": {
"CriFsV2Lib.Definitions": "1.1.0"
},
"runtime": {
"CriFs.V2.Hook.Interfaces.dll": {}
"CriFs.V2.Hook.Interfaces.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Libellus Library/1.0.0": {
"runtime": {
"Libellus Library.dll": {}
"Libellus Library.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Persona.Music.Types/1.0.0": {
"dependencies": {
"PersonaModdingMetadata.Shared": "1.0.0"
},
"runtime": {
"Persona.Music.Types.dll": {}
"Persona.Music.Types.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"PersonaModdingMetadata.Shared/1.0.0": {
"runtime": {
"PersonaModdingMetadata.Shared.dll": {}
"PersonaModdingMetadata.Shared.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"PersonaMusicScript.Library/1.0.0": {
Expand All @@ -481,7 +496,10 @@
"protobuf-net": "3.2.26"
},
"runtime": {
"PersonaMusicScript.Library.dll": {}
"PersonaMusicScript.Library.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"PersonaMusicScript.Types/1.0.0": {
Expand All @@ -491,7 +509,10 @@
"YamlDotNet": "13.7.1"
},
"runtime": {
"PersonaMusicScript.Types.dll": {}
"PersonaMusicScript.Types.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Project.Utils/1.0.0": {
Expand All @@ -501,23 +522,32 @@
"Reloaded.SharedLib.Hooks": "1.9.0"
},
"runtime": {
"Project.Utils.dll": {}
"Project.Utils.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Ryo.Interfaces/1.0.0": {
"dependencies": {
"Reloaded.Hooks.Definitions": "1.15.0"
},
"runtime": {
"Ryo.Interfaces.dll": {}
"Ryo.Interfaces.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"SharedScans.Interfaces/1.0.0": {
"dependencies": {
"Reloaded.Hooks.Definitions": "1.15.0"
},
"runtime": {
"SharedScans.Interfaces.dll": {}
"SharedScans.Interfaces.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Phos.MusicManager.Library/1.0.0.0": {
Expand Down
Binary file modified BGME.Framework/BGME.Framework.dll
Binary file not shown.
Binary file modified BGME.Framework/CriFs.V2.Hook.Interfaces.dll
Binary file not shown.
Binary file modified BGME.Framework/Libellus Library.dll
Binary file not shown.
48 changes: 25 additions & 23 deletions BGME.Framework/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ModId": "BGME.Framework",
"ModName": "BGME Framework",
"ModAuthor": "zutomayofan50",
"ModVersion": "3.0.0",
"ModVersion": "3.0.1",
"ModDescription": "Extends BGM functionality in Persona games.",
"ModDll": "BGME.Framework.dll",
"ModIcon": "Preview.png",
Expand All @@ -18,24 +18,6 @@
"PluginData": {
"GitHubDependencies": {
"IdToConfigMap": {
"crifs.v2.hook": {
"Config": {
"UserName": "Sewer56",
"RepositoryName": "CriFs.V2.Hook.ReloadedII",
"UseReleaseTag": false,
"AssetFileName": "Mod.zip"
},
"ReleaseMetadataName": "CriFs.V2.Hook.ReleaseMetadata.json"
},
"p5rpc.lib": {
"Config": {
"UserName": "AnimatedSwine37",
"RepositoryName": "p5rpc.lib",
"UseReleaseTag": true,
"AssetFileName": "Mod.zip"
},
"ReleaseMetadataName": "p5rpc.lib.ReleaseMetadata.json"
},
"p5rpc.modloader": {
"Config": {
"UserName": "Sewer56",
Expand Down Expand Up @@ -63,6 +45,24 @@
},
"ReleaseMetadataName": "Sewer56.Update.ReleaseMetadata.json"
},
"crifs.v2.hook": {
"Config": {
"UserName": "Sewer56",
"RepositoryName": "CriFs.V2.Hook.ReloadedII",
"UseReleaseTag": false,
"AssetFileName": "Mod.zip"
},
"ReleaseMetadataName": "CriFs.V2.Hook.ReleaseMetadata.json"
},
"p5rpc.lib": {
"Config": {
"UserName": "AnimatedSwine37",
"RepositoryName": "p5rpc.lib",
"UseReleaseTag": true,
"AssetFileName": "Mod.zip"
},
"ReleaseMetadataName": "p5rpc.lib.ReleaseMetadata.json"
},
"CriFs.V2.Hook.Awb": {
"Config": {
"UserName": "Sewer56",
Expand Down Expand Up @@ -160,18 +160,20 @@
},
"IsUniversalMod": false,
"ModDependencies": [
"BGME.Framework.API",
"crifs.v2.hook",
"p5rpc.lib",
"p5rpc.modloader",
"Reloaded.Memory.SigScan.ReloadedII",
"reloaded.sharedlib.hooks",
"crifs.v2.hook",
"p5rpc.lib",
"BGME.Framework.API",
"Ryo.Reloaded",
"SharedScans.Reloaded"
],
"OptionalDependencies": [],
"SupportedAppId": [
"p4g.exe"
"p3p.exe",
"p4g.exe",
"p5r.exe"
],
"ProjectUrl": ""
}
Binary file modified BGME.Framework/Persona.Music.Types.dll
Binary file not shown.
Binary file modified BGME.Framework/PersonaModdingMetadata.Shared.dll
Binary file not shown.
Binary file modified BGME.Framework/PersonaMusicScript.Library.dll
Binary file not shown.
Binary file modified BGME.Framework/PersonaMusicScript.Types.dll
Binary file not shown.
Binary file modified BGME.Framework/Project.Utils.dll
Binary file not shown.
Binary file modified BGME.Framework/Ryo.Interfaces.dll
Binary file not shown.
Binary file modified BGME.Framework/SharedScans.Interfaces.dll
Binary file not shown.
6 changes: 4 additions & 2 deletions Ryo.Reloaded/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ModId": "Ryo.Reloaded",
"ModName": "Ryo Framework",
"ModAuthor": "zutomayofan50",
"ModVersion": "2.2.2",
"ModVersion": "2.5.3",
"ModDescription": "Ryo Framework adds the ability to add or replace game audio and movies with zero file editing.",
"ModDll": "Ryo.Reloaded.dll",
"ModIcon": "Preview.png",
Expand Down Expand Up @@ -71,7 +71,9 @@
"likeadragongaiden.exe",
"lostjudgment.exe",
"jujutsu kaisen cc.exe",
"raincodeplus-win64-shipping.exe"
"raincodeplus-win64-shipping.exe",
"metaphor.exe",
"sparkingzero-win64-shipping.exe"
],
"ProjectUrl": ""
}
Binary file removed Ryo.Reloaded/Project.Utils.dll
Binary file not shown.
Binary file modified Ryo.Reloaded/Ryo.Interfaces.dll
Binary file not shown.
73 changes: 43 additions & 30 deletions Ryo.Reloaded/Ryo.Reloaded.deps.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
".NETCoreApp,Version=v8.0": {
"Ryo.Reloaded/1.0.0": {
"dependencies": {
"Project.Utils": "1.0.0",
"Reloaded.Mod.Interfaces": "2.4.0",
"Reloaded.SharedLib.Hooks": "1.9.0",
"Ryo.Interfaces": "1.0.0",
"SharedScans.Interfaces": "1.0.0",
"Ryo.Interfaces": "2.4.0",
"RyoTune.Reloaded": "1.0.0",
"SharedScans.Interfaces": "1.1.0",
"YamlDotNet": "15.1.2"
},
"runtime": {
Expand Down Expand Up @@ -58,38 +58,47 @@
}
}
},
"YamlDotNet/15.1.2": {
"runtime": {
"lib/net7.0/YamlDotNet.dll": {
"assemblyVersion": "15.0.0.0",
"fileVersion": "15.1.2.0"
}
}
},
"Project.Utils/1.0.0": {
"RyoTune.Reloaded/1.0.0": {
"dependencies": {
"Reloaded.Memory.SigScan.ReloadedII.Interfaces": "1.2.0",
"Reloaded.Mod.Interfaces": "2.4.0",
"Reloaded.SharedLib.Hooks": "1.9.0"
},
"runtime": {
"Project.Utils.dll": {}
"lib/net8.0/RyoTune.Reloaded.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Ryo.Interfaces/1.0.0": {
"SharedScans.Interfaces/1.1.0": {
"dependencies": {
"Reloaded.Hooks.Definitions": "1.15.0"
},
"runtime": {
"Ryo.Interfaces.dll": {}
"lib/net8.0/SharedScans.Interfaces.dll": {
"assemblyVersion": "1.1.0.0",
"fileVersion": "1.1.0.0"
}
}
},
"SharedScans.Interfaces/1.0.0": {
"YamlDotNet/15.1.2": {
"runtime": {
"lib/net8.0/YamlDotNet.dll": {
"assemblyVersion": "15.0.0.0",
"fileVersion": "15.1.2.0"
}
}
},
"Ryo.Interfaces/2.4.0": {
"dependencies": {
"Reloaded.Hooks.Definitions": "1.15.0"
},
"runtime": {
"SharedScans.Interfaces.dll": {}
"Ryo.Interfaces.dll": {
"assemblyVersion": "2.4.0",
"fileVersion": "2.4.0.0"
}
}
}
}
Expand Down Expand Up @@ -135,24 +144,28 @@
"path": "reloaded.sharedlib.hooks/1.9.0",
"hashPath": "reloaded.sharedlib.hooks.1.9.0.nupkg.sha512"
},
"RyoTune.Reloaded/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-hM4c73oc190pZ2e3KX2/oeSVikVHWB8O5fic6zV1kTJlqfdlAI2ddOvdbPsq6B7f/55sZqUa/J7U0hHlkum/VA==",
"path": "ryotune.reloaded/1.0.0",
"hashPath": "ryotune.reloaded.1.0.0.nupkg.sha512"
},
"SharedScans.Interfaces/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-q5ryWCZTR2syRBcYoBm94R1D7AXhx2a7pg7hndd4CzLW8oArZSR1GAoawHoKLz/gV1HrjSudK26+w67c30mKgg==",
"path": "sharedscans.interfaces/1.1.0",
"hashPath": "sharedscans.interfaces.1.1.0.nupkg.sha512"
},
"YamlDotNet/15.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA==",
"path": "yamldotnet/15.1.2",
"hashPath": "yamldotnet.15.1.2.nupkg.sha512"
},
"Project.Utils/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Ryo.Interfaces/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"SharedScans.Interfaces/1.0.0": {
"Ryo.Interfaces/2.4.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Ryo.Reloaded/Ryo.Reloaded.dll
Binary file not shown.
Binary file added Ryo.Reloaded/RyoTune.Reloaded.dll
Binary file not shown.
Binary file modified Ryo.Reloaded/SharedScans.Interfaces.dll
Binary file not shown.
Binary file modified Ryo.Reloaded/YamlDotNet.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion SharedScans.Reloaded/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ModId": "SharedScans.Reloaded",
"ModName": "Shared Scans",
"ModAuthor": "zutomayofan50",
"ModVersion": "1.1.0",
"ModVersion": "1.2.0",
"ModDescription": "Utility library for streamlining sharing scans between mods.",
"ModDll": "SharedScans.Reloaded.dll",
"ModIcon": "Preview.png",
Expand Down
Binary file removed SharedScans.Reloaded/Project.Utils.dll
Binary file not shown.
Binary file added SharedScans.Reloaded/RyoTune.Reloaded.dll
Binary file not shown.
Binary file modified SharedScans.Reloaded/SharedScans.Interfaces.dll
Binary file not shown.
Loading

0 comments on commit 780ac6a

Please sign in to comment.