Skip to content

Commit

Permalink
hmmm odd chance 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
4sval committed Aug 15, 2022
1 parent a108efb commit 77903ba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: "https://fmodel.app/donate"
4 changes: 2 additions & 2 deletions FModel/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public static class Constants
public const string BLUE = "#528BCC";

public const string ISSUE_LINK = "https://github.com/iAmAsval/FModel/issues/new/choose";
public const string DONATE_LINK = "https://fmodel.app/donate?utm_source=fmodel&utm_medium=app&utm_campaign=donations";
public const string DISCORD_LINK = "https://fmodel.app/discord?utm_source=fmodel&utm_medium=app&utm_campaign=discord-server";
public const string DONATE_LINK = "https://fmodel.app/donate";
public const string DISCORD_LINK = "https://fmodel.app/discord";

public const string _FN_LIVE_TRIGGER = "fortnite-live.manifest";
public const string _VAL_LIVE_TRIGGER = "valorant-live.manifest";
Expand Down
14 changes: 7 additions & 7 deletions FModel/Creator/Typefaces.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ public class Typefaces

// PandaGame
private const string _PANDAGAME_BASE_PATH = "/Game/Panda_Main/UI/Fonts/";
private const string _NORMS_STD_CONDENSED_BLACK = "Norms/TT_Norms_Std_Condensed_Black";
private const string _NORMS_PRO_BLACK_ITALIC = "Norms/TT_Norms_Pro_Black_Italic";
private const string _NORMS_STD_CONDENSED_BOLD = "Norms/TT_Norms_Std_Condensed_Bold";
private const string _NORMS_STD_CONDENSED_EXTRABOLD_ITALIC = "Norms/TT_Norms_Std_Condensed_ExtraBold_Italic";
private const string _NORMS_PRO_EXTRABOLD_ITALIC = "Norms/TT_Norms_Pro_ExtraBold_Italic";
private const string _NORMS_STD_CONDENSED_MEDIUM = "Norms/TT_Norms_Std_Condensed_Medium";
private const string _XIANGHEHEI_SC_PRO_BLACK = "XiangHeHei_SC/MXiangHeHeiSCPro-Black";
private const string _XIANGHEHEI_SC_PRO_HEAVY = "XiangHeHei_SC/MXiangHeHeiSCPro-Heavy";

Expand Down Expand Up @@ -206,25 +206,25 @@ public Typefaces(CUE4ParseViewModel viewModel)
DisplayName = OnTheFly(_PANDAGAME_BASE_PATH + language switch
{
ELanguage.Chinese => _XIANGHEHEI_SC_PRO_HEAVY,
_ => _NORMS_PRO_BLACK_ITALIC
_ => _NORMS_PRO_EXTRABOLD_ITALIC
} + _EXT);

Description = OnTheFly(_PANDAGAME_BASE_PATH + language switch
{
ELanguage.Chinese => _XIANGHEHEI_SC_PRO_BLACK,
_ => _NORMS_STD_CONDENSED_BOLD
_ => _NORMS_STD_CONDENSED_MEDIUM
} + _EXT);

TandemDisplayName = OnTheFly(_PANDAGAME_BASE_PATH + language switch
{
ELanguage.Chinese => _XIANGHEHEI_SC_PRO_BLACK,
_ => _NORMS_STD_CONDENSED_BLACK
_ => _NORMS_STD_CONDENSED_EXTRABOLD_ITALIC
} + _EXT);

TandemGenDescription = OnTheFly(_PANDAGAME_BASE_PATH + language switch
{
ELanguage.Chinese => _XIANGHEHEI_SC_PRO_HEAVY,
_ => _NORMS_STD_CONDENSED_BOLD
_ => _NORMS_STD_CONDENSED_MEDIUM
} + _EXT);
break;
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# FModel [![Discord](https://discordapp.com/api/guilds/637265123144237061/widget.png?style=shield)](https://discord.gg/fdkNYYQ)

Beginner-friendly and open-source software for data-mining games made with Unreal Engine.
Open-source software for exploring Unreal Engine games.

<img src="https://user-images.githubusercontent.com/26126862/119065662-52534800-b9de-11eb-85fd-a47797daa062.png" align="center" alt="FModel">

## Installation

Follow [our documentation](https://fmodel.app/docs#installation)
Read [our wiki](https://github.com/4sval/FModel/wiki)

## Authors

Expand Down

0 comments on commit 77903ba

Please sign in to comment.