Skip to content

Commit

Permalink
me dumb me threw yes instead of sessionid lol
Browse files Browse the repository at this point in the history
  • Loading branch information
fucreview committed Oct 14, 2022
1 parent 5ebe439 commit 47703ac
Show file tree
Hide file tree
Showing 70 changed files with 1,294 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/handlerlaunch/v17/.suo
Binary file not shown.
6 changes: 5 additions & 1 deletion CoreLibLaunchSupport/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,10 @@ public static async Task<Process> LaunchGameAsync(string gamePath, string realsi
dalamudRunner = new WindowsDalamudRunner();
dalamudCompatCheck = new WindowsDalamudCompatibilityCheck();
string hardcodeddir = "D:\\HandleGame\\Dalamud";
if (!Directory.Exists(hardcodeddir))
{
System.IO.Directory.CreateDirectory(hardcodeddir);
}
DirectoryInfo dalamudpath = new DirectoryInfo(hardcodeddir);
Troubleshooting.LogTroubleshooting(gamePath);
DirectoryInfo gamePather = new DirectoryInfo(gamePath);
Expand Down Expand Up @@ -781,7 +785,7 @@ public static async Task<Process> LaunchGameAsync(string gamePath, string realsi
}
IGameRunner runner;
runner = new WindowsGameRunner(dalamudLauncher, dalamudOk, DalamudUpdater.Runtime);
Process ffxivgame = launcher.LaunchGame(runner,"yes",
Process ffxivgame = launcher.LaunchGame(runner, realsid,
region, expansionlevel, isSteam,gameArgs, gamePather, dx11, ClientLanguage.English,true,
DpiAwareness.Unaware);

Expand Down
331 changes: 331 additions & 0 deletions CoreLibLaunchSupport/bin/Release/net6.0/CoreLibLaunchSupport.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,331 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"CoreLibLaunchSupport/1.0.0": {
"dependencies": {
"LibDalamud": "1.0.0",
"Serilog": "2.12.0"
},
"runtime": {
"CoreLibLaunchSupport.dll": {}
}
},
"CommandLineParser/2.9.1": {
"runtime": {
"lib/netstandard2.0/CommandLine.dll": {
"assemblyVersion": "2.9.1.0",
"fileVersion": "2.9.1.0"
}
}
},
"Downloader/2.4.1": {
"runtime": {
"lib/net6.0/Downloader.dll": {
"assemblyVersion": "2.4.1.0",
"fileVersion": "2.4.1.0"
}
}
},
"Facepunch.Steamworks/2.3.3": {
"runtime": {
"lib/netstandard2.0/Facepunch.Steamworks.Win64.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"Mono.Nat/3.0.1": {
"runtime": {
"lib/netstandard2.1/Mono.Nat.dll": {
"assemblyVersion": "3.0.0.0",
"fileVersion": "3.0.1.0"
}
}
},
"MonoTorrent/2.0.6": {
"dependencies": {
"Mono.Nat": "3.0.1",
"ReusableTasks": "2.0.0"
},
"runtime": {
"lib/netstandard2.0/MonoTorrent.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "2.0.6.0"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"ReusableTasks/2.0.0": {
"runtime": {
"lib/netstandard2.1/ReusableTasks.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"Serilog/2.12.0": {
"runtime": {
"lib/net6.0/Serilog.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.12.0.0"
}
}
},
"SharedMemory/2.3.2": {
"dependencies": {
"System.Reflection.Emit.Lightweight": "4.7.0"
},
"runtime": {
"lib/netstandard2.1/SharedMemory.dll": {
"assemblyVersion": "2.3.2.0",
"fileVersion": "2.3.2.0"
}
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit.Lightweight/4.7.0": {},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0"
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"LibDalamud/1.0.0": {
"dependencies": {
"CommandLineParser": "2.9.1",
"Downloader": "2.4.1",
"Facepunch.Steamworks": "2.3.3",
"MonoTorrent": "2.0.6",
"Newtonsoft.Json": "13.0.1",
"Serilog": "2.12.0",
"SharedMemory": "2.3.2",
"System.Runtime.InteropServices": "4.3.0"
},
"runtime": {
"LibDalamud.dll": {}
}
}
}
},
"libraries": {
"CoreLibLaunchSupport/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"CommandLineParser/2.9.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
"path": "commandlineparser/2.9.1",
"hashPath": "commandlineparser.2.9.1.nupkg.sha512"
},
"Downloader/2.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-B6quX+hXMAiDQekzE+KNaHUn2aQ0W4zzLcRnVEY+shmbctA31F9pbkrUaU/r4gtxVw1qFZu0f3G6/u6JI3kWKA==",
"path": "downloader/2.4.1",
"hashPath": "downloader.2.4.1.nupkg.sha512"
},
"Facepunch.Steamworks/2.3.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7nUjWX/uy6JbDX7Q3n8ij7vrpWjTM0S8hXO24R3ZwQ0QgY0sXVlxzh3unmYoLvKGi31rzDHqGX68I169hnHNxQ==",
"path": "facepunch.steamworks/2.3.3",
"hashPath": "facepunch.steamworks.2.3.3.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
"path": "microsoft.netcore.platforms/1.1.0",
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
},
"Microsoft.NETCore.Targets/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
"path": "microsoft.netcore.targets/1.1.0",
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
},
"Mono.Nat/3.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TLaz/q4i81y5nRyqBlJO2JS73JRyB1y6uhcgxhiyIn3MMIgH1mlTOPZNX7uUB0XYg6+7Igp4tFAqf/u+Unc3tw==",
"path": "mono.nat/3.0.1",
"hashPath": "mono.nat.3.0.1.nupkg.sha512"
},
"MonoTorrent/2.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-j6DAbPEDxxBj6bUuZ1nNHe59YqA7OvARhzri0hUSGA1YEq09k5eK2CH43rvFBcwB8FiniUDT0RSznezazqLlgQ==",
"path": "monotorrent/2.0.6",
"hashPath": "monotorrent.2.0.6.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"ReusableTasks/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HWb7Yy7dQfWPh0V4X42ounPkrzUvL6gB7bwshX7EqBDCl879iBQIS0TRrXFXKOTO2dNJxaEfXnAbX8Fzv3U7Cw==",
"path": "reusabletasks/2.0.0",
"hashPath": "reusabletasks.2.0.0.nupkg.sha512"
},
"Serilog/2.12.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xaiJLIdu6rYMKfQMYUZgTy8YK7SMZjB4Yk50C/u//Z4OsvxkUfSPJy4nknfvwAC34yr13q7kcyh4grbwhSxyZg==",
"path": "serilog/2.12.0",
"hashPath": "serilog.2.12.0.nupkg.sha512"
},
"SharedMemory/2.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-hH34Y9xzvdJpgf/vwyWE/zYlY4BdQS3Zolfdg+8hV9A+UQRsBWyBS62kcLO55mF4etmMoL0PswEbT3lVXJSlFw==",
"path": "sharedmemory/2.3.2",
"hashPath": "sharedmemory.2.3.2.nupkg.sha512"
},
"System.IO/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
"path": "system.io/4.3.0",
"hashPath": "system.io.4.3.0.nupkg.sha512"
},
"System.Reflection/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
"path": "system.reflection/4.3.0",
"hashPath": "system.reflection.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit.Lightweight/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==",
"path": "system.reflection.emit.lightweight/4.7.0",
"hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512"
},
"System.Reflection.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
"path": "system.reflection.primitives/4.3.0",
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
},
"System.Runtime/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
"path": "system.runtime/4.3.0",
"hashPath": "system.runtime.4.3.0.nupkg.sha512"
},
"System.Runtime.Handles/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
"path": "system.runtime.handles/4.3.0",
"hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
},
"System.Runtime.InteropServices/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
"path": "system.runtime.interopservices/4.3.0",
"hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
"path": "system.threading.tasks/4.3.0",
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
},
"LibDalamud/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ce87d1af1b682502f852c2462daa4bf44fec495d
062ba5ad1339ec697e48a51db4079b822a83603d
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\ne
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\net6.0\CoreLibLaunchSupport.AssemblyInfoInputs.cache
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\net6.0\CoreLibLaunchSupport.AssemblyInfo.cs
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\net6.0\CoreLibLaunchSupport.csproj.CoreCompileInputs.cache
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\bin\Release\net6.0\CoreLibLaunchSupport.deps.json
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\bin\Release\net6.0\CoreLibLaunchSupport.dll
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\bin\Release\net6.0\CoreLibLaunchSupport.pdb
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\bin\Release\net6.0\LibDalamud.dll
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\bin\Release\net6.0\LibDalamud.pdb
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\net6.0\CoreLibLaunchSupport.csproj.CopyComplete
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\net6.0\CoreLibLaunchSupport.dll
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\net6.0\refint\CoreLibLaunchSupport.dll
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\net6.0\CoreLibLaunchSupport.pdb
C:\Users\rsncra\source\repos\WebLaunch-FFXIV\CoreLibLaunchSupport\obj\Release\net6.0\ref\CoreLibLaunchSupport.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj\Release\net6.0\\_IsIncrementalBuild
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 47703ac

Please sign in to comment.