All public logs
From PMDOWiki
Combined display of all available logs of PMDOWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:36, 25 August 2023 Trio talk contribs created page Creating Elements (Created page with "In this walkthrough, we'll add a new type — Sound — into PMDO, which is based on the specification described [https://pokemon-xenoverse.fandom.com/wiki/Sound_(type) here]. Make your game is set to a mod in Modding Intro so that you’re editing a mod instead of the base game. == Creating the New Type == Begin by creating a new type in the Element list. frameless 200px Click on '''Add''' and...")
- 22:18, 25 August 2023 Trio talk contribs created page File:Custom Types ElementList2.png
- 22:18, 25 August 2023 Trio talk contribs uploaded File:Custom Types ElementList2.png
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types TypeMap.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types TypelessMatchup.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types SoundChart.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types E093.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types TypeMap.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types E093.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types TypelessMatchup.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types WhisterFinalResult.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types FontResults.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types SoundEmptyMatchup.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types WhismurSound.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types ElementTableState.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types SoundOverview.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types SoundCompleted.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types UniversalEvent.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types BugTypeMatchup.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types WhismurForm.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types TypelessAll.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types Whismur.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types SoundName.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs created page File:Custom Types ElementList.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types SoundChart.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types ElementList.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types WhisterFinalResult.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types SoundCompleted.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types SoundOverview.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types SoundName.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types Whismur.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types UniversalEvent.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types WhismurForm.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types WhismurSound.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types ElementTableState.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types SoundEmptyMatchup.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types FontResults.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types TypelessAll.png (Uploaded with SimpleBatchUpload)
- 22:05, 25 August 2023 Trio talk contribs uploaded File:Custom Types BugTypeMatchup.png (Uploaded with SimpleBatchUpload)
- 03:55, 4 July 2023 Trio talk contribs created page Lua Conversion Guide (Created page with "While writing your own custom Lua scripts, there could be several instances where you might replicate the engine source code and modify it from there. However, it can be tricky translating C# into Lua, especially with C# methods and classes involving generics. == Examples == Below are some C# to Lua conversion cases you might encounter: === Calling C# Generic Method === ==== [https://github.com/RogueCollab/RogueEssence/blob/9d86c78c282f1104038582be9e789655b323a55d/R...")
- 04:26, 29 June 2023 Trio talk contribs created page Custom Ground Item Actions (Created page with "In this tutorial, we'll create our own custom ground actions for currently existing items. This tutorial will cover writing your own custom Lua GroundItemScript. Make your game is set to a mod in Modding Intro so that you’re editing a mod instead of the base game. We want add the following custom ground actions to the Apple: * Eat: The player gains an attack stat boost after it is consumed. * Use: The player is a prompted whether or not they want to enter Tropical...")
- 04:07, 29 June 2023 Trio talk contribs created page File:CustomGroundAction Use.png
- 04:07, 29 June 2023 Trio talk contribs uploaded File:CustomGroundAction Use.png
- 04:07, 29 June 2023 Trio talk contribs created page File:CustomGroundAction TropicalPath.png
- 04:07, 29 June 2023 Trio talk contribs uploaded File:CustomGroundAction TropicalPath.png
- 04:07, 29 June 2023 Trio talk contribs created page File:CustomGroundAction Multiple.png
- 04:07, 29 June 2023 Trio talk contribs uploaded File:CustomGroundAction Multiple.png
- 04:07, 29 June 2023 Trio talk contribs created page File:CustomGroundAction GroundUseAction.png
- 04:07, 29 June 2023 Trio talk contribs uploaded File:CustomGroundAction GroundUseAction.png
- 04:07, 29 June 2023 Trio talk contribs created page File:CustomGroundAction FindItem.png