mirror of
https://github.com/chatty/chatty.github.io.git
synced 2024-11-08 12:02:28 +01:00
59 lines
2.5 KiB
HTML
59 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<title>Chatty Help - Short Guides</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
<body>
|
|
<div id="backlink"><a href="help.html">Back to main help page</a></div>
|
|
<h1><a name="top">More Guides..</a></h1>
|
|
<p>
|
|
<a href="#localsubonly">Local Subscriber-Only Mode</a> |
|
|
<a href="#streamers">Chatty for Streamers</a>
|
|
</p>
|
|
<p>Probably shorter guides about some aspects of Chatty.</p>
|
|
|
|
<h2><a name="localsubonly">Local Subscriber-Only Mode</a></h2>
|
|
<p><em>This has been moved to it's <a href="help-local_subonly.html">own page</a></em></p>
|
|
|
|
<h2><a name="streamers">Chatty for Streamers</a></h2>
|
|
<h3>Stay informed</h3>
|
|
<ul>
|
|
<li>Open the <code><View - Channel Info></code> to see your current
|
|
stream title/game, a graph of your viewercount and how long your current
|
|
stream already is going.</li>
|
|
<li>Open the <code><Extra - Followers/Subscribers></code> dialog
|
|
to view your 100 most recent Followers/Subscribers and some stats based
|
|
on that.</li>
|
|
</ul>
|
|
|
|
<h3>Manage your stream</h3>
|
|
<ul>
|
|
<li>Open the <code><View - Channel Admin></code> dialog to change
|
|
the title/game of your stream and run commercials:
|
|
<ul>
|
|
<li>Presets/History for title/game combinations</li>
|
|
<li>Favorite games you play often</li>
|
|
<li>Run commercials on a delay and/or timer</li>
|
|
<li>Run commercials while playing a game via a global hotkey</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<h3>Capture chat for on-stream chat</h3>
|
|
<ul>
|
|
<li>Customize chat colors, for example change to black background to be
|
|
able to make the background transparent in your streaming program.</li>
|
|
<li>If you capture Chatty with your streaming program, make sure to
|
|
enable the setting <code>Settings - Window - Always show chat scrollbar</code>, so you can always capture the same
|
|
region, independant of how many messages are in the chat window.</li>
|
|
<li>Change the font so it shows up nicely on stream.</li>
|
|
<li>If you want to have all text in bold - not just the names - you can
|
|
set the font by command like this: <code>/set font Arial Bold</code>.</li>
|
|
<li>You can clear the chat window by using the <code>/clearchat</code>
|
|
command (e.g. if you changed some settings before starting the stream
|
|
you don't want to show).</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|
|
|