Main Page: Difference between revisions

From Pummel Party Mod Documentation
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" style="width:50%"
|-
|-
| '''[[: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.
=== Asset types ===
{| class="wikitable"
*[[Mesh Asset]]
|-
*[[Texture Asset]]
| '''Assets'''
*[[Audio Clip Asset]]
| [[Mesh Asset]] - [[Texture Asset]] - [[Audio Clip Asset]] - [[Material Asset]] - [[Prefab Asset]]
*[[Material Asset]]
|-
*[[Prefab Asset]]
| '''Importing Assets'''
 
| [[Importing Audio]] - [[Importing Images]] - [[Importing Models]]
=== Importing Audio/Images/Models ===
|}
*[[Importing Audio]]
</div>
*[[Importing Images]]
*[[Importing Models]]


<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" style="width:50%"
{| class="wikitable"
|-
|-
| '''General'''
| '''General'''
Line 71: Line 92:
|-
|-
|}
|}
</div>
</div>


==Mod Editor Windows==
</div>
Learn about the different windows that make up the Mod Editor.
{| class="wikitable" style="width:50%"
|-
| '''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]]
|-
|}

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.

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 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