mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Use ZStandard, closer to oodle.
This commit is contained in:
parent
a4e92b6c59
commit
f366ad1189
|
|
@ -17,7 +17,7 @@ public class EndpointSettings : ViewModel
|
|||
return new EndpointSettings[]
|
||||
{
|
||||
new("https://uedb.dev/svc/api/v1/fortnite/aes", "$.['mainKey','dynamicKeys']"),
|
||||
new("https://uedb.dev/svc/api/v1/fortnite/mappings", "$.mappings.Brotli")
|
||||
new("https://uedb.dev/svc/api/v1/fortnite/mappings", "$.mappings.ZStandard")
|
||||
};
|
||||
default:
|
||||
return new EndpointSettings[] { new(), new() };
|
||||
|
|
@ -106,4 +106,4 @@ public class EndpointSettings : ViewModel
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -370,7 +370,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
if (endpoint.Url == "https://fortnitecentral.genxgames.gg/api/v1/mappings")
|
||||
{
|
||||
endpoint.Url = "https://uedb.dev/svc/api/v1/fortnite/mappings";
|
||||
endpoint.Path = "$.mappings.Brotli";
|
||||
endpoint.Path = "$.mappings.ZStandard";
|
||||
}
|
||||
|
||||
var mappingsFolder = Path.Combine(UserSettings.Default.OutputDirectory, ".data");
|
||||
|
|
@ -1163,4 +1163,4 @@ public class CUE4ParseViewModel : ViewModel
|
|||
{
|
||||
return (a & b) == b;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user