The Complete Wurm Unlimited Modding Guide - Ep. 3 - Custom Models and Server Packs
This Episode is about how to get custom models into the game, and setting up serverpacks / httpserver.
Just a little bite sized thing after the 90 minute monster of last episode. ;)
See you next episode with a custom action!
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
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