diff --git a/CUE4Parse b/CUE4Parse index e65380d4..1f6ce163 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit e65380d4c735ea6222fe53ba8ff1da78aa2329d7 +Subproject commit 1f6ce1632134663c1dcc9467bdf05c0b486110ea diff --git a/FModel/Constants.cs b/FModel/Constants.cs index 2f53fc8a..a0bf4597 100644 --- a/FModel/Constants.cs +++ b/FModel/Constants.cs @@ -20,7 +20,7 @@ public static class Constants public const string YELLOW = "#E5C07B"; public const string BLUE = "#528BCC"; - public const string ISSUE_LINK = "https://github.com/iAmAsval/FModel/issues/new/choose"; + public const string ISSUE_LINK = "https://github.com/4sval/FModel/discussions/categories/q-a"; public const string DONATE_LINK = "https://fmodel.app/donate"; public const string DISCORD_LINK = "https://fmodel.app/discord"; diff --git a/FModel/Creator/CreatorPackage.cs b/FModel/Creator/CreatorPackage.cs index ea40ebc6..1ff20af0 100644 --- a/FModel/Creator/CreatorPackage.cs +++ b/FModel/Creator/CreatorPackage.cs @@ -160,9 +160,9 @@ public bool TryConstructCreator(out UCreator creator) case "FortChallengeBundleItemDefinition": creator = new BaseBundle(_object, _style); return true; - case "AthenaSeasonItemDefinition": - creator = new BaseSeason(_object, _style); - return true; + // case "AthenaSeasonItemDefinition": + // creator = new BaseSeason(_object, _style); + // return true; case "FortItemAccessTokenType": creator = new BaseItemAccessToken(_object, _style); return true; diff --git a/FModel/MainWindow.xaml b/FModel/MainWindow.xaml index 9c4c7553..047dd61b 100644 --- a/FModel/MainWindow.xaml +++ b/FModel/MainWindow.xaml @@ -126,25 +126,25 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/FModel/ViewModels/MapViewerViewModel.cs b/FModel/ViewModels/MapViewerViewModel.cs index b9a36dcf..e30d76fa 100644 --- a/FModel/ViewModels/MapViewerViewModel.cs +++ b/FModel/ViewModels/MapViewerViewModel.cs @@ -175,7 +175,7 @@ public BitmapImage LayerImage } private const int _widthHeight = 2048; - private const int _brRadius = 141000; + private const int _brRadius = 160000; private const int _prRadius = 51000; private int _mapIndex; public int MapIndex // 0 is BR, 1 is PR