Skip to content

Commit ba8301e

Browse files
authored
Update README.md
1 parent a8c4140 commit ba8301e

File tree

1 file changed

+36
-31
lines changed

1 file changed

+36
-31
lines changed

README.md

+36-31
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818

1919
## 📃 概要
2020
Apex Legends のプレイをより快適にするランチャーアプリケーションです。
21-
引き伸ばしを行うための解像度の変更や、軽量化のための起動オプションの変更などを、GUIで視覚的に行うことができます。
21+
引き伸ばしを行うため設定や、軽量化のための起動オプションの変更などを、GUIで視覚的に行うことができます。
2222

2323
### 🖥️ 対応環境
2424
- **Windows 11**
2525
- **Windows 10 (64-bit)**
2626

2727
### 🎮 対応プラットフォーム
28-
- [**EA app**](https://www.ea.com/ja-jp/ea-app)
29-
- [**Steam**](https://store.steampowered.com)
28+
> [![EA](https://img.shields.io/badge/ea%20app-%23000000.svg?style=for-the-badge&logo=ea&logoColor=ffffff&color=e6371e)](https://www.ea.com/ja-jp/ea-app)
29+
> [![Steam](https://img.shields.io/badge/steam-%23000000.svg?style=for-the-badge&logo=steam&logoColor=000000&color=e2e2e2)](https://store.steampowered.com/about/)
3030
3131
### 📝 プログラミング言語
32-
- [**プロデル**](https://produ.irelang.jp/) - `2.0.1262`
33-
- **C#** - `.NET Framework 4.8`
34-
- **Python**
32+
- [**プロデル**](https://produ.irelang.jp/) - `2.0.1271`
33+
- [**C#**](https://learn.microsoft.com/ja-jp/dotnet/csharp/) - `.NET Framework 4.8`
34+
- [**Python**](https://www.python.org) + [**FastAPI**](https://fastapi.tiangolo.com/) (バックエンドAPI)
3535

3636
---
3737

@@ -44,7 +44,7 @@ Apex Legends のプレイをより快適にするランチャーアプリケー
4444

4545
### 📁 インストーラーを使用してインストールする
4646
- [**こちら**](https://github.com/femtoCommunity/LegendUtil/releases)からインストーラーをダウンロードしてインストールできます。
47-
- **Assets** から `LegendUtil_Setup.exe` をダウンロードして、実行してください
47+
- **Assets** から `LegendUtil_Setup.exe` をダウンロードして実行してください
4848

4949
### 📦 WinGet を使用してインストールする
5050
- [**WinGet**](https://learn.microsoft.com/ja-jp/windows/package-manager/winget/) ([Microsoft Store](https://www.microsoft.com/p/app-installer/9nblggh4nns1#activetab=pivot:overviewtab)) が利用できる環境の場合は、コマンドプロンプトやPowerShellで次のコマンドを実行することでインストールできます。
@@ -53,7 +53,7 @@ winget install --id femtoCommunity.LegendUtil
5353
```
5454

5555
### 💊 開発ビルドをインストールする
56-
- [**インストーラーをダウンロード**](https://releases.api.legendutil.milkeyyy.com/latest/download?release_channel=dev)
56+
- [**インストーラーをダウンロード**](https://api-legendutil.ezolys.com/releases/latest/download?release_channel=dev)
5757
- **開発ビルドには、実装途中の機能や不安定な機能が含まれており、予期せぬ不具合、クラッシュが発生する可能性があります。**
5858
- 開発ビルドは、通常(Beta/Release)ビルドとは別のアプリケーションとしてインストールされます。**ただし、コンフィグやプロファイルなどは共通です。**
5959

@@ -62,58 +62,64 @@ winget install --id femtoCommunity.LegendUtil
6262
## 🔧 機能
6363
- **EA app と Steam 両方のプラットフォームに対応**
6464

65-
- **プロファイル機能**
65+
EA app / Steam のどちらで Apex Legends をインストールしていても LegendUtil を使うことができます。
66+
67+
![EA app Preview](https://github.com/user-attachments/assets/9fb06df8-5c42-4ebc-9d3f-e524bdd50ee4)
68+
![Steam Preview](https://github.com/user-attachments/assets/458457eb-6b8c-455b-894b-ca14e23bc7dd)
69+
6670

67-
解像度や起動引数などの設定を複数保存でき、ランチャー形式でプロファイルを選んで Apex Legends を起動できます。
6871

69-
- **サーバーステータス/マップローテーション/ニュースの表示**
70-
- サーバーステータスとマップローテーションはゲームのプレイ中も常に表示できます。
72+
- **サーバーステータス / マップローテーション / ニュースの表示**
73+
74+
サーバーステータスとマップローテーションはゲームのプレイ中も常に表示できます。
7175

7276
![Main Panel Preview 1](https://github.com/femtoCommunity/LegendUtil/assets/59532514/eed9211e-1b44-405f-bbdf-c31e1bebc91e)
73-
![Profile Manage Panel Preview 1](https://github.com/femtoCommunity/LegendUtil/assets/59532514/ec2e96cc-726f-4b38-91f2-5e8292da7335)
7477

75-
---
78+
- **プロファイル機能**
7679

77-
- **ゲームの起動前に設定を自動変更**
78-
- **ゲーム & ディスプレイ解像度の変更 (引き伸ばし)**
79-
- ゲーム起動後の `Alt` + `Enter` の自動押下 (「黒帯」の削除)
80+
解像度や起動引数などの設定をプロファイルとして複数保存して、ランチャー形式でプロファイルを選んで Apex Legends を起動できます。
8081

82+
![Main Panel Profile List Preview 1](https://github.com/user-attachments/assets/6184599b-8d01-45fe-9cfc-7291efc0b15c)
83+
![Profile Manage Panel Preview 1](https://github.com/femtoCommunity/LegendUtil/assets/59532514/ec2e96cc-726f-4b38-91f2-5e8292da7335)
8184
![Profile Edit Panel Preview 1](https://github.com/femtoCommunity/LegendUtil/assets/59532514/b0f3e7f4-4e6a-4e8b-9403-ab8feaa76ad9)
8285

8386
---
8487

8588
- **起動引数(起動オプション)の設定**
89+
90+
複雑な文字列を入力することなく、GUIで視覚的に起動引数を設定できます。
91+
8692
- 一覧にない起動引数も手動で指定することができます。
87-
- 今まで使用していた起動引数を「追加引数」へ入力すると LegendUtil が自動的に解析して読み込むため、そのまま引き継ぐ事ができます
93+
- 今まで EA app や Steam で設定していた起動引数を「追加引数」へ入力するとLegendUtil が自動的に解析して読み込んで引き継ぐ事ができます
8894

8995
![Profile Edit Panel Preview 2](https://github.com/femtoCommunity/LegendUtil/assets/59532514/0b447778-4c94-492a-ba4b-a7a74d6b995d)
9096
![Profile Edit Panel Preview 3](https://github.com/femtoCommunity/LegendUtil/assets/59532514/b1604e42-4c00-4662-92e0-50217e42538c)
9197

9298
---
9399

94-
- **Autoexec の編集**
95-
96-
![Profile Edit Panel Preview 4](https://github.com/femtoCommunity/LegendUtil/assets/59532514/b7ec912d-e8e0-4bd1-bfea-67dfedbd1188)
97-
98-
---
99-
100100
- **コンフィグの自動切り替え**
101101

102-
Apex Legends の各コンフィグファイルをプロファイルごとに自動で切り替えます
102+
Apex Legends の起動時に各コンフィグファイルを自動的に入れ替えます
103103

104104
プロファイルごとに別々の設定(グラフィック設定やキー設定など)を使用してプレイすることが可能です。
105105

106-
- プロファイルの設定から「プロファイル固有の設定」か「共通の設定」のどちらを使用するかを切り替えられます。
106+
- プロファイルの設定から「プロファイル固有の設定」か「共通の設定 (全プロファイルで共通)」のどちらを使用するかを切り替えられます。
107107

108108
![Profile Edit Panel Preview 4](https://github.com/femtoCommunity/LegendUtil/assets/59532514/3054d0ff-2566-4026-959c-537733c72011)
109109

110110
---
111111

112+
- **Autoexec の編集**
113+
114+
![Profile Edit Panel Preview 4](https://github.com/femtoCommunity/LegendUtil/assets/59532514/b7ec912d-e8e0-4bd1-bfea-67dfedbd1188)
115+
116+
---
117+
112118
## 📒 ライセンス
113119

114120
LegendUtil は [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.ja.html) のもとでライセンスされています。
115121

116-
Copyright (C) 2024 Milkeyyy
122+
Copyright (C) 2025 Milkeyyy
117123

118124
---
119125

@@ -122,17 +128,16 @@ Copyright (C) 2024 Milkeyyy
122128
- [`Rel1cStyle_Logo_TypographyDeth_1.png`](./Resources/Logo/Rel1cStyle_Logo_TypographyDeth_1.png)
123129
- [`Rel1cStyle_Logo_TypographyDeth_1_White.png`](./Resources/Logo/Rel1cStyle_Logo_TypographyDeth_1_White.png)
124130

125-
Copyright (C) 2024 Rel1cStyle
131+
Copyright (C) 2025 Rel1cStyle
126132

127133
---
128134

129135
## 開発者
130136
- **ソフトウェア**
131-
- **Milkeyyy** - [@Ezolys](https://github.com/Ezolys) / [@femto Community](https://github.com/femtoCommunity)
132-
- [GitHub](https://github.com/Milkeyyy)
137+
- [**Milkeyyy**](https://github.com/Milkeyyy) - [@Ezolys](https://github.com/Ezolys) / [@femto Community](https://github.com/femtoCommunity)
133138
- [Twitter](https://twitter.com/Milkeyyy_53)
134139
- [Ko-fiで開発をサポートする](https://ko-fi.com/milkeyyy)
135140
- **ロゴデザイン**
136-
- **Rel1c** (Rel1cStyle) - [@Ezolys](https://github.com/Ezolys) / [@femto Community](https://github.com/femtoCommunity)
141+
- [**Rel1c**](https://github.com/Rel1c393) (Rel1cStyle) - [@Ezolys](https://github.com/Ezolys) / [@femto Community](https://github.com/femtoCommunity)
137142
- [GitHub](https://github.com/Rel1c393)
138143
- [Twitter](https://twitter.com/Apex_tyaneko)

0 commit comments

Comments
 (0)