Actions

3.0 Advanced: Difference between revisions

From Iron Realms Nexus Client Documentation

(Created page with "''You may access the Advanced options by opening the setting menu and clicking on the 'Advanced' button. The settings menu may be accessed by clicking on the gear icon in the bottom right corner of the Nexus client.'' The advanced setting consist of the following options: ===Scrollback Limit=== The scrollback limit will set the amount of text that is saved in the output window before it is removed. If your computer is running slow when receiving text, you may want to e...")
 
No edit summary
 
Line 1: Line 1:
''You may access the Advanced options by opening the setting menu and clicking on the 'Advanced' button. The settings menu may be accessed by clicking on the gear icon in the bottom right corner of the Nexus client.''
<table>
<div class="row">
<div class="large-8 columns">
The 'Advanced' options can be accessed via the settings menu. To do this, click on the gear-shaped icon located in the bottom right corner of your Nexus client, and then select the 'Advanced' button.


The advanced setting consist of the following options:
The 'Advanced' settings comprise the following options:


===Scrollback Limit===
===Scrollback Limit===
The scrollback limit will set the amount of text that is saved in the output window before it is removed. If your computer is running slow when receiving text, you may want to experiment by reducing this number.
This sets the volume of text saved in the output window before it's discarded. If your computer is experiencing slowdowns when receiving text, you might want to try reducing this number.


===Command Stack Delimiter===
===Command Stack Delimiter===
The delimiter is used to separate commands when you want to send multiple commands via the command line at the same time.
This character is used to separate commands when you wish to send multiple commands via the command line simultaneously.


For example, if the delimiter is set to |, if you send the following command: get gold|put gold in pack
For instance, if the delimiter is set to '|', and you send the following command: get gold|put gold in pack


Nexus will split that into two separate commands:
The Nexus client will interpret this as two separate commands:
*get gold
*get gold
*put gold in pack
*put gold in pack


===Log raw output to console===
===Log Raw Output to Console===
When logging, it will also log gmcp and any reflex messages to the log.


===Echo all GMCP messages (for debugging)===
===Echo All GMCP Messages (For Debugging)===
This will display all GMCP messages in the output window that your character is receiving. In general, if you turn this on, it will be very spammy. It may help you debug any problems you may be having with your reflexes.
This option shows all GMCP messages your character receives in the output window. If you enable this option, it can lead to a lot of spam. However, it may aid you in debugging issues with your reflexes.


===Echo trigger execution (for debugging)===
===Echo Trigger Execution (For Debugging)===
This will display every trigger that is happening via your reflexed in the output window.
This option displays every trigger execution from your reflexes in the output window.
</div>
<div class="large-4 columns">
{{Nexus_3_Sidebar}}
</div>
</div>
</table>

Latest revision as of 19:42, 3 July 2023

The 'Advanced' options can be accessed via the settings menu. To do this, click on the gear-shaped icon located in the bottom right corner of your Nexus client, and then select the 'Advanced' button.

The 'Advanced' settings comprise the following options:

Scrollback Limit

This sets the volume of text saved in the output window before it's discarded. If your computer is experiencing slowdowns when receiving text, you might want to try reducing this number.

Command Stack Delimiter

This character is used to separate commands when you wish to send multiple commands via the command line simultaneously.

For instance, if the delimiter is set to '|', and you send the following command: get gold|put gold in pack

The Nexus client will interpret this as two separate commands:

  • get gold
  • put gold in pack

Log Raw Output to Console

When logging, it will also log gmcp and any reflex messages to the log.

Echo All GMCP Messages (For Debugging)

This option shows all GMCP messages your character receives in the output window. If you enable this option, it can lead to a lot of spam. However, it may aid you in debugging issues with your reflexes.

Echo Trigger Execution (For Debugging)

This option displays every trigger execution from your reflexes in the output window.