Difference between revisions of "Main Page"
(*/ Lua /* shuffle more links) |
(change basics link to introduction page) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 23: | Line 23: | ||
<!--T:4--> | <!--T:4--> | ||
− | New to Mudlet? Why not start with [ | + | New to Mudlet? Why not start with [[Manual:Introduction | 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 | + | 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]. |
− | == | + | == Download == |
− | + | 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. | |
− | + | ||
− | + | 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]] | ||
− | * [[Manual:Technical_Manual|Technical Manual]] | + | ** [[Manual:Technical_Manual|Technical Manual]] |
− | ** [[Special:MyLanguage/Manual:Lua Functions | Mudlet Lua API]] | + | *** [[Manual:General Features|General Mudlet features]] |
− | *** [[Manual:Database Functions]] | + | *** [[Manual:Using Variables in Mudlet|Using variables in Mudlet]] |
− | *** [[Manual:Date/Time Functions]] | + | *** [[Manual:Alias Engine|Alias engine]] |
− | *** [[Manual:Discord Functions]] | + | *** [[Manual:Trigger Engine|Trigger engine]] |
− | *** [[Manual:Mapper Functions]] | + | *** [[Manual:Timer Engine|Timer engine]] |
− | *** [[Manual:Miscellaneous Functions]] | + | *** [[Manual:Event_Engine|Event engine]] |
− | *** [[Manual:Mudlet Object Functions]] | + | *** [[Manual:Editor|Editor]] |
− | *** [[Manual:Networking Functions]] | + | *** [[Manual:Unicode|Unicode]] |
− | *** [[Manual:String Functions]] | + | *** [[Manual:Mapper|Mapper]] |
− | *** [[Manual:Table Functions]] | + | *** [[Manual:Advanced Lua|Advanced Lua]] |
− | *** [[Manual:Text to Speech Functions]] | + | *** [[Manual:Supported Protocols]] |
− | *** [[Manual:UI Functions]] | + | *** [[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] | * [https://www.mudlet.org/geyser/files/geyser/Geyser.html Geyser Reference Docs] | ||
− | |||
− | |||
− | |||
* [[Special:MyLanguage/Translating Mudlet|Translating Mudlet]] | * [[Special:MyLanguage/Translating Mudlet|Translating Mudlet]] | ||
* [[Accessibility]] | * [[Accessibility]] | ||
Line 68: | Line 82: | ||
* [[Special:MyLanguage/Standards:Discord_GMCP | Discord Rich Presence over GMCP]] | * [[Special:MyLanguage/Standards:Discord_GMCP | Discord Rich Presence over GMCP]] | ||
* [[Special:MyLanguage/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]] | ||
− | + | == Learn Lua == <!--T:12--> | |
− | == Lua == <!--T:12--> | ||
<!--T:13--> | <!--T:13--> | ||
− | Mudlet uses 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: |
− | Learning Lua is really rewarding - | ||
* [http://www.lua.org/pil/ Programming in Lua] (official, but might be hard to follow) | * [http://www.lua.org/pil/ Programming in Lua] (official, but might be hard to follow) | ||
Line 82: | Line 95: | ||
* [https://devhints.io/lua Lua cheatsheet] | * [https://devhints.io/lua Lua cheatsheet] | ||
* and various [http://lua-users.org/wiki/TutorialDirectory Lua tutorials] | * and various [http://lua-users.org/wiki/TutorialDirectory Lua tutorials] | ||
+ | |||
== Special Links == <!--T:14--> | == Special Links == <!--T:14--> |
Latest revision as of 05:23, 23 June 2024
|