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

Comparing deliantra/server/pod/command_help.pod (file contents):
Revision 1.6 by root, Wed Mar 14 15:42:16 2007 UTC vs.
Revision 1.7 by root, Sun Mar 18 03:05:40 2007 UTC

582'help traps for help with finding 582'help traps for help with finding
583and disarming traps 583and disarming traps
584 584
585=head2 output-count 585=head2 output-count
586 586
587output-sync controls how often information is sent to the screen. Each 587 output-count [lines]
588buffer has its own time value, and will be flushed independantly. The
589default value is 16 ticks (about 2 seconds).
590 588
591output-count sets after how many messages of the same type, they are 589output-count sets after how many messages of the same type, they are
592then printed out. If the value was 10, then after killing ten orcs, the 590then printed out. If the value was 10, then after killing ten orcs, the
593message '10 times you kill orc' would be printed out. The default value is 591message '10 times you kill orc' would be printed out. The default value is
5941 - this means that all messages get printed out as they are requested - 5921 - this means that all messages get printed out as they are requested -
595buffering is disabled in this regard. 593buffering is disabled in this regard.
594
595output-sync controls how often information is sent to the screen. Each
596buffer has its own time value, and will be flushed independantly. The
597default value is usually less than a second.
596 598
597See also L<output-sync>. 599See also L<output-sync>.
598 600
599=head2 output-rate [bytes per second] 601=head2 output-rate [bytes per second]
600 602
607character even when downloading faces, set this to a lower value, such as 609character even when downloading faces, set this to a lower value, such as
6087000 (for ISDN). 6107000 (for ISDN).
609 611
610=head2 output-sync 612=head2 output-sync
611 613
614 output-sync [seconds]
615
612output-sync controls how often information is sent to the screen. Each 616output-sync controls how often information is sent to the screen. Each
613buffer has its own time value, and will be flushed independantly. The 617buffer has its own time value, and will be flushed independantly. The
614default value is 16 ticks (about 2 seconds). 618default value is usually less than a second.
615 619
616output-count sets after how many messages of the same type, they are 620output-count sets after how many messages of the same type, they are
617then printed out. If the value was 10, then after killing ten orcs, the 621then printed out. If the value was 10, then after killing ten orcs, the
618message '10 times you kill orc' would be printed out. The default value is 622message '10 times you kill orc' would be printed out. The default value is
6191 - this means that all messages get printed out as they are requested - 6231 - this means that all messages get printed out as they are requested -

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines