MorePlayerList
[test release]We will change the player list in the lobby and ESC menu to accommodate large groups. ロビーとESCメニューのプレイヤーリストを大人数用に変更します。
By yazirushi
| Date uploaded | a week ago |
| Version | 0.9.81 |
| Download link | yazirushi-MorePlayerList-0.9.81.zip |
| Downloads | 24429 |
| Dependency string | yazirushi-MorePlayerList-0.9.81 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
現在はテストリリースです。不具合が起こる可能性があります。 This is currently a test release. Issues may occur.
下に日本語の説明もあります!
[En]
MorePlayerList
We will change the player list in the lobby and ESC menu to accommodate large groups.
Feature
We'll change the layout so the player list doesn't go off-screen and enable scrolling.
Controls
Pressing the Left Arrow Key or Right Arrow Key in the lobby changes the lobby's ListType.
Pressing arrow keys while the EscMenu is open moves the player list.
When EscMenu_List_Type is Split, use the Left Arrow Key or Right Arrow Key to move left or right.
When EscMenu_List_Type is Integration, use the Up Arrow Key or Down Arrow Key to move up and down.
Please remember these operations, as the EscMenu player list can move off-screen or obscure other buttons.
Config
List Type (enum)
Initial value:Default
-
Default
Sets the layout to 10:10. -
Translation
Sets the layout to 7:13.
Please use this when names are hidden by translation mods, etc. -
Scroll
Use the mouse wheel or arrow keys to scroll up and down the list. Press the R key to reset to the initial position. -
Custom
Uses the Custom Type Settings configuration.
EscMenu ListType (enum)
Default: Split
-
Split
Sets a 10:10 two-column layout.
Some players in the left column may have inaccessible kick buttons; use the right arrow key to shift them. -
Integration
Sets a 0:20 single-column layout.
About two players may go off-screen, so use the down arrow key to shift them.
EscMenu Settings
- EscMenu reset key(enum)
Default:R
Key to reset the player list in the EscMenu to its initial position.
Note: The list resets automatically when opening the EscMenu, so this key is generally unnecessary.
Configuration details are documented on Unity's official KeyCode page (URL below).
→ https://docs.unity3d.com/6000.1/Documentation/ScriptReference/KeyCode.html
Scroll Type Settings
-
Scroll reset key(enum)
Initial value: R
Key to reset the lobby player list to its initial position.
Please refer to the page above. -
Mouse scroll speed(float)
Initial value: 1
Mouse wheel scroll speed. -
Up arrow speed(float)
Initial value: 1
Up arrow key scroll speed. -
Down arrow speed(float)
Initial value: 1
Down arrow key scroll speed. -
Y interval(int)
Initial value: 32
Interval for the Y coordinate relative to the player.
Custom Type Settings
-
offset player(int)
Initial value: 0
Number of players at which to start applying the offset. -
X offset(int)
Initial value: 0
Offset for the X coordinate. -
Y offset(int)
Initial value: 0
Offset for the Y coordinate. -
Y interval(int)
Initial value: 32
Interval for the Y coordinate relative to the player.
About Custom Type Settings
Please use this when the desired preset is not among those originally provided.
List Type = Same settings as Default.
offset player = 10
X offset = 340
Y offset = 200
Y interval = 20
Important Notes
When List Type is not set to Scroll
- If other mods are using the empty space on the right, this may slightly inconvenience the functionality of this mod or other mods.
- Text chat may become harder to read.
Other Notes
-
The player list in the ESC menu has several issues.
As a countermeasure, you can manipulate the position of the player list, so please handle it skillfully. -
The UI displaying list types in the lobby may not function properly with other mods.
We've designed the code to avoid conflicts as much as possible, so it should be fine, but we cannot guarantee absolute compatibility. -
There are some bugs in the UI. We plan to make the UI independent eventually.
Future Update Content
We also want to add UI to the ESC menu, so v1.0.0 will take a little more time.
The next release will be the official release (3rd attempt).
I'm on Discord's “R.E.P.O. Modding Server,” so send your feedback to this mod's forum (URL below)!
→ https://discord.com/channels/1344557689979670578/1415722378733944973
[Jp]
MorePlayerList
ロビーとESCメニューのプレイヤーリストを大人数用に変更します。
具体的にこのmodが何をするのか
プレイヤーリストが画面外にいかないようなレイアウトに変更したり、スクロールできるようにします。
操作
ロビー内で左矢印キーまたは右矢印キーを入力すると、ロビーのListTypeを変更できます。
EscMenuを開いている状態で矢印キーを入力すると、プレイヤーリストを動かせます。
EscMenu_List_TypeがSplitの場合は、左矢印キーまたは右矢印キーで左右に動かせます。
EscMenu_List_TypeがIntegrationの場合は、上矢印キーまたは下矢印キーで上下に動かせます。
EscMenuのプレイヤーリストは画面外に出たり、他のボタンが見えなくなったりするのでこれらの操作は一通り覚えておいてください。
コンフィグ
Lobby ListType (enum)
初期値:Default
-
Default
10:10の配置にします。 -
Translation
7:13の配置にします。 翻訳mod等で名前が隠れるときに使ってください。 -
Scroll
マウスホイールや矢印キーでリストを上下できるようにします。Rキーで初期位置にリセット可能。 -
Custom
Custom Type Settingsの設定を使います。
EscMenu ListType (enum)
初期値:Split
-
Split
10:10の2列の配置にします。
一部の左列の人のキックボタンが押せないので、右矢印キーでずらしたりしてください。 -
Integration
0:20の1列の配置にします。 2人ほど画面外に行ってしまうので、下矢印キーでずらしたりしてください。
EscMenu Settings
- EscMenu reset key(enum)
初期値:R
ESCメニューのプレイヤーリストを初期位置に戻すキー。
ちなみにESCメニューを開いた際に初期位置に戻るので、基本的にこれは使わなくていいです。
コンフィグの設定は、Unity公式のKeyCodeのページ(以下URL)に詳しく書いてあります。
→ https://docs.unity3d.com/6000.1/Documentation/ScriptReference/KeyCode.html
Scroll Type Settings
-
Scroll reset key(enum)
初期値:R
ロビーのプレイヤーリストを初期位置に戻すキー。
こちらも上のページを参照してください。 -
Mouse scroll speed(float)
初期値:1
マウスホイールのスクロール速度。 -
Up arrow speed(float)
初期値:1
上矢印キーの上方向へのスクロール速度。 -
Down arrow speed(float)
初期値:1
下矢印キーの下方向へのスクロール速度。 -
Y interval(int)
初期値:32
プレイヤーとのY座標の間隔。
Custom Type Settings
-
offset player(int)
初期値:0
オフセットを適用し始める人数。 -
X offset(int)
初期値:0
X座標のオフセット。 -
Y offset(int)
初期値:0
Y座標のオフセット。 -
Y interval(int)
初期値:32
プレイヤーとのY座標の間隔。
Custom Type Settingsについて
元から用意しているプリセットに所望のものがない場合に使ってください。
List Type = Defaultと同じ設定はこれです。
offset player = 10
X offset = 340
Y offset = 200
Y interval = 20
注意点
List Type が Scroll以外の場合
- 他のmodが右側の空いているところを使っている場合はこのmodか他のmodの機能を少し不便にする可能性があります。
- テキストチャットが見づらくなります。
その他
-
ESCメニューのプレイヤーリストはいくつか問題があります。
対策としてプレイヤーリストの位置を操作できるのでうまいことやってください。 -
ロビー内のリストタイプを表示するUIが他のmodによってうまく機能しない恐れがあります。 なるべく競合しないようなコードにしているので大丈夫なはずですが、絶対に大丈夫とは言い切れないです。
-
UIとかに不具合があります。 いずれUIは独立させるつもりです。
今後のアップデート内容
ESCメニューにもUIを追加したいので、v1.0.0にはもう少し時間が掛かります。
次回が正式リリースです(3回目)
Discordの「R.E.P.O. Modding Server」にいるので、このmodのフォーラム(以下URL)にフィードバックを送りつけよう!
→ https://discord.com/channels/1344557689979670578/1415722378733944973
CHANGELOG
Changelog
下に日本語のもあります
[En]
0.9.91
2025-11-03
- Fixed an issue where updates were not working properly🔧
0.9.9
2025-11-03
- Add a new configuration⚙
- Added artwork to the startup log🖌
- Fixed an issue where lobby scroll speed and list type switching were processed for each player (should be fixed now (probably))🔧
- Change the thunderstore page📒
0.9.81
2025-10-31
- Fixed an issue where updates were not working properly🔧
0.9.8
2025-10-31
- Fixed issues broken by the v0.3.0 update🔧
- Fixed UI-related bugs🔧
0.9.71
2025-10-18
- The URL wasn't working, so I fixed it🔧
0.9.7
2025-10-18
- Add a new configuration⚙
- Improved Player List in the ESC Menu🔧
- You can now change the Lobby ListType within the lobby🔧
- Change the thunderstore page📒
0.9.6
2025-10-02
ESCMenu Update!🎉
- Add a new configuration⚙
- The player list in the ESC menu is now supported🔧
- Adjust the code a bit🔧
- Change the thunderstore page📒
0.9.5
2025-09-14
Scroll Update!🎉
- Add a new configuration⚙
- Change the thunderstore page📒
0.9.4
2025-09-11
- We changed the config to an Enum type for greater visual clarity⚙
- Add a new configuration⚙
- Improved to allow configuration changes during gameplay🔧
- Change the thunderstore page📒
0.9.3
2025-09-01
- Since "8:12 type" didn't make much sense, I changed it to "7:13 type"⚙
- We've moved the right column of the player list slightly to the right🔧
- Change the thunderstore page📒
0.9.2
2025-08-28
- Fixed an issue with the 8:12 type🔧
- Change the thunderstore page📒
0.9.1
2025-08-27
- Add configuration⚙
- Change the thunderstore page📒
0.9.0
2025-08-26
test release🔍
[Jp]
0.9.91
2025-11-03
- アップデートがうまくできていなかった問題を修正🔧
0.9.9
2025-11-03
- 新しいコンフィグを追加⚙
- 起動時のログに絵を追加しました🖌
- ロビーのスクロール速度やリストタイプの切り替えが人数分処理される問題を修正(できてるはず(多分))🔧
- thunderstoreのページを変更📒
0.9.81
2025-10-31
- アップデートがうまくできていなかった問題を修正🔧
0.9.8
2025-10-31
- v0.3.0アップデートによって壊れた部分を修正🔧
- UIのバグを修正🔧
0.9.71
2025-10-18
- URLが機能してなかったので修正しました🔧
0.9.7
2025-10-18
- 新しいコンフィグを追加⚙
- ESCメニューのプレイヤーリストを改良🔧
- ロビー内でLobby ListTypeを変更可能にしました🔧
- thunderstoreのページを変更📒
0.9.6
2025-10-02
ESCメニューアップデート!🎉
- 新しいコンフィグを追加⚙
- ESCメニューのプレイヤーリストも対応しました🔧
- コードを少し調整🔧
- thunderstoreのページを変更📒
0.9.5
2025-09-14
スクロールアップデート!🎉
- 新しいコンフィグを追加⚙
- thunderstoreのページを変更📒
0.9.4
2025-09-11
- コンフィグをenum型に変更して、より視覚的にわかりやすくしました⚙
- 新しいコンフィグを追加⚙
- ゲーム中にコンフィグを変えられるように改良🔧
- thunderstoreのページを変更📒
0.9.3
2025-09-01
- 「8:12 type」はあまり意味が無かったので「7:13 type」に変更しました⚙
- プレイヤーリストの右の列を少し右に移動しました🔧
- thunderstoreのページを変更📒
0.9.2
2025-08-28
- 8:12 typeにあった問題を修正🔧
- thunderstoreのページを変更📒
0.9.1
2025-08-27
- コンフィグを追加⚙
- thunderstoreのページを変更📒
0.9.0
2025-08-26
- テストリリース🔍