| showfps # | FPS表示<0 = 非表示, 1 = 表示> |
| screenshot format [hide] |
スクリーンショットフォーマット<format> は以下の形式から選択 bmp/jpg/png hide を付けるとWindowerやねこまの画面表示を隠して撮影 |
| wait # | Windower起動後、入力した秒数置いてから command/bind/alias/script をロードする |
| pause # | 同上 |
| console_toggle | Toggles the visibilty of the console |
| console_clear | Clears the console buffer |
| console_echo "文章" | " で囲んだ文章をコンソール上に表示 |
| console_displayactivity # | Sets whether the console displays on new text<0 = disable, 1 = enable> |
| console_fadedelay # | コンソールの表示が消えるまでの時間 |
| console_position X Y | コンソールの位置 |
| console_color A R G B | コンソールの色調調整<Alpha (Optional) Red Green Blue> |
| console_exec "ファイルパス" | 指定のファイルのコンソールスクリプトを実行 |
| game_forceambientlight # | 下記anbientlightのON/OFF <0 = OFF, 1 = ON> |
| game_ambientlight A R G B | ゲーム画面色調調整<Alpha (Optional) Red Green Blue> |
| game_fillmode # | レンダリング変更 <0 = 通常, 1 = ワイヤーフレーム, 2 = point fill> |
| fillmode # | 同上 |
| game_gamma # | ガンマ設定 <0-100, Default = 50> |
| gamma # | 同上 |
| game_allowsetcursorpos # | Sets whether the game is allowed to set the cursor position<0 = false, 1 = true> |
| game_minimize | タスクバーに最小化 |
| game_exit | POLへ戻る。 |
| game_quit | 同上 |
| game_terminate | Hard exits the game to desktop (not recommended) |
| terminate | 同上 |
| window_toggleframe | ウィンドウフレームのON/OFF |
| window_togglefullscreen | フルスクリーンのON/OFF |
| keyboard_bind key [up] command |
キーバインド設定 keyは下記を参照 Down is assumed, specify up for bind on release of key. < ^ = Ctrl, ! = ALT に置換> http://www.windower.net/wiki/readme/keymaps |
| bind key [up] command | 同上 |
| keyboard_unbind key [up] | キーバインドの解除 down is assumed, specify up for up. |
| unbind key [up] | 同上 |
| alias <alias> command | e.g. "alias blah wait 5;echo hello" will create a pseudo console command "blah" can be typed in the console, used in a script, or even put into a bind |
| keyboard_sendstring "string" | Sends a string to the game input "string" |
| keyboard_type "string" | This is the old functionality of keyboard_sendstring, this types the string to type "string" the chat input bar ingame. |
| keyboard_blockinput # | Blocks keyboard input<0 = unblock, 1 = block> |
| keyboard_allowmmf # | Allows or disables keyboard input via MMF<0 = disable, 1 = enable> |
| paste | Pastes the contents of the clipboard to the input buffer. |
| mouse_blockinput # | マウス入力を受け付けなくする<0 = OFF, 1 = ON (MAJOR PROBLEMS)> |
| plugin_load plugin名 | プラグインをロード(.dll is optional, and case is irrelevant) |
| load plugin名 | 同上 |
| plugin_unload plugin名 | プラグインをアンロード |
| unload plugin名 | 同上 |
| toggle plugin名 | Will toggle a plugin. Designed to be bound to a key to turn off or on a plugin on a keystroke |