Moduprint: Difference between revisions

From Resonite Wiki
m Colin The Cat moved page User:Colin The Cat/Moduprint to Moduprint: Move out of user category
m Update links, typo
Line 1: Line 1:
Moduprint is a [[Community Tools|Community Tool]] created by [[User:Colin_The_Cat|Colin The Cat]]. It is a modular ProtoFlux "Print System" similar to [[Redprint]] or [[OpenPrint]] where almost every aspect of it is implemented by a module. [[User:Colin_The_Cat/Moduprint/Modules|Modules]] are smaller pieces of ProtoFlux which can be installed or uninstalled from the Moduprint Manager for customization. The manager itself only acts as a host for the modules.
Moduprint is a [[Community Tools|Community Tool]] created by [[User:Colin_The_Cat|Colin The Cat]]. It is a modular ProtoFlux "Print System" similar to [[Redprint]] or [[OpenPrint]] where almost every aspect of it is implemented by a module. [[Moduprint/Modules|Modules]] are smaller pieces of ProtoFlux which can be installed or uninstalled from the Moduprint Manager for customization. The manager itself only acts as a host for the modules.


=== Public Folder ===
=== Public Folder ===
Line 11: Line 11:
* Interoperability: Packing modules provide support for several other community ProtoFlux tools like [[Redprint]], [[OpenPrint]], or [[LightPrint]]. This allows for both packing and unpacking in their specific formats. Multiple packing modules can be installed at the same time.
* Interoperability: Packing modules provide support for several other community ProtoFlux tools like [[Redprint]], [[OpenPrint]], or [[LightPrint]]. This allows for both packing and unpacking in their specific formats. Multiple packing modules can be installed at the same time.
* Performance: Depending on the configuration, spawning can cause lag, but the print system itself causes no lag by just existing in a session.
* Performance: Depending on the configuration, spawning can cause lag, but the print system itself causes no lag by just existing in a session.
* Comments: A comments modules compatible with [[Redprint]] is available.
* Comments: A comments module compatible with [[Redprint]] is available.


=== Presets ===
=== Presets ===
Line 20: Line 20:
* OpenPrint: Includes all modules needed to be interoperable with [[OpenPrint]].
* OpenPrint: Includes all modules needed to be interoperable with [[OpenPrint]].
* Redprint: Includes all modules needed to be interoperable with [[Redprint]].
* Redprint: Includes all modules needed to be interoperable with [[Redprint]].
* Vanilla: Only the most basic modules, including a 2D grid and packing support similar to the [[ProtoFlux_Tool|ProtoFlux Tool]].
* Vanilla: Only the most basic modules, including a 2D grid and packing support similar to the [[ProtoFlux Tool]].


=== Creating your own Modules ===
=== Creating your own Modules ===


Guidance how to create your own modules can be found on the [[User:Colin_The_Cat/Moduprint/API|API Documentation]].
Guidance on how to create your own modules can be found on the [[Moduprint/API|API Documentation]].

Revision as of 14:52, 4 August 2025

Moduprint is a Community Tool created by Colin The Cat. It is a modular ProtoFlux "Print System" similar to Redprint or OpenPrint where almost every aspect of it is implemented by a module. Modules are smaller pieces of ProtoFlux which can be installed or uninstalled from the Moduprint Manager for customization. The manager itself only acts as a host for the modules.

Public Folder

The Moduprint public folder can be spawned in the game by pasting the following URL:
resrec:///U-1QbdepR26LI/R-CB30C41B4356E36B163150D6264D16E3AADE132E7A3A8BF219678ED37BAC0648

Main Features

  • Tabs: Similar to a browser or Visual Studio (Code), Moduprint lets you work in multiple tabs on the same print, one for each unpacked ProtoFlux slot.
  • Interoperability: Packing modules provide support for several other community ProtoFlux tools like Redprint, OpenPrint, or LightPrint. This allows for both packing and unpacking in their specific formats. Multiple packing modules can be installed at the same time.
  • Performance: Depending on the configuration, spawning can cause lag, but the print system itself causes no lag by just existing in a session.
  • Comments: A comments module compatible with Redprint is available.

Presets

Manually installing all modules on a blank manager can take some time. The public folder contains presets based on other tools:

  • Moduprint: Comes with a 2D grid and the Moduprint packing format preinstalled.
  • OpenPrint: Includes all modules needed to be interoperable with OpenPrint.
  • Redprint: Includes all modules needed to be interoperable with Redprint.
  • Vanilla: Only the most basic modules, including a 2D grid and packing support similar to the ProtoFlux Tool.

Creating your own Modules

Guidance on how to create your own modules can be found on the API Documentation.