ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/command_help.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/command_help.pod (file contents):
Revision 1.12 by root, Fri Jan 5 22:46:23 2007 UTC vs.
Revision 1.14 by root, Sun Mar 18 03:03:36 2007 UTC

574'help traps for help with finding 574'help traps for help with finding
575and disarming traps 575and disarming traps
576 576
577=head2 output-count 577=head2 output-count
578 578
579output-sync controls how often information is sent to the screen. Each 579 output-count [lines]
580buffer has its own time value, and will be flushed independantly. The
581default value is 16 ticks (about 2 seconds).
582 580
583output-count sets after how many messages of the same type, they are 581output-count sets after how many messages of the same type, they are
584then printed out. If the value was 10, then after killing ten orcs, the 582then printed out. If the value was 10, then after killing ten orcs, the
585message '10 times you kill orc' would be printed out. The default value is 583message '10 times you kill orc' would be printed out. The default value is
5861 - this means that all messages get printed out as they are requested - 5841 - this means that all messages get printed out as they are requested -
587buffering is disabled in this regard. 585buffering is disabled in this regard.
588 586
589See also L<output-sync>.
590
591=head2 output-sync
592
593output-sync controls how often information is sent to the screen. Each 587output-sync controls how often information is sent to the screen. Each
594buffer has its own time value, and will be flushed independantly. The 588buffer has its own time value, and will be flushed independantly. The
595default value is 16 ticks (about 2 seconds). 589default value is usually less than a second.
590
591See also L<output-sync>.
592
593=head2 output-rate [bytes per second]
594
595Show the current setting of the output-rate, or set it to the provided
596value. The server will try not to send (much) more than this many bytes
597per second to your client. If the rate is exceeded, the server tries to
598hold back less important information (such as new images), to increase
599responsiveness. The server-side default is usually quite high, around
600100000, so if you have a slow link and want to be able to control your
601character even when downloading faces, set this to a lower value, such as
6027000 (for ISDN).
603
604=head2 output-sync
605
606 output-sync [seconds]
607
608output-sync controls how often information is sent to the screen. Each
609buffer has its own time value, and will be flushed independantly. The
610default value is usually less than a second.
596 611
597output-count sets after how many messages of the same type, they are 612output-count sets after how many messages of the same type, they are
598then printed out. If the value was 10, then after killing ten orcs, the 613then printed out. If the value was 10, then after killing ten orcs, the
599message '10 times you kill orc' would be printed out. The default value is 614message '10 times you kill orc' would be printed out. The default value is
6001 - this means that all messages get printed out as they are requested - 6151 - this means that all messages get printed out as they are requested -

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines