Skip to content

Commit

Permalink
Version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Jul 17, 2024
1 parent 3c9c179 commit 828ae20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bve 5 用のプラグインが含まれている既存の車両データに bve-

なお、DetailManager.dll で複数のプラグインを同時に使用している場合は、DetailManager.dll に対してだけ下記の手順を行ってください。全部の dll ファイルにそれぞれ bve-plugin-bridge を導入する必要はありません。

1. [リリースページ](https://github.com/magicant/bve-plugin-bridge/releases)から bve-plugin-bridge-v2.zip をダウンロードしてください。ZIP ファイルの中に backend.exe と frontend.dll が入っています。
1. [リリースページ](https://github.com/magicant/bve-plugin-bridge/releases)からプラグインをダウンロードしてください。ZIP ファイルの中に backend.exe と frontend.dll が入っています。
1. 車両の既存のプラグインがあるフォルダーに backend.exe と frontend.dll を入れます。
1. 以下のようにファイル名を変更します。
- `backend.exe` のファイル名の拡張子以外の部分を、既存のプラグインに合わせます。
Expand Down
8 changes: 4 additions & 4 deletions backend/backend.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
FILEVERSION 3,0,0,0
PRODUCTVERSION 3,0,0,256
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "magicant"
VALUE "FileDescription", "BVE plugin bridge"
VALUE "FileVersion", "2.0.0.0"
VALUE "FileVersion", "3.0.0.0"
VALUE "InternalName", "backend.exe"
VALUE "LegalCopyright", "Public domain"
VALUE "OriginalFilename", "backend.exe"
VALUE "ProductName", "BVE plugin bridge"
VALUE "ProductVersion", "2.0.0.0"
VALUE "ProductVersion", "3.0.0.256"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions frontend/frontend.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
FILEVERSION 3,0,0,0
PRODUCTVERSION 3,0,0,256
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "magicant"
VALUE "FileDescription", "BVE plugin bridge"
VALUE "FileVersion", "2.0.0.0"
VALUE "FileVersion", "3.0.0.0"
VALUE "InternalName", "frontend.dll"
VALUE "LegalCopyright", "Public domain"
VALUE "OriginalFilename", "frontend.dll"
VALUE "ProductName", "BVE plugin bridge"
VALUE "ProductVersion", "2.0.0.0"
VALUE "ProductVersion", "3.0.0.256"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 828ae20

Please sign in to comment.