-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
298 lines (284 loc) · 16.5 KB
/
index.htm
File metadata and controls
298 lines (284 loc) · 16.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html>
<head>
<title>
Mode60 Official Website
</title>
<style type="text/css">
.scroller {
width: 98%;
height: 96%;
overflow-y: scroll;
scrollbar-width: thin;
padding: 10px;
border: 1px solid;
}
</style>
<style type="text/css">
.scroller2 {
width: 94%;
height: 96%;
overflow-y: scroll;
scrollbar-width: thin;
padding: 10px;
border: 1px solid;
}
</style>
<style>
a:link {
color: #00CD88;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #00CD88;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #FF789A;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #00CD88;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body>
<body style="background-color:#000000;">
<span style="font-family: consolas">
<span style="font-size: 11pt">
<span style="color:#DDEEFF">
<table border=1 height="100%" width="100%" cellspacing="15">
<tr>
<th Width="20%">
<a href="https://patreon.com/mode60">
<img src="https://m0de-60.github.io/web/patreon-logo.png" width="180" height="40"><br>
https://patreon.com/mode60</a>
</th>
<th Width=60% >
<img src="https://m0de-60.github.io/web/mode-60.png" width="597" height="162">
</th>
<th Width="20%">
<img src="https://m0de-60.github.io/web/paypal-logo.png" width="150" height="35"><br>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="business" value="A4ZQUP23RUM8N" />
<input type="hidden" name="no_recurring" value="0" />
<input type="hidden" name="item_name" value="Mode60 Productions" />
<input type="hidden" name="currency_code" value="USD" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
Thank you for your support!<br><br>
<img src="https://m0de-60.github.io/web/ca-logo.png" width="160" height="45"><br>
</th>
</tr>
<tr>
<td><b>NAVIGATION</b></td>
<td><b>INFORMATION FEED</b></td>
<td><b>CURRENT PROJECT INFO</b></td>
</tr>
<tr>
<td>
<div class="scroller2">
<img src="https://m0de-60.github.io/web/python-icon.png"> PYTHON
<ul>
<li><b>zCore</b></li>
<a href="https://github.com/m0de-60/zcore">Source Code</a><br>
<a href="https://m0de-60.github.io/web/zcore.htm">Help and Configuration</a><br>
Plugin Creation Guide (coming soon)<br>
System Module Guide (coing soon)<br>
<br>
<li><b>zCore Plugins</b></li>
<a href="https://github.com/m0de-60/trivia-master">Trivia Master<br></a>
<a href="https://github.com/m0de-60/super-duckhunt">Super DuckHunt v2.0<br></a>
<a href="https://github.com/m0de-60/rpgenerator/tree/main/game-bot">RPGenerator<br></a>
<br>
<li><b>Super DuckHunt Bot v1.1.4</b></li>
<a href="https://github.com/m0de-60/super-duckhunt-bot">Source Code (v1.1.4)</a><br>
<a href="https://github.com/m0de-60/super-duckhunt-bot/blob/main/LICENSE">GNU License<br></a>
<a href="https://m0de-60.github.io/super-duckhunt-web/super-duckhunt-help.htm">User Help Page<br></a>
<a href="https://m0de-60.github.io/super-duckhunt-web/duckhunt1-1-0-operators-guide.htm">Operator's Guide<br></a>
</ul>
<br>
<img src="https://m0de-60.github.io/web/autoit-icon.png"> AUTOIT
<ul>
<li><b>RPGenerator</b></li>
<a href="https://www.autoitscript.com/forum/topic/210802-the-experimental-autoit-rpgenerator-concept-demo-available-creative-hiatus/">RPGenerator Concept (Ended)</a>
<a href="https://github.com/m0de-60/rpgenerator/tree/main/windows-user-client">RPGenerator (User Client)</a>
</ul>
<ul>
<li><b>Super DuckHunt (WinDuck)</b></li>
<a href="https://github.com/m0de-60/Autoit">Source Code (Discontinued)</a><br>
</ul>
<img src="https://m0de-60.github.io/web/mirc-icon.png"> mIRC
<ul>
<li><a href="https://github.com/m0de-60/mIRC/blob/main/DuckHunter-1-1.mrc">Duck Hunter Script</a></li>
<li>Super Duck Hunter Script</li>
<li>RPGenerator (User Script)</li>
</ul><br>
<img src="https://m0de-60.github.io/web/folder-icon2.png"> Programming Resources
<ul>
<li><a href="https://www.python.org/">Python.org</a></li>
<li><a href="https://www.autoitscript.com/site/">AutoitScript.org</a></li>
<li><a href="https://www.mirc.com/">mIRC.com</a></li>
<li><a href="https://www.scintilla.org/">Scintilla.org</a></li>
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm by JetBrains</a></li>
</ul>
<img src="https://m0de-60.github.io/web/folder-icon1.png"> Dev Resources
<ul>
<li><a href="https://www.aseprite.org/">Aseprite</a></li>
<li><a href="https://kdenlive.org/en/">Kdenlive</a></li>
<li><a href="https://obsproject.com/">OBS Studio</a></li>
<li><a href="https://www.gimp.org/">GIMP</a></li>
<li><a href="https://www.reaper.fm/">Reaper</a></li>
</ul>
</div>
</td>
<td>
<div class="scroller">
<span style="font-family: consolas">
<span style="font-size: 14pt">
<span style="color:#DDEEFF">
<a name='trivia-master-test'></a>
<p align=center>
<img src="https://m0de-60.github.io/web/trivia-master-logo.png">
<br>
<b>--------------------------------------------------------------------------
<br>
<img src="https://m0de-60.github.io/web/zcore-logo-1.png" width="48" height="12"> Plugin Module<br><b>Test User Guide</b>
<br>
--------------------------------------------------------------------------</b>
</p>
<span style="font-size: 12pt">
This article is currently the Trivia-Master user test guide<br><br>
To go along with zCore alpha-testing release, is Trivia-Master, one of the first zCore plugin modules using zCore's scriptable plugin system. This plugin module is in ultra beta status,
meaning it is not 100% finished but is currently an 'operationally stable' script. The features or gameplay in this Trivia-Master module may not resemble the features and abilities of
the official public release.<br>
<br>
Trivia-Master is a run of the mill IRC trivia game that allows bot hosts to customize the category and question selection. Only game mode available currently is random trivia. Random
trivia picks a random category and selects a random question from that category. (Future game modes like Category 123 in the works.) Using !myscore will detail your player stats.<br>
<br>
<b>User Commands (Botmaster commands scroll down)</b><br>
<ul>
In channel commands:
<li><b>!myscore</b> - Shows your score in channel</li>
<li><b>!thelp</b> - Currently lists these commands.</li>
<li><b>!highscore</b> - Show the 5 highest scores</li>
<li><b>!streaks</b> - Show the best winning streaks</li>
</ul>
<b>Installation</b><br>
<br>
Requires: <b>Python 3.12</b><br>
<br>
First install the Trivia-Master files into the zcore folder/directory. <a href="https://m0de-60.github.io/web/zcore.htm#plugin-modules">Click here</a> for more information on installing,
mounting and using zCore plugin modules. After installation proceed with the Trivia-Master configuration described below:<br>
<br>
<b>Configuration</b><br>
<ul>
<li>Open ./zcore/trivia.cnf with a text editor<br>
<br>
[trivia]<br>
serverlist = servername1 <span style="color:#00CC11"><b>Must match a server name listed in zcore.cnf serverlist (lowercase only)</b></span><br>
categories = acronym-soup,anatomy,animals,art-and-literature,etc <span style="color:#CC0011"><b>Do not change at this time</b></span><br>
<br>
[servername1]<br>
channels = #triviachannelname <span style="color:#00CC11"><b>Must match a channel name listed in the server data in zcore.cnf (lowercase only)</b></span><br>
<br>
[servername1_triviachannelname] <span style="color:#00CC11"><b>Must match the server and channel listed above, without the # (lowercase only)</b></span><br>
cache = 0<br>
<br>
<a href="https://m0de-60.github.io/web/example.htm">Click here</a> to view zcore config examples!
</li>
<br>
<li>After configuration is complete go to your IRC terminal on the server where zCore is connected</li>
<br>
<li>In the IRC terminal type in this command:<br>
/privmsg botname mount-p trivia</li>
</ul>
<b>Botmaster Commands</b><br>
<ul>
In channel commands:
<li><b>!trivia on</b> - turn on the game</li>
<li><b>!trivia off</b> - turn off the game</li>
<li><b>!trivia skip</b> - skip current question</li>
<br>
/privmsg commands:
<li><b>/privmsg botname rem-q category-name <question number></b></li>
<li><b>/privmsg botname add-q category-name ^Question text goes here`Answer text here</b></li>
<li><b>/privmsg botname clean category-name</b></li>
<li><b>/privmsg botname clean all</b></li>
</ul>
<br><br>
<p align=center>°²·»¸_¸«·³°°²·»¸_¸«·³°°²·»¸_¸«·³°°²·»¸_¸«·³°°²·»¸_¸«·³°°²·»¸_¸«·³°°²·»¸_¸«·³° ><))°> *SPLASH*</span></p><br>
<span style="font-size: 14pt">
<p align=center>
<a name='about-zcore'></a>
<img src="https://m0de-60.github.io/web/zcore-logo-1.png">
<br>
<b>--------------------------------------------------------------------------
<br>
Scriptable and Modular Python IRC Bot Platform
<br>
--------------------------------------------------------------------------</b>
</p>
<p align=left></p>
<span style="font-size: 12pt">
<a href="https://m0de-60.github.io/web/zcore.htm">Click here</a> to visit the <b>zCore v0.1x User's Guide</b><br><br>
zCore is a free and open source software, written in Python and can run on any Windows, Linux (or macOS) operating system with Python 3.12.0 installed.
Out of the box zCore can connect to single or multiple IRC networks and channels that you specify in the configuration, and runs the zCore System Module that has basic IRC features and importable scripting functions for plugins.
<br><br>
zCore uses a multi-threaded and asyncronous processing structure that allows for multiple connections and features to run simultaneously.
The core software alone does everything needed for IRC connection. If no system module or plugin(s) are used, zCore will connect, and stay connected to IRC networks, join channels, and idle.
With the pre-installed zCore System Module, there are some basic built in channel operation commands (simple stuff like !op, !kick etc).
The zCore System Module also features an access priviledge system that can also be used in scripting plugins.
<br><br>
The access system consists of 3 levels of access to the zCore system administration functions, Global Botmasters (Full access), Local Admins (Limited access), and Voice users (+v). There is also a auto kick/ban list.
Any botmaster or admin listed receive +o (channel operator) when joining their accessed channels, and voice users receive +v on the channel.
<br>
<br>
zCore features a scriptable plugin system that can load and run custom designed Python modules. zCore accepts two forms of python modules, one is called the system module and the other is a plugin module.
The system module is a single universal supplement to the main core but can also be imported into plugin modules for scripting. These system modules handle the global attributes for all connection threads, such as userlist updating or administration access functions.
The plugin modules are desgined to trigger on specified IRC events, such as JOIN, PART, PRIVMSG etc as a normal IRC bot/client would. The scriptable system will have documentation on how users can make their own plugin modules.
<br>
<br>
Plugin modules are where users can really get creative. Along with some available plugins, users can also make their own plugins. The core software is capable of running one system module
and multiple zCore plugins simultaneously, and can be configured to run certain plugins on certain channels, or all channels etc. Thru this scriptable and modular system you could run multiple
IRC channel and network bots all on one platform effeciently, or host the same bot in multiple places without having to run extra shell processes. Also there will be a tutorial and coding guide
for users who want to learn how to make plugins for this software.
<br>
</span>
</div>
</td>
<td>
<p align=center>
<img src="https://m0de-60.github.io/web/zcore-logo-1.png" width="200" height="50"><br>
Version: 0.1x<br>
Author: Mode60/Neo Nemesis<br>
Alpha Testing<br>
<br>
<a href="https://github.com/m0de-60/zcore">Source Code</a> | <a href="https://m0de-60.github.io/web/zcore.htm">User Guide</a><br>
<br>
<br>
<br>
<b>FEATURED MODULE FOR TESTING</b>
</p>
<img src="https://m0de-60.github.io/web/trivia-master-logo.png" width="360" height="80"><br>
<p align=center>
Version: 1.00 Ultra Beta<br>
Developer: Mode60<br>
Beta Testing<br>
<br>
<a href="https://github.com/m0de-60/trivia-master">Source Code</a> | <a href="index.htm#trivia-master-test">User Guide</a>
</p>
<br> <br> <br> <br> <br> <br> <br>
</span>
</td>
</tr>
</table>
</span>
</body>
</html>