Modding Hub: Difference between revisions

From PMDOWiki
Shitpost Sunkern (talk | contribs)
Game Mechanics: properly link new type tutorial
Shitpost Sunkern (talk | contribs)
No edit summary
Line 50: Line 50:
* [[PMD Sprite Format]]
* [[PMD Sprite Format]]
* [[Sprite Tool|Sprite Tool Manual]]
* [[Sprite Tool|Sprite Tool Manual]]
* [[Mass Sprite Import]] (Advanced. Modders can skip this page.)


=== Audio ===
=== Audio ===
Line 78: Line 79:
** [[Scripting Cheat Sheet]]
** [[Scripting Cheat Sheet]]
* [[Service Callbacks]]
* [[Service Callbacks]]
* Callable Functions on a...
* Data Structure Documentation
** [[Ground Map]]
** [[BattleData Reference| BattleData]]
** [[Dungeon Map]]
** [[BattleContext Reference| BattleContext]]
** [[Zone]]
** [[DataManager Reference| DataManager]]
** [[Character]]
** [[TileData Reference| TileData]]
** [[IntrinsicData Reference| IntrinsicData]]
** [[SkillData Reference| SkillData]]
** [[MapStatusData Reference| MapStatusData]]
** [[StatusData Reference| StatusData]]
** [[ItemData Reference| ItemData]]
** [[MonsterData Reference| MonsterData]]


=== Miscellaneous ===
=== Miscellaneous ===
* [[Manual Install]]
* [[Controller Support]]
* [[Controller Support]]
* C# [[Code Documentation]] links
* C# [[Code Documentation]] links


[[Category: Modding]]
[[Category: Modding]]

Revision as of 04:04, 20 October 2023

Tutorials

If it's your first time making a mod, start here:

Graphics

Audio

Dungeon Generation

Game Mechanics

Ground Maps and Cutscenes

Scripting

Documentation

Graphics

Audio

Dungeon Generation

Game Mechanics

Ground Maps and Cutscenes

Scripting

Miscellaneous