The Complete Wurm Unlimited Modding Guide - Ep. 4 - Custom Actions
This Episode is about how to create custom actions and behaviours (Actions appearing in menus) in Wurm Unlimited.
Another 90 minute banger with a lot of going into detail. Sorry not sorry.
If you have any questions or feedback, post a comment, or hit me up on Discord!
Join the Modding Discord!
https://discord.gg/Q8RgHhMYe5
------------------------------------------------------------------------------
Tools used:
Intelli-J:
https://www.jetbrains.com/de-de/idea/download/?section=windows
Scroll all the way down for the free community edition!
jd-gui:
https://java-decompiler.github.io/
------------------------------------------------------------------------------
If you like this tutorial series and want to support my Wurm Unlimited Server, you can leave some tip here: https://paypal.me/ChristianKnoll275
The money will go straight into the upkeep cost of the Server and all things Wurm Related.
-------------------------------------------------------------------------------------------
This is a series of videos meant to guide anyone through modding the game Wurm Unlimited. By working along you can get the gist of how to create a mod for Wurm unlimited.
The game might be dead, but our love for it is not and maybe you have a cool new idea you want to see in it? Then this video series is for you!
What you will need:
resilience (most important!)
english knowledge
logical thinking
(optimally, not a must) programming experience
What you will learn:
modifiying the game Wurm Unlimited with any change you desire.
a bit of Coding
a bit of Modelling
code analysis
trouble shooting
------------------------------------------------------------------------------
Chapters:
0:00 Intro
1:21 File structure, Performer, Behaviour
3:19 Building a custom Action Performer (aka the Action)
56:51 Building the Behaviour Provider (aka the Menu Entry for the Action)
1:06:07 Bringing everything together in the Main Class
1:08:33 Troubleshooting and testing the new functions
1:26:49 Outro and preview for the next episode
------------------------------------------------------------------------------
#wurm
#modding
#wurmunlimited
#java
#intellij