Apply latest "Sample Application" of root directory.

This commit is contained in:
BUGMAN
2019-10-30 23:48:01 +09:00
parent 899f41445d
commit fa906c3e63
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ Windowsのビルドは[Visual Studio 2019](https://visualstudio.microsoft.com/do
vectorwar.exe <localport> <num players> ('local' | <remote ip>:<remote port>) for each player
```
2~4プレイヤーゲームの始め方についての例は、binディレクトリにある.cmdファイルをご覧ください。
24プレイヤーゲームの始め方についての例は、binディレクトリにある.cmdファイルをご覧ください。
## ライセンス

View File

@@ -187,7 +187,7 @@ GGPOは内部記録のパケットを送受信するために、一定の時間
vectorwar.exe <localport> <num players> ('local' | <remote ip>:<remote port>) for each player
```
2~4プレイヤーゲームの始め方についての例は、binディレクトリにある.batファイルをご覧ください。
24プレイヤーゲームの始め方についての例は、binディレクトリにある.cmdファイルをご覧ください。
## ベストプラクティスとトラブルシューティング

View File

@@ -187,7 +187,7 @@ The Vector War application in the source directory contains a simple application
vectorwar.exe <localport> <num players> ('local' | <remote ip>:<remote port>) for each player
```
See the .bat files in the bin directory for examples on how to start 2, 3, and 4 player games.
See the .cmd files in the bin directory for examples on how to start 2, 3, and 4 player games.
## Best Practices and Troubleshooting