Goldfuscate Plugin [Forge 1.18.2]

Started by Goldorion on

Topic category: Plugins and third-party tools

Goldfuscate Plugin [Forge 1.18.2]
Wed, 09/07/2022 - 02:50 (edited)

 Goldfuscate, personalize the player model!

Goldfuscate is a plugin adding the possibility to use Posture, a library created by MrCrayfish, a powerful API to make custom animations on the player's model.

Download Posture

NO FORGE 1.16.5!

I stopped to support Forge 1.16.5 because it would have required more work for just a few weeks as the generator is removed in the next MCreator's snapshot. It would have also complexified my job as it works with another mod (Posture 1.18+, Obfuscate 1.17-).

Short tutorial:

1. When you have your procedure, you must select the new global trigger called "Setup rotations of the player - Posture". This will allow Posture to know how to execute the code.

trigger

This plugin adds 2 new procedure blocks allowing you to make everything. The first procedure block (see the image below) allow you to get a value of a part of the player model. The second block is the block used to change a value of a part of the model.

blocks

Changelog:

2.0:

- Added support for Posture (replacement of Obfuscate for 1.18+)
- Added support for Forge 1.18.2
- Removed support for Obfuscate and Forge 1.16.5
- Changed procedure blocks to represent the Mojmap names (old procedures will break)
- Added 2 new internal data lists

GitHub: https://github.com/Goldorion/Goldfuscate
MCreator: https://mcreator.net/plugin/68758/goldfuscate

Edited by Goldorion on Wed, 09/07/2022 - 02:50
And you will still wait…
Fri, 09/02/2022 - 23:56

And you will still wait because it is not updated to 1.18.x+ and Forge 1.16.5 support will be dropped in the next MCreator update, so I will not work on it for just a few weeks.

By the way, this is not a way to ask something for a free (and hobby) project and even for something you would have paid, this is not a way to ask something from someone.

A new version has been…
Tue, 09/06/2022 - 23:26

A new version has been released... after way too much time (sorry).

https://mcreator.net/plugin/68758/goldfuscate

Changelog:

# 2.0
- Added support for Posture (replacement of Obfuscate for 1.18+)
- Added support for Forge 1.18.2
- Removed support for Obfuscate and Forge 1.16.5
- Changed procedure blocks to represent the Mojmap names (old procedures will break)
- Added 2 new internal data lists
Last seen on 12:12, 2. May 2024
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried to create a trigger…
Tue, 10/04/2022 - 12:59

I tried to create a trigger that when the player uses an item it makes an animation, but I tried it in several ways and I always have the problem with the Provided dependencies of the Playermodel.
Can anyone help me?