Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (50 loc) · 1.21 KB

INSTALL_JP.md

File metadata and controls

54 lines (50 loc) · 1.21 KB

インストール方法

  • BepInEx 6.0.0-pre1 (UnityIl2CPP, x86) をダウンロード
  • ダウンロードした BepInEx の zip ファイルを展開
  • AUModS の最新版 dll をダウンロード
  • 展開した BepInEx に plugins フォルダを作成する
  • plugins フォルダの下にダウンロードした dll を配置する
  • 展開して出てきたファイルを AmongUs の実行ファイル Among Us.exe があるフォルダにコピーする

BepInEx フォルダの下は以下のようになっていれば OK です (一例です) 一度実行すると cache などのフォルダが生成されます

BepInEx
 |
 +- config
 |
 +- core
 |
 +- patchers
 |
 +- plugins
    |
    +- SupplementalAUMod-<sha1 hash>.dll

Among Us.exe のあるフォルダは以下のようになっていれば OK です (一例です)

Among Us
 |
 +- Among Us_Data
 |
 +- Among Us.exe
 |
 +- baselib.dll
 |
 +- BepInEx
 |
 +- doorstop_config.ini
 |
 +- GameAssembly.dll
 |
 +- mono
 |
 +- msvcp140.dll
 |
 +- UnityCrashHandler32.exe
 |
 +- UnityPlayer.dll
 |
 +- vcruntime140.dll
 |
 +- winhttp.dll