Tutorial:Index: Difference between revisions

From PMDOWiki
Imbion (talk | contribs)
No edit summary
Tag: Manual revert
Imbion (talk | contribs)
No edit summary
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a directory page of all of the tutorials that can be found on the PMDO wiki. (Note: Redlinks may be placed if a tutorial is desired to be created in the future)
This is a directory page of all of the tutorials that can be found on the PMDO wiki. (Note: Redlinks may be placed if a tutorial is desired to be created in the future)


== Player Guides ==
Guides for players that don't intend to edit the content of the game.
* [[Tutorial:Generating the Guide|Generating the Guide]]
* [[Tutorial:Save File Recovery|Save File Recovery]]
* [[Tutorial:Manual Install|Manual Install]]
== Maintenance ==
Tutorials related to maintaining aspects of PMDO.
*[[Tutorial:Maintaining PMDO|Maintaining PMDO]] - hub for maintenance tutorials.
== Assets ==
== Assets ==
Tutorials related on how to create and implement new assets into PMDO.
Tutorials related on how to create and implement new assets into PMDO.
Line 11: Line 20:
* [[Tutorial:Modding Tilesets|Modding Tilesets]]
* [[Tutorial:Modding Tilesets|Modding Tilesets]]
* [[Tutorial:PMD Sprite Format|PMD Sprite Format]]
* [[Tutorial:PMD Sprite Format|PMD Sprite Format]]
* [[Tutorial:Editing Content Params|Editing Content Params]] (covers editing the title screen and certain other aspects)


== Additions ==
== Additions ==
Tutorials related on how to create and implement new additions to PMDO, such as items and Pokemon.
Tutorials related on how to create and implement new additions to PMDO, such as items and Pokemon.
* [[Tutorial:Creating Items|Creating Items]]
* [[Tutorial:Creating Items|Creating Items]]
* [[Tutorial:Creating Map Statuses|Creating Map Statuses]]  
* [[Tutorial:Creating Map Statuses|Creating Map Statuses]] (includes how to tint the screen a different colour)
* [[Tutorial:Creating Moves|Creating Moves]]
* [[Tutorial:Creating Moves|Creating Moves]]
* [[Tutorial:Creating New Types|Creating New Types]]
* [[Tutorial:Creating New Types|Creating New Types]]
* [[Creating TMs]]
* [[Tutorial:Creating TMs|Creating TMs]]
* [[Tutorial:Adding New Settings|Adding New Settings]]
* [[Tutorial:Editing Menus|Editing Menus]]


== Scripting ==
== Scripting ==
Line 26: Line 38:
* [[Tutorial:Storing Custom Data on Pokémon|Storing Custom Data on Pokémon]]
* [[Tutorial:Storing Custom Data on Pokémon|Storing Custom Data on Pokémon]]
* [[Tutorial:Text Guide|Text Guide]]
* [[Tutorial:Text Guide|Text Guide]]
* [[Tutorial:Coordinating Coroutines|Coordinating Coroutines]]
* [[Tutorial:Managing Ground Map State|Managing Ground Map State]]
* [[Tutorial:Partner Following|Partner Following]]


== Zones and Dungeons ==
== Zones and Dungeons ==
Line 50: Line 65:
Tutorials related directly to PMDO code.
Tutorials related directly to PMDO code.


* [[Tutorial:Lua Basics|Lua Basics]]
* [[Tutorial:Contributing Code|Contributing Code]]
* [[Tutorial:Contributing Code|Contributing Code]]
* [[Tutorial:Getting Started With Git|Getting Started With Git]]
* [[Tutorial:Getting Started With Git|Getting Started With Git]]
** [[Tutorial:Collaboration Using Git|Collaboration Using Git]]
* [[Tutorial:Lua Conversion Guide|Lua Conversion Guide]]
* [[Tutorial:Lua Conversion Guide|Lua Conversion Guide]]
* [[Tutorial:Upgrading FNA Dependencies|Upgrading FNA Dependencies]]
* [[Tutorial:Upgrading Lua Debug|Upgrading Lua Debug]]
* [[Tutorial:Troubleshooting Debug on OSX ARM64|Troubleshooting Debug on OSX ARM64]]
* [[Tutorial:Troubleshooting Startup on Intel Atom|Troubleshooting Startup on Intel Atom]]
* [[Tutorial:Patching_Ground_Map_Scripts|Patching Ground Map Scripts]]


== File Management ==
== File Management ==
Tutorials related directly to PMDO files.
Tutorials related directly to PMDO files.


* [[Tutorial:Manual Install|Manual Install]]
* [[Tutorial:Mod Script File Management|Mod Script File Management]]
* [[Tutorial:Navigating PMDO's Repository|Navigating PMDO's Repository]]


[[Category:Wiki]]
[[Category:Wiki]] [[Category:Namespace]]

Latest revision as of 18:22, 24 November 2025

This is a directory page of all of the tutorials that can be found on the PMDO wiki. (Note: Redlinks may be placed if a tutorial is desired to be created in the future)

Player Guides

Guides for players that don't intend to edit the content of the game.

Maintenance

Tutorials related to maintaining aspects of PMDO.

Assets

Tutorials related on how to create and implement new assets into PMDO.

Additions

Tutorials related on how to create and implement new additions to PMDO, such as items and Pokemon.

Scripting

Tutorials relating to scripting.

Zones and Dungeons

Tutorials related to zones and dungeons.

Ground Maps

Tutorials related to ground maps.

Coding

Tutorials related directly to PMDO code.

File Management

Tutorials related directly to PMDO files.