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.5 by root, Fri Jan 5 22:46:39 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.
596 594
597See also L<output-sync>.
598
599=head2 output-sync
600
601output-sync controls how often information is sent to the screen. Each 595output-sync controls how often information is sent to the screen. Each
602buffer has its own time value, and will be flushed independantly. The 596buffer has its own time value, and will be flushed independantly. The
603default value is 16 ticks (about 2 seconds). 597default value is usually less than a second.
598
599See also L<output-sync>.
600
601=head2 output-rate [bytes per second]
602
603Show the current setting of the output-rate, or set it to the provided
604value. The server will try not to send (much) more than this many bytes
605per second to your client. If the rate is exceeded, the server tries to
606hold back less important information (such as new images), to increase
607responsiveness. The server-side default is usually quite high, around
608100000, so if you have a slow link and want to be able to control your
609character even when downloading faces, set this to a lower value, such as
6107000 (for ISDN).
611
612=head2 output-sync
613
614 output-sync [seconds]
615
616output-sync controls how often information is sent to the screen. Each
617buffer has its own time value, and will be flushed independantly. The
618default value is usually less than a second.
604 619
605output-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
606then 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
607message '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
6081 - 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