Difference between revisions of "Main Page"

From Mudlet
Jump to navigation Jump to search
(Add link for GMCP Auth)
 
(23 intermediate revisions by 5 users not shown)
Line 23: Line 23:
  
 
<!--T:4-->
 
<!--T:4-->
New to Mudlet? Why not start with [http://mudlet.org/media the basics], or take a look at '''[[Special:MyLanguage/Manual:Contents | Mudlet Manual]]'''. Or perhaps you want to find the answer to a [[Special:MyLanguage/FAQ | Frequently Asked Question]]. If you don't have it yet, [http://www.mudlet.org/download/ download it] - it's free, and works on Windows, macOS, and Linux computers.
+
New to Mudlet? Why not start with [http://mudlet.org/media the basics], or take a look at '''[[Special:MyLanguage/Manual:Contents | Mudlet Manual]]'''. or [[Special:MyLanguage/FAQ | Frequently Asked Questions]].
  
 
<!--T:5-->
 
<!--T:5-->
Are you having troubles with Mudlet? We can help. [http://forums.mudlet.org/viewforum.php?f=9 Start here].
+
Are you having troubles with Mudlet? We have a bunch of community members that can can help either on our [http://forums.mudlet.org Forums] or [http://mudlet.org/chat Discord].
  
  
== External Links == <!--T:6-->
+
== Download ==
  
<!--T:7-->
+
If you don't have the program yet, [http://www.mudlet.org/download/ download it] - it's free, and works on Windows, macOS, and Linux computers.
* [http://www.mudlet.org Mudlet Homepage]
+
 
* [http://forums.mudlet.org Forums]
+
Alternatively, [[Special:MyLanguage/Compiling Mudlet|compile Mudlet]] yourself.
  
  
Line 40: Line 40:
 
<!--T:9-->
 
<!--T:9-->
 
* [[Special:MyLanguage/Manual:Contents | Mudlet Manual]]
 
* [[Special:MyLanguage/Manual:Contents | Mudlet Manual]]
* [[Special:MyLanguage/Manual:Lua Functions | Mudlet Lua API]]
+
** [[Manual:Technical_Manual|Technical Manual]]
* [[Special:MyLanguage/FAQ | Frequently Asked Questions]]
+
*** [[Manual:General Features|General Mudlet features]]
* [http://forums.mudlet.org/viewforum.php?f=6&sid=496c6a8681d893ba946c212101866004 Mudlet Packages]
+
*** [[Manual:Using Variables in Mudlet|Using variables in Mudlet]]
* [[Special:MyLanguage/Compiling Mudlet|Compiling Mudlet]]
+
*** [[Manual:Alias Engine|Alias engine]]
* [[Translating Mudlet]]
+
*** [[Manual:Trigger Engine|Trigger engine]]
 +
*** [[Manual:Timer Engine|Timer engine]]
 +
*** [[Manual:Event_Engine|Event engine]]
 +
*** [[Manual:Editor|Editor]]
 +
*** [[Manual:Unicode|Unicode]]
 +
*** [[Manual:Mapper|Mapper]]
 +
*** [[Manual:Advanced Lua|Advanced Lua]]
 +
*** [[Manual:Supported Protocols]]
 +
*** [[Manual:Mudlet_Packages|Mudlet packages]]
 +
**** [https://wiki.mudlet.org/w/Category:Mudlet_Package_Listing Wiki Package Listing]
 +
**** [http://forums.mudlet.org/viewforum.php?f=6 Mudlet Packages Forum]
 +
*** [[Manual:Screen_Readers|Screen readers]]
 +
*** [[Manual:Scripting|Scripting]]
 +
*** [[Manual:Best Practices|Best practices]]
 +
*** [[Special:MyLanguage/Manual:Lua Functions | Mudlet Lua API]]
 +
**** [[Manual:Database Functions]]
 +
**** [[Manual:Date/Time Functions]]
 +
**** [[Manual:Discord Functions]]
 +
**** [[Manual:Mapper Functions]]
 +
**** [[Manual:Miscellaneous Functions]]
 +
**** [[Manual:Mudlet Object Functions]]
 +
**** [[Manual:Networking Functions]]
 +
**** [[Manual:String Functions]]
 +
**** [[Manual:Table Functions]]
 +
**** [[Manual:Text to Speech Functions]]
 +
**** [[Manual:UI Functions]]
 +
* [https://www.mudlet.org/geyser/files/geyser/Geyser.html Geyser Reference Docs]
 +
* [[Special:MyLanguage/Translating Mudlet|Translating Mudlet]]
 +
* [[Accessibility]]
 +
 
  
 
== MUD standards == <!--T:10-->
 
== MUD standards == <!--T:10-->
Line 50: Line 79:
 
<!--T:11-->
 
<!--T:11-->
 
We will preserve the documentation of MUD standards that may get lost (because the original site is breaking down or is already offline) as they are implemented in Mudlet. We may also look into developing some of them in the future.
 
We will preserve the documentation of MUD standards that may get lost (because the original site is breaking down or is already offline) as they are implemented in Mudlet. We may also look into developing some of them in the future.
* [[Standards:MMP | MUD Mapping Protocol]]
+
* [[Special:MyLanguage/Standards:MMP | MUD Mapping Protocol]]
* [[Standards:Discord_GMCP | Discord Rich Presence over GMCP]]
+
* [[Special:MyLanguage/Standards:Discord_GMCP | Discord Rich Presence over GMCP]]
* [[Standards:MUD_Client_Media_Protocol | Mud Client Media Protocol]]
+
* [[Special:MyLanguage/Standards:MUD_Client_Media_Protocol | Mud Client Media Protocol]]
 +
* [[Special:MyLanguage/Standards:GMCP_Authentication | GMCP Authentication]]
  
== Lua == <!--T:12-->
+
== Learn Lua == <!--T:12-->
  
 
<!--T:13-->
 
<!--T:13-->
Mudlet uses Lua! Learning it is really rewarding - take a look at excellent stuff like the [http://luatut.com/ Lua tutorial] (has an intro+crash course), [http://tylerneylon.com/a/learn-lua/ Learn Lua in 15 mins], [http://www.lua.org/pil/ Programming in Lua] (official, but might be hard to follow) and various [http://lua-users.org/wiki/TutorialDirectory Lua tutorials].
+
Mudlet uses Lua for scripting, giving you ways to automate your gaming sessions.  Learning Lua is really rewarding - take a look at excellent stuff like:
 +
 
 +
* [http://www.lua.org/pil/ Programming in Lua] (official, but might be hard to follow)
 +
* [https://www.youtube.com/playlist?list=PLxgtJR7f0RBKGid7F2dfv7qc-xWwSee2O Learning Lua] (video playlist)
 +
* [https://learnxinyminutes.com/docs/lua/ Learn X in Y minutes - Lua] (if you're familiar with coding already)
 +
* [https://www.youtube.com/watch?v=S4eNl1rA1Ns Learn Lua in an Hour] (video from the same author)
 +
* [https://devhints.io/lua Lua cheatsheet]
 +
* and various [http://lua-users.org/wiki/TutorialDirectory Lua tutorials]
  
  
Line 63: Line 100:
  
 
<!--T:15-->
 
<!--T:15-->
* [[:Special:AllPages | All Pages]]
+
* [[Special:AllPages | All Pages]]
 
* [[Special:MyLanguage/Report Spam|Report spam]] if you notice suspicious behavior
 
* [[Special:MyLanguage/Report Spam|Report spam]] if you notice suspicious behavior
  
Line 70: Line 107:
  
 
<!--T:17-->
 
<!--T:17-->
Interested in contributing to this site? Use the following links to learn more about MediaWiki: (Note that the following links are not related to Mudlet)
+
Interested in contributing to this site? Please do! While first edit will be manually approved (this is to help against spambots), any follow-up edits will show up right away.
 +
 
 +
Use the following links to learn more about MediaWiki: (note that the following links are not related to Mudlet)
  
 
<!--T:18-->
 
<!--T:18-->

Latest revision as of 06:26, 17 February 2024

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎Türkçe • ‎français • ‎italiano • ‎polski • ‎suomi • ‎Ελληνικά • ‎русский • ‎العربية • ‎中文(台灣)‎ • ‎한국어
Welcome to the Mudlet Wiki!

About Mudlet

A cross-platform, open source, and super fast MUD client with scripting in Lua.

New to Mudlet? Why not start with the basics, or take a look at Mudlet Manual. or Frequently Asked Questions.

Are you having troubles with Mudlet? We have a bunch of community members that can can help either on our Forums or Discord.


Download

If you don't have the program yet, download it - it's free, and works on Windows, macOS, and Linux computers.

Alternatively, compile Mudlet yourself.


Wiki Links


MUD standards

We will preserve the documentation of MUD standards that may get lost (because the original site is breaking down or is already offline) as they are implemented in Mudlet. We may also look into developing some of them in the future.

Learn Lua

Mudlet uses Lua for scripting, giving you ways to automate your gaming sessions. Learning Lua is really rewarding - take a look at excellent stuff like:


Special Links


Using MediaWiki

Interested in contributing to this site? Please do! While first edit will be manually approved (this is to help against spambots), any follow-up edits will show up right away.

Use the following links to learn more about MediaWiki: (note that the following links are not related to Mudlet)