-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
468856b
commit 1e7c267
Showing
3 changed files
with
104 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
v7 | ||
-------------------------------------------------------------- | ||
マイナーな更新ですが、3.1で追加された新しい機能を使用したためv7にしました。 | ||
3.1で追加された新しい機能を使用してネットワークトラフィックの最適化。 | ||
サーバー/クライアントチェックコードの削除。 | ||
機能しなかったコードの修正。 | ||
|
||
v6 | ||
-------------------------------------------------------------- | ||
whileループを削除してパフォーマンスを向上しました。 | ||
サーバーバイナリ検出機能を書き直しました。 | ||
BCSUtilsを使用するようになりました。 | ||
多くのコードを書き直しました。 | ||
その他多くの修正と変更。 | ||
|
||
v5_1 | ||
-------------------------------------------------------------- | ||
毎回バイナリチェックを行うバグを修正。 | ||
"Display_Progress"コマンドを追加。 | ||
|
||
"Display_Progress"の使い方 | ||
----------------------- | ||
pukename Display_Progress [マップナンバー](オプション引数) | ||
----------------------- | ||
入力したクライアントのコンソールに出力されます。 | ||
引数を追加すると特定のマップのみが出力されます。 | ||
マップがクリアされたかどうかのみ出力され、マップのクリアタイムは出力されません。 | ||
|
||
|
||
v5 | ||
-------------------------------------------------------------- | ||
管理者メニューを追加しました。 | ||
サーバーバイナリ検出機能を追加しました。 | ||
ほとんどのコードが書き直されました。 | ||
|
||
v4_fixed | ||
-------------------------------------------------------------- | ||
ステージ終了後にクレジットが保存されなかったバグを修正しました。 | ||
|
||
v4 | ||
-------------------------------------------------------------- | ||
マップの進捗も保存されるようになりました。 | ||
"Remove_ServerData"コマンドを追加しました。 | ||
|
||
"Remove_ServerData"の使い方 | ||
----------------------- | ||
] pukename clear_credits (0 or 1) | ||
----------------------- | ||
何も付けないか、引数として0を付けると、サーバーバンクのみ削除します。 | ||
引数として1を付けるとマップの進捗も削除します。 | ||
両方とも入力後にMAP99に移動します。 | ||
|
||
v3 | ||
-------------------------------------------------------------- | ||
"StrPaidInitialBankFee"が保存されるようになりました。これでバンクを使用するために毎回800クレジットを払う必要はなくなります。 | ||
参加時だけではなく、途中でクレジットをロードできるようになりました。コントロールオプションからバインドできます。 | ||
切断時にも保存されるようになりました。(注意事項があります。詳しくはソースコードの195行目からのコメントをお読みください。) | ||
切断時にも保存するためにクレジットを監視するスクリプトを追加しました。コンソールから監視間隔を変更できます。デフォルトはinterval = 1 (1tic) | ||
データベースの内容をクリアするスクリプトを追加しました。使用すると再接続するまでロードとセーブはできません。(pukename Clear_Credits) | ||
"Show_Credits"コマンドでバンクを使用できるかどうか確認できるようになりました。 | ||
|
||
"Show_Credits"の使い方 | ||
------------------------ | ||
]pukename clear_credits | ||
------------------------ | ||
Paid fee: False or True(ここ) | ||
Database paid fee: False or True(ここ) | ||
Your credits: 0~ | ||
Your database credits: 0~ | ||
Bank credits: 0~ | ||
Bank databse credits: 0~ | ||
------------------------ | ||
|
||
cvarではなく、変数を使用するようにしました。 | ||
いくつかのコードを修正・変更しました。 | ||
|
||
v2 | ||
-------------------------------------------------------------- | ||
バンククレジットの保存機能を追加しました。(strongholdrejuvenatedが必要) | ||
ロード済みチェックをインベントリからcvarに変更しました。 | ||
"Show_Credits"コマンドをわかりやすくしました。(pukename show_credits) | ||
|
||
以前の変更ログ | ||
-------------------------------------------------------------- | ||
何だった忘れた |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters