The Complete Wurm Unlimited Modding Guide - Ep. 2 - Item Template and Simple Crafting Recipe.
This Episode is about creating an ItemTemplate and a crafting recipe. A core section of modding is bringing new items into the world, be it so they can be used with custom actions or just to add to the world itself as a decoration or tool. Often these new items will be craftable. This video shows IN DEPTH how to make a new Item come to life and how to make a SIMPLE crafting recipe. (Advanced one coming up later.)
If you have any questions or feedback, post a comment, or hit me up on Discord!
Join the Modding Discord!
/ discord
------------------------------------------------------------------------------
Tools used:
Intelli-J:
https://www.jetbrains.com/de-de/idea/...
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
2:15 Setting Up a Github repository
9:02 (Re-Setting Up the Intelli-J Project after github push (DO BACKUPS!)
13:25 Making the ItemTemplate basics
23:44 Inventory Symbol and Item Types
27:17 Using jd-gui to explore vanilla Item code
1:01:13 Simple Crafting Recipe
1:10:49 Registering the new item with the server
1:13:24 Proper logging
1:17:00 Testing the item on the server
1:23:51 Outro and preview for the next episode
------------------------------------------------------------------------------
#wurm
#modding
#wurmunlimited
#java
#intellij