User contributions for Trio
From PMDOWiki
20 August 2023
- 03:5203:52, 20 August 2023 diff hist +357 Script Reference →UI:DestinationMenu(NLua.LuaTable)
- 03:4303:43, 20 August 2023 diff hist +382 Script Reference →UI:ChooseMonsterMenu(System.String,NLua.LuaTable,System.Boolean,System.Boolean)
- 03:3903:39, 20 August 2023 diff hist +207 Script Reference →UI:BeginChoiceMenu(System.String,NLua.LuaTable,System.Object,System.Object)
- 03:3303:33, 20 August 2023 diff hist +204 m Script Reference →UI:BeginMultiPageMenu(System.Int32,System.Int32,System.Int32,System.String,NLua.LuaTable,System.Int32,System.Object,System.Object)
- 03:1903:19, 20 August 2023 diff hist +1 Script Reference →Example
- 03:1903:19, 20 August 2023 diff hist +73 m Script Reference →DUNGEON:CharSetEmote(RogueEssence.Dungeon.Character,System.String,System.Int32)
19 August 2023
- 17:4917:49, 19 August 2023 diff hist +179 Script Reference No edit summary
- 16:4916:49, 19 August 2023 diff hist +52 Script Reference →UI:WaitShowDialogue
- 16:4816:48, 19 August 2023 diff hist +81 Script Reference →Arguments
- 16:4516:45, 19 August 2023 diff hist +13 Script Reference →Example
- 16:4416:44, 19 August 2023 diff hist +129 Script Reference →Example
- 15:3915:39, 19 August 2023 diff hist +114 Script Reference →DUNGEON:MoveScreen(RogueEssence.Content.ScreenMover)
- 15:3715:37, 19 August 2023 diff hist −5 Script Reference →Example
- 15:3615:36, 19 August 2023 diff hist +368 m Script Reference →GROUND:PlayVFX(RogueEssence.Content.FiniteEmitter,System.Int32,System.Int32,RogueElements.Dir8)
- 14:4914:49, 19 August 2023 diff hist +139 m Script Reference →GAME:RestartRogue(RogueEssence.Data.RogueConfig)
- 14:4614:46, 19 August 2023 diff hist +640 Script Reference No edit summary
18 August 2023
- 21:5221:52, 18 August 2023 diff hist −1 m Text Guide No edit summary
- 17:5317:53, 18 August 2023 diff hist +2 Text Guide No edit summary
- 17:5317:53, 18 August 2023 diff hist +218 Text Guide No edit summary
8 August 2023
- 23:5023:50, 8 August 2023 diff hist −1 Text Guide No edit summary
- 23:4923:49, 8 August 2023 diff hist +71 Text Guide No edit summary
- 23:4723:47, 8 August 2023 diff hist +98 Text Guide No edit summary
21 July 2023
- 20:4720:47, 21 July 2023 diff hist 0 m Script Reference →TASK:WaitTask
11 July 2023
- 00:2100:21, 11 July 2023 diff hist +14 m Lua Conversion Guide No edit summary
10 July 2023
- 22:0822:08, 10 July 2023 diff hist +438 Lua Conversion Guide No edit summary
4 July 2023
- 15:0115:01, 4 July 2023 diff hist −12 Lua Conversion Guide No edit summary
- 14:5514:55, 4 July 2023 diff hist +1,319 Lua Conversion Guide No edit summary
- 04:1504:15, 4 July 2023 diff hist +529 Lua Conversion Guide No edit summary
- 03:5503:55, 4 July 2023 diff hist +8,240 N 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..."
29 June 2023
- 04:2804:28, 29 June 2023 diff hist −2 Custom Ground Item Actions No edit summary current
- 04:2604:26, 29 June 2023 diff hist −6 Custom Ground Item Actions No edit summary
- 04:2604:26, 29 June 2023 diff hist +5,787 N 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:0704:07, 29 June 2023 diff hist 0 N File:CustomGroundAction Use.png No edit summary current
- 04:0704:07, 29 June 2023 diff hist 0 N File:CustomGroundAction TropicalPath.png No edit summary current
- 04:0704:07, 29 June 2023 diff hist 0 N File:CustomGroundAction Multiple.png No edit summary current
- 04:0704:07, 29 June 2023 diff hist 0 N File:CustomGroundAction GroundUseAction.png No edit summary current
- 04:0704:07, 29 June 2023 diff hist 0 N File:CustomGroundAction FindItem.png No edit summary current
- 04:0604:06, 29 June 2023 diff hist 0 N File:CustomGroundAction EnterTropicalPath.png No edit summary current
- 04:0604:06, 29 June 2023 diff hist 0 N File:CustomGroundAction EatResult.png No edit summary current
- 04:0604:06, 29 June 2023 diff hist 0 N File:CustomGroundAction Eat.png No edit summary current
- 04:0604:06, 29 June 2023 diff hist 0 N File:CustomGroundAction AppleGroundUseAction.png No edit summary current
- 04:0604:06, 29 June 2023 diff hist 0 N File:CustomGroundAction AppleGroundEatAction.png No edit summary current
- 04:0504:05, 29 June 2023 diff hist 0 N File:CustomGroundAction AfterEatAction.png No edit summary current
- 04:0404:04, 29 June 2023 diff hist 0 N File:CustomGroundAction AppleMain.png No edit summary current
- 04:0404:04, 29 June 2023 diff hist 0 N File:CustomGrioundAction AppleMain.png No edit summary current
25 June 2023
- 20:1820:18, 25 June 2023 diff hist −1 Map Statuses No edit summary
- 20:1720:17, 25 June 2023 diff hist 0 N File:MapStatus Cloud.png No edit summary current
- 20:1220:12, 25 June 2023 diff hist +3,852 N Map Statuses Created page with "=== Blizzard === * No additional effects 500px === Clouds Overhead === * No additional effects 500px === Cloudy === * All non-Normal moves are weakened 500px === Dark === 500px === Default Map Status === * No additional effects === Default Weather === * No additional effects === Electric Terrain === * Electric-type move are boosted * All..."
- 20:1020:10, 25 June 2023 diff hist 0 N File:MapStatus CloudOverhead.png No edit summary current
- 20:1020:10, 25 June 2023 diff hist 0 File:MapStatus Cloudy.png Trio uploaded a new version of File:MapStatus Cloudy.png current