Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
progre committed Nov 3, 2023
1 parent fb9cad9 commit b47bd2c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default-members = ["junowen"]
resolver = "2"

[workspace.package]
version = "0.5.1"
version = "0.6.0"
authors = ["Progre"]
license = "GPL-3.0"

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ adonis や th075caster と同じような仕組みで動作します。

現在マッチングサーバーは未実装なので、チャットなどで対戦相手と接続情報を交換する必要があります。

1. th19.exe のフォルダーに、d3d9.dll と modules フォルダーを置きます。
2. 獣王園を起動します。
3. 上手くいくと獣王園のタイトル画面の項目に「Ju.N.Owen」が追加されるので、それを選択します。
4. ホストとして接続を待ち受ける場合は「Connect as Host」を、
1. zip ファイルを展開し、d3d9.dll と、modules フォルダーの中に th19_junowen.dll があることを確認します。
2. 獣王園のフォルダーに d3d9.dll と modules フォルダーを移動します。
3. 獣王園を起動します。
4. 上手くいくと獣王園のタイトル画面の項目に「Ju.N.Owen」が追加されるので、それを選択します。
5. ホストとして接続を待ち受ける場合は「Connect as Host」を、
ゲストとして接続する場合は「Connect as Guset」を選択します。
- ホスト
1. `<offer>********</offer>` という長い文字列が表示され、自動的にクリップボードにコピーされるので、
Expand Down

0 comments on commit b47bd2c

Please sign in to comment.