User Tools

Site Tools


ashitav3:commands

This is an old revision of the document!


Commands

Below is a list of in-game commands that can be used with Ashita. Ashita makes use of the games chatbox. You can type these commands into the games text input for chat like you would any other command.

Ashita Specific Commands


/aversion
/aver
/ashitaversion

  • Displays the current Ashita version.


Misc Commands


/paste

  • Pastes the current clipboard text into the chat input.

/paste_old

  • Pastes the current clipboard text into the chat input. (Old method, does not support unicode.)

paste_old is deprecated and simply kept around to ensure things work for all users in case the newer paste has issues. It is not recommended to use the older version as it will be removed in a later version of Ashita most likely.

Window Manipulation Commands


/bringtofront

  • Brings the window to the front.

/minimize

  • Minimizes the game window.

/maximize

  • Maximizes the game window.

/windowframe
/window_toggleframe

  • Toggles the window frame (border).

/exit
/terminate

  • Exits the game by force.

/move

  • Moves and resizes the game window.
/move size [w] [h] - Sets the window size with the given width and height.
/move [x] [y] - Moves the window to the given x and y screen coords.


Time Based Commands


/pause
/wait
/sleep

  • Causes Ashita to sleep for a given period of time. (Use with caution, can freeze the game if used incorrectly!
/wait [time_in_seconds]


Plugin Commands


/plugin

  • Plugin specific sub-commands that can be used to interact with plugins.
/plugin silent - Toggles silent plugin messages. (Stops Ashita from printing load and unload messages for plugins.)

/load
/plugin_load
/loadplugin
/pluginload

  • Loads a plugin file.
/load [name]

/unload
/plugin_unload
/unloadplugin
/pluginunload

  • Unloads a plugin file.
/unload [name]

/unloadall

  • Unloads all plugins.

/list

  • Lists all loaded plugins.


Direct3D Commands


/fillmode
/wireframe

  • Alters the fill mode. (Mainly for toggling wireframe on and off.)
/fillmode - Toggles the fillmode.
/fillmode [num] - Sets the fillmode to a specific value. (1 = point, 2 = wireframe, 3 = solid)

/ambient

  • Alters the ambient lighting.
/ambient - Toggles the ambient setting on and off.
/ambient [0/1] - Sets the ambient setting on and off. (0 = off, 1 = on)
/ambient [a] [r] [g] [b] - Sets the ambient color.


Script Commands


/exec
/console_exec

  • Executes a script file.
/exec [name] - The name of the script file to execute within the scripts folder.


Input Commands


/input
/keyboard_sendstring

  • Forces a string to be parsed by the Ashita command handler.
/input [command] - Sends a command to the Ashita parser to be interpreted. 


Alias Commands


/alias

  • Interacts with command alias' to create quick shortcuts.
/alias [trigger] [command] - Adds an alias with the given trigger and command.
/alias add [trigger] [command] - Adds an alias with the given trigger and command.
/alias [del|delete] [trigger] - Deletes an alias with the given trigger.
/alias list - Lists all teh current bound alias'.
/alias clearall - Clears all alias binds.


Bind Commands


/bind
/keyboard_bind

  • Interacts with keyboard binds.
/bind [!^@#+][key] [down|up] [command] - Binds a key to the given command.
/bind list - Lists the current bind list.

/unbind
/keyboard_unbind

  • Interacts with keyboard binds.
/unbind [!^@#+][key] [down|up] [command] - Unbinds a key.

/unbindall

  • Unbinds all keybinds.

/bindblock

  • Toggles the bind-block feature to ignore keybinds while chat input is open in-game.


Input Device Commands


/gamepad

  • Interacts with gamepad related settings.

/blockmouse

  • Toggles full mouse blocking.
ashitav3/commands.1492567292.txt.gz · Last modified: 2017/04/18 19:01 by atom0s