The Complete Wurm Unlimited Modding Guide - Ep. 1 - Basic Mod Framework + YOUR FIRST MOD
This Episode is about creating a basic framework that can be reused as a starting point for future mods. It also includes a very small addition to the game which will mark your first mod! YAY!
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!
------------------------------------------------------------------------------
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:57 Setting up an Intelli-J Project
6:02 Adding Libraries to the Project
9:15 Mod structure and setting up the framework
15:22 Explaining the core Functionality of a mod
20:30 YOUR FIRST MOD (making the game talk back)
28:27 Creating your mods .jar file
30:20 Creating a .properties file (with troubleshooting)
34:30 First test of the mod on a server
37:20 What can go wrong (and how to fix it!)
38:46 Outro and preview for the next episode
------------------------------------------------------------------------------
#wurm
#modding
#wurmunlimited
#java
#intellij