Main Page: Difference between revisions
Jump to navigation
Jump to search
m (→Mod Editor Components: Added link for AI Navigation Node) |
(Updated layout) |
||
Line 4: | Line 4: | ||
Using the Mod Editor you can create your own Minigames and Board Maps for Pummel Party. | Using the Mod Editor you can create your own Minigames and Board Maps for Pummel Party. | ||
<div style="display: grid; grid-template-columns: 48% 50%; column-gap: 2%"> | |||
<div > | |||
<div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | |||
== Getting started == | == Getting started == | ||
=== Information === | === Information === | ||
Line 13: | Line 16: | ||
*[[Tutorials/Building A Board Mod|Building a board mod]] | *[[Tutorials/Building A Board Mod|Building a board mod]] | ||
*[[Tutorials/Building A Minigame Mod|Building a minigame mod]] | *[[Tutorials/Building A Minigame Mod|Building a minigame mod]] | ||
</div> | |||
<div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | |||
==Mod Editor Windows== | |||
Learn about the different windows that make up the Mod Editor. | |||
{| class="wikitable" | |||
|- | |||
| '''Primary Windows''' | |||
| [[Hierarchy Window]] - [[Inspector Window]] - [[Scene View]] - [[Asset Browser]] - [[Log Window]] | |||
|- | |||
| '''Other Windows''' | |||
| [[Mod Validator|Mod Validator Window]] - [[Publishing to the Steam Workshop|Publish Window]] - [[Published Mods Window]] | |||
|- | |||
|} | |||
</div> | |||
</div> | |||
<div> | |||
<div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | |||
== Mod Editor Components == | == Mod Editor Components == | ||
[[Component|Components]] are blocks of logic that added to [[Gameobject|gameobjects]] to give them unique functionality. | [[Component|Components]] are blocks of logic that added to [[Gameobject|gameobjects]] to give them unique functionality. | ||
{| class="wikitable" | |||
{| class="wikitable | |||
|- | |- | ||
| '''[[:Category:Gameplay Components|Gameplay]]''' | | '''[[:Category:Gameplay Components|Gameplay]]''' | ||
Line 42: | Line 62: | ||
| [[Transform Component|Transform]] - [[Prefab Instance Component|Prefab Instance]] - [[Note Component|Note]] | | [[Transform Component|Transform]] - [[Prefab Instance Component|Prefab Instance]] - [[Note Component|Note]] | ||
|} | |} | ||
</div> | |||
<div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | |||
== Mod Editor Assets == | == Mod Editor Assets == | ||
[[:Category:Assets|Assets]] are objects used in the creation of mods. | [[:Category:Assets|Assets]] are objects used in the creation of mods. | ||
= | {| class="wikitable" | ||
|- | |||
| '''Assets''' | |||
| [[Mesh Asset]] - [[Texture Asset]] - [[Audio Clip Asset]] - [[Material Asset]] - [[Prefab Asset]] | |||
|- | |||
| '''Importing Assets''' | |||
| [[Importing Audio]] - [[Importing Images]] - [[Importing Models]] | |||
|} | |||
</div> | |||
<div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | |||
== Actions == | == Actions == | ||
[[:Category:Actions|Actions]] are used with gameplay components to perform tasks whenever an event is fired. | [[:Category:Actions|Actions]] are used with gameplay components to perform tasks whenever an event is fired. | ||
{| class="wikitable | {| class="wikitable" | ||
|- | |- | ||
| '''General''' | | '''General''' | ||
Line 71: | Line 92: | ||
|- | |- | ||
|} | |} | ||
</div> | |||
</div> | |||
</div> | |||
Revision as of 21:31, 4 December 2022
Welcome to the Pummel Party Mod Editor Documentation
Using the Mod Editor you can create your own Minigames and Board Maps for Pummel Party.
Getting started
Information
Tutorials
Mod Editor Windows
Learn about the different windows that make up the Mod Editor.
Primary Windows | Hierarchy Window - Inspector Window - Scene View - Asset Browser - Log Window |
Other Windows | Mod Validator Window - Publish Window - Published Mods Window |
Mod Editor Components
Components are blocks of logic that added to gameobjects to give them unique functionality.
Gameplay | |
General | Mover - Simple Animator |
Minigame only | Item - AI Navigation Node - Logic - Player Spawn - Spawner - Trigger - Weapon |
Board only | Board Space - Board Space Event |
Rendering | Light - Line Renderer - Mesh Renderer - Particle System - Prop - Text - Water |
Audio | Audio Source |
Physics | Box Collider - Capsule Collider - Mesh Collider - Sphere Collider |
Other | Transform - Prefab Instance - Note |
Mod Editor Assets
Assets are objects used in the creation of mods.
Assets | Mesh Asset - Texture Asset - Audio Clip Asset - Material Asset - Prefab Asset |
Importing Assets | Importing Audio - Importing Images - Importing Models |
Actions
Actions are used with gameplay components to perform tasks whenever an event is fired.