Terraria Mods Wiki
No edit summary
MrBot5 (talk | contribs)
(→‎top: Updated inline styles to classes to standardize and work on both themes)
 
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
{{modname|mainpageset}}<!--
[[File:Mod Helpers Icon.png|center|frameless|link=]]
 
{{#vardefine:box|border: 3px solid #AFCFE2; border-radius: 5px; -moz-border-radius: 5px; padding: 7px;}}
+
-->{{#vardefine:box|border: 3px solid #AFCFE2; border-radius: 5px; -moz-border-radius: 5px; padding: 7px;}}
 
{| width=100%
 
{| width=100%
|style="{{#var:box}} padding: 0px;" |
+
|style="{{#var:box}} padding: 0px;" |
 
<div id="mf-wikiheader">
 
<div id="mf-wikiheader">
  +
<div class="box">
<div style="background: #E4F0F7; padding: 8px; margin: 3px; color: #033251; text-align: center;">
 
 
<span style="font-size: 162%">Welcome to the '''Mod Helpers''' wiki page,</span>
 
<span style="font-size: 162%">Welcome to the '''Mod Helpers''' wiki page,</span>
<br />
+
<br/>
 
here are some useful links.
 
here are some useful links.
  +
 
 
<!-------------------- LINKS -------------------->
 
<!-------------------- LINKS -------------------->
 
<div style="border: 1px solid #AFCFE2; margin-top: 5px;">
 
<div style="border: 1px solid #AFCFE2; margin-top: 5px;">
{| align=center width=100% style="padding: 5px; text-align: center; background: #fff"
+
{| align=center width=100% sclass="linksbox"
| width=25% |
+
| width=25% |
 
<span class="plainlinks">
 
<span class="plainlinks">
[https://forums.terraria.org/index.php?threads/mod-helpers-a-modders-mod-for-mods-and-modding.63670/ '''Forum Thread'''] • [https://github.com/hamstar0/tml-hamstarhelpers-mod '''Github Page''']
+
[https://forums.terraria.org/index.php?threads/mod-helpers-a-modders-mod-for-mods-and-modding.63670/ '''Forum Thread'''] • [https://github.com/hamstar0/tml-hamstarhelpers-mod '''Github Page''']
  +
[https://www.patreon.com/hamstar0 '''Patreon Support Page''']
 
</span>
 
</span>
 
|}</div>
 
|}</div>
Line 25: Line 26:
 
|- valign=top
 
|- valign=top
 
<!-------------------- THE MOD Mod Helpers--------->
 
<!-------------------- THE MOD Mod Helpers--------->
| width=65% style="{{#var:box}}" | <div id="TheMod"> {{heading|Mod Helpers|[[File:Mod Helpers Icon.png|none|link=|Mod Logo]]}}
+
| width=65% style="{{#var:box}}" | <div id="TheMod"> {{heading|Mod Helpers|[[File:Logo (Mod Helpers).png|none|link=|Mod Logo]]}}
 
<div style="padding-left: 1em;">
 
<div style="padding-left: 1em;">
{| width=100% cellspacing=0 cellpadding=0 | width=37% valign=top |
 
 
Supplies assorted helper functions and classes, and provides a handy in-game mod control panel UI for listing mods, reporting bugs, editing configs, and other customizations.
 
Supplies assorted helper functions and classes, and provides a handy in-game mod control panel UI for listing mods, reporting bugs, editing configs, and other customizations.
  +
|}
 
  +
'''New (v3)''': Mod Helpers now adds a UI to the mod info and browser menus to view, apply, and search mods by [[Mod Tags (Mod Helpers)|descriptive tags]].
  +
  +
Modders may also make use of config and issue report functions, as indicated [https://forums.terraria.org/index.php?threads/mod-helpers.63670/#modders in the thread] (download also available).
  +
  +
'''New''': [https://github.com/hamstar0/tml-hamstarhelpers-mod/wiki Guides] now available for specific, advanced mod features. [https://hamstar0.github.io/tml-hamstarhelpers-mod/ Library API documentation] (for v5) is now also available.
 
</div></div>
 
</div></div>
   
 
<!-------------------- ADDITIONS -------------------->
 
<!-------------------- ADDITIONS -------------------->
| width=35% style="{{#var:box}}" | <div id="additions"> {{heading|Additions}}
+
| width="35%" style="{{#var:box}}" | <div id="additions"> {{heading|Additions}}
 
<div style="padding-left: 1em;">
 
<div style="padding-left: 1em;">
{| width=100% cellspacing=0 cellpadding=0 | width=37% valign=top |
+
{| width=100% cellspacing=0 cellpadding=0 | valign=top |
| style="padding-right:5px;" |
+
| valign=top style="padding-right:5px;" |'''User features:'''
 
* [[Mod Tags (Mod Helpers)|Mod Tags]]
 
* [[Control Panel (Mod Helpers)|Control Panel]]
 
* [[Control Panel (Mod Helpers)|Control Panel]]
 
| valign=top style="padding-right:5px;" |'''Modder features:'''
 
* [[Packet Protocol (Mod Helpers)|Packet Protocol]]
 
* [[Packet Protocol (Mod Helpers)|Packet Protocol]]
| style="padding-right:5px;" |
 
 
* [[Entity Groups (Mod Helpers)|Entity Groups]]
 
* [[Entity Groups (Mod Helpers)|Entity Groups]]
* [[Custom Entities (Mod Helpers)|Custom Entities (WIP)]]
 
 
|}
 
|}
 
</div></div>
 
</div></div>
Line 47: Line 52:
 
|}
 
|}
   
[[Category:Mod Helpers|*]]
+
[[Category:Mod Helpers| ]]

Latest revision as of 00:04, 7 July 2021

Welcome to the Mod Helpers wiki page,
here are some useful links.

Mod Logo
Mod Helpers

Supplies assorted helper functions and classes, and provides a handy in-game mod control panel UI for listing mods, reporting bugs, editing configs, and other customizations.

New (v3): Mod Helpers now adds a UI to the mod info and browser menus to view, apply, and search mods by descriptive tags.

Modders may also make use of config and issue report functions, as indicated in the thread (download also available).

New: Guides now available for specific, advanced mod features. Library API documentation (for v5) is now also available.

Additions
User features: Modder features: