Skip to player
Skip to main content
Search
Connect
Watch fullscreen
Like
Bookmark
Share
More
Add to Playlist
Report
Luanti Modding: 01 Intro
Minetest Videos
Follow
2 months ago
New to Luanti, want to learn how to create your own mods and games? This video will help you get ready to get started.
Download Luanti: https://www.luanti.org/downloads/
https://www.nathansalapat.com/LMC/01-intro
https://nathansalapat.com/SocialMedia
https://nathansalapat.com/support-me
Category
🎮️
Gaming
Transcript
Display full video transcript
00:00
Welcome to this Luanti course.
00:02
I'm Nathan, and I'll be your host.
00:04
This course is designed to teach you how to make your own mods and games for the Luanti
00:08
engine, formerly known as Mindtest.
00:11
If you have previous experience with Luanti and coding, you can safely jump ahead to the
00:15
first chapter.
00:16
Otherwise, stick around and you'll learn how to install Luanti, games, and mods.
00:21
So what is Luanti?
00:22
Well, Luanti is a free, open-source, voxel game engine, available for most operating
00:27
systems.
00:28
You can download games and mods to play locally, or connect to one of many servers and play
00:33
without needing to download anything.
00:35
Luanti is composed of two basic components, the engine, Luanti, and a game, of which there
00:41
are plenty to choose from.
00:43
Games can be extended by adding mods.
00:45
Now, games are just a collection of mods, so once you've started writing mods, it's not
00:50
very difficult to start making your very own custom game.
00:54
Luanti is free and requires no account or internet access to play.
00:58
So you can download and install on as many devices as you want.
01:02
This makes it infinitely scalable and perfect for the classroom or kiddos.
01:07
Luanti can comfortably run on some pretty old hardware, although you might have to turn
01:11
off some of the eye candy.
01:12
Luanti also has a large community of developers and modders that are very helpful when trying
01:17
to figure out how to do something.
01:19
Just be polite when asking for help.
01:21
Remember, nobody's being paid to do any of this.
01:24
The Lua programming language has a fairly low barrier of entry and is used for minigames
01:28
and non-game applications, meaning there's lots of documentation available and the knowledge
01:33
you gain can be carried on into other projects.
01:35
So let's download and install Luanti.
01:38
Visit luanti.org backslash downloads and select the most appropriate package.
01:43
Follow standard installation procedures.
01:45
Luanti will let you know when there's an update available, although depending on your operating
01:49
system and method of installation, an update manager might handle that for you.
01:54
If not, you'll just have to visit this page again and download the new version.
01:59
New versions of the engine can be safely installed without any worries of data loss,
02:03
though it is worth noting that backward compatibility is not always guaranteed.
02:08
A future update could break a game or mod that hasn't been updated in a long time.
02:13
Upon launching Luanti for the first time, we'll be greeted with a little message prompting
02:17
us to install a game.
02:19
Clicking the install a game button will take us to the game section of the in-game content
02:23
browser.
02:24
We'll install my test game, and then click on the mods tab and install a mod.
02:28
I'll search for one of my own mods and install that.
02:31
While there is a lot of content available to download in-game, there is more content on
02:35
the forms that hasn't made its way over.
02:38
Manually installing varies depending on installation method and operating system.
02:42
Now that we have a game and a mod installed, let's create our first world.
02:46
Click new, enter a name and a seed, and check any options you want, then click create.
02:51
With the newly created world selected, click on select mods, and double click on the mods
02:56
you want to enable on the world.
02:58
Click save, and then play game to start your new world.
03:01
Controls are fairly standard, WASD to move, right and left click to interact with the world.
03:07
You can see all the controls and change them as you please in the keyboard and mouse section
03:12
of the settings page.
03:13
The last thing we need to cover is the code editor.
03:16
I'll be using Pulsar, but if you have a code editor that you're already using, feel free
03:21
to keep using it.
03:22
Pulsar is also open source and available on Linux, Mac, and Windows.
03:26
Download and install the appropriate package for your system, then launch Pulsar.
03:30
I'm using a few packages to make development easier.
03:33
You can find those packages in the preferences page.
03:36
To open the preferences page, use the keyboard shortcut control plus comma or edit preferences.
03:43
Click on the install button, then search for Lua.
03:45
I'm using language-lua, linter-lua, and autocomplete-lua.
03:53
Some of these packages may require other packages to run, but they'll prompt you to install those
03:57
when you click the install button.
03:59
Well, that should be everything we need to get started.
04:02
In the next chapter, we'll be looking at creating our first mod.
Be the first to comment
Add your comment
Recommended
6:32
|
Up next
Luanti Mod Review: Skinsdb
Minetest Videos
6 days ago
12:54
Luanti Mod Review: LWRoad track
Minetest Videos
2 weeks ago
10:42
Luanti Mod Review: Best Lobster
Minetest Videos
3 weeks ago
8:45
Luanti Mod Review: Blackhole Containment Box
Minetest Videos
4 weeks ago
20:42
Luanti Mod Review: Wilhelmines Marinara
Minetest Videos
5 weeks ago
7:43
Luanti Mod Review: Basket
Minetest Videos
6 weeks ago
10:57
Luanti Mod Review: Elly's Flowers
Minetest Videos
2 months ago
4:53
Luanti Curriculum: Our First Mod (Lesson 02)
Minetest Videos
2 months ago
17:49
Luanti Mod Review: Gooey Mess
Minetest Videos
2 months ago
14:12
Sudoku: A Luanti Game
Minetest Videos
3 months ago
9:44
Luanti Mod Review: Trowel
Minetest Videos
3 months ago
32:08
Luanti Mod Review: Infinity Gauntlet
Minetest Videos
4 months ago
9:13
Luanti Mod Review: Ore Deposits
Minetest Videos
4 months ago
10:28
Luanti Mod Review: Dungeons Plus
Minetest Videos
4 months ago
11:45
Luanti Mod Review: Horror
Minetest Videos
5 months ago
10:42
Luanti Modding Tutorial: Wear Bar Color
Minetest Videos
5 months ago
13:39
Luanti Mod Review: Bonified
Minetest Videos
5 months ago
7:13
Luanti Mod Review: Placement Preview
Minetest Videos
5 months ago
12:11
Luanti Mod Review: Lootboxes
Minetest Videos
5 months ago
12:41
Luanti Mod Review: Astralcraft
Minetest Videos
5 months ago
8:57
Luanti Mod Review: Camps
Minetest Videos
5 months ago
16:24
Luanti Mod Review: Pick and Place
Minetest Videos
5 months ago
11:50
Luanti Mod Review: Amethyst
Minetest Videos
6 months ago
10:16
Luanti Mod Review: My Mine Shaft
Minetest Videos
7 months ago
3:41
Luanti Mod Review: Block Physics
Minetest Videos
7 months ago
Be the first to comment