Page 1 of 1

Oh hai I'm new and how do you make mods?

PostPosted: Wed Feb 15, 2012 19:32
by cyberslayer
I've seen so many great mods like redstone, nyanland, oil mod, nuke... so yeah anyway can somone tell me how to download the modding thing if there is one and how to make mods and where to do it because I'm confused and if anyone knows where there are some decent tutorials, please tell me.

PostPosted: Wed Feb 15, 2012 20:09
by rinoux

PostPosted: Wed Feb 15, 2012 20:49
by Death Dealer
If you don't already understand C++ or lua scripting then forget it.

PostPosted: Wed Feb 15, 2012 21:04
by Nemo08
I think that many modders of minetest began the study of lua with writing simple mods

PostPosted: Wed Feb 15, 2012 23:19
by Lunarhiro
Death Dealer wrote:if you dont already understand C++ or lua scripting than forget it.



Do the complete opposite mate. I did'nt know shit about Lua scripting the day before yesterday...and already made my first mod, and added more to it! Just took some time, some questioning, and some gosh damn effort!

As for the program to edit the codes, Mr.Cyber, I simply googled "Lua script editor" and found "LuaEditor 2010", works nicely and simple feeling.

PostPosted: Wed Feb 15, 2012 23:26
by Calinou
Making Minetest mods is easy, yeah. :)
I use Notepad++, it supports a lot of programming languages. ;)

PostPosted: Thu Feb 16, 2012 08:06
by cyberslayer
Thanks guys I'm gonna try to start working on a nether mod if I can figure out the portal code and how to make other worlds and add more mobs. Ummmmm can anyone gimme a mod with just 1 new mob let's say a zebra. That doesn't damage you so when I recieve the mod I'll change the textures and that.

PostPosted: Thu Feb 16, 2012 08:13
by cyberslayer
Hey guys I just downloaded lua editor and when i try to start it up I get this msg: the application failed to initialize properly (0xc0000135). Click OK to teminate the aplication

PostPosted: Thu Feb 16, 2012 09:22
by Lunarhiro
If on vista, run as admin? :o Idk, cuz I'm on XP. xD

PostPosted: Thu Feb 16, 2012 10:15
by robert
You could simply use Notepad++ like already recommended. It´s a great text editor and supports syntax highlighting for LUA.

PostPosted: Thu Feb 16, 2012 11:11
by cyberslayer
@robert good idea
@lunarhiro im on xp too

PostPosted: Fri Feb 17, 2012 13:12
by Lunarhiro
Meh I might as well switch to notepad++ also then xD.

PostPosted: Sat Feb 18, 2012 16:08
by Death Dealer
cyberslayer wrote:Thanks guys I'm gonna try to start working on a nether mod if I can figure out the portal code and how to make other worlds and add more mobs. Ummmmm can anyone gimme a mod with just 1 new mob let's say a zebra. That doesn't damage you so when I recieve the mod I'll change the textures and that.


Why do you won't someone to make you a mod so badly? Use animal mod and replace the texture. Its real easy.

PostPosted: Sat Feb 18, 2012 19:09
by Lunarhiro
Death Dealer wrote:
cyberslayer wrote:Thanks guys I'm gonna try to start working on a nether mod if I can figure out the portal code and how to make other worlds and add more mobs. Ummmmm can anyone gimme a mod with just 1 new mob let's say a zebra. That doesn't damage you so when I recieve the mod I'll change the textures and that.


Why do you won't someone to make you a mod so badly? Use animal mod and replace the texture. Its real easy.


yep plenty of lil animals to play around with..just look at the sheep or cow or deer... or something xD

PostPosted: Sat Feb 18, 2012 19:48
by qyron
For Linux users, you can use gedit; its simple and expandable to insanity. For window$, I agree with the Notepad++ choice.

I still haven't dared to try and make a mod but I'm planning to do it.