Page 1 of 1

Simple Moddinghelper!!! =D For new modders!

PostPosted: Fri Nov 30, 2012 07:56
by Aqua
Hey all this is my first attempt of creating a simple moddinghelper! It includes many tips and instructions on how to start a mod and publish it. When I first started I knew nothing about modding, so I used InfinityProject's moddinghelper it was really helpful and soon I learnt how to mod. However, the moddinghelper was very confusing at first so I decided to make a new simpler moddinghelper, which new modders will be able to understand...

Instructions:
Download it. Extract it by right clicking and extract files somewhere.

Download

Features:
-Simple notes that give instructions that can be deleted after.
-Tips and hints.
-Sites you can upload images and mod.
-Comes with examples.

Post any questions here and I will try to answer them =D Good Luck!

PostPosted: Fri Nov 30, 2012 12:11
by PilzAdam
I think this kind of "Moddinghelper" is the wrong way of teaching it to noobs. I would prefer Jeija's modding tutorial.

PostPosted: Fri Nov 30, 2012 14:34
by kaeza
+0.5 Because it's the intention what counts, but I agree with Adam. This is the wrong way to teach a newbie how to create mods for Minetest.

PostPosted: Fri Nov 30, 2012 18:16
by nomohakon
+1.5
It is something to start with.

PostPosted: Sun Dec 09, 2012 03:18
by Aqua
Yes, it's just a start =D

Re:

PostPosted: Sat May 21, 2016 05:55
by Godo
PilzAdam wrote:I think this kind of "Moddinghelper" is the wrong way of teaching it to noobs. I would prefer Jeija's modding tutorial.

This is where you can find Jeija's modding tutorial:
http://sfan5.duckdns.org/minetest-moddi ... ishEN.html

Re: Simple Moddinghelper!!! =D For new modders!

PostPosted: Sat May 21, 2016 10:37
by rubenwardy
...this thread is four year old.

By this point, Jeija's modding tutorial is completely obsolete. Instead, take a look at the Minetest Molding Book

Re: Simple Moddinghelper!!! =D For new modders!

PostPosted: Thu Jun 02, 2016 00:47
by wilkgr76
rubenwardy wrote:Minetest Molding Book

xD

Re: Simple Moddinghelper!!! =D For new modders!

PostPosted: Thu Jun 02, 2016 02:54
by cheapie
Better yet, take your "I want to do X" idea, head to dev.minetest.net, and start looking stuff up. That's how I started (and playing with Luacontrollers helped a lot too).

Re: Simple Moddinghelper!!! =D For new modders!

PostPosted: Thu Jun 02, 2016 04:00
by wilkgr76
cheapie wrote:Better yet, take your "I want to do X" idea, head to dev.minetest.net, and start looking stuff up. That's how I started (and playing with Luacontrollers helped a lot too).

I completely skipped the luacontrollers bit and still don't understand them...

Re: Simple Moddinghelper!!! =D For new modders!

PostPosted: Tue Jun 07, 2016 21:45
by AceWill
wilkgr76 wrote:
cheapie wrote:Better yet, take your "I want to do X" idea, head to dev.minetest.net, and start looking stuff up. That's how I started (and playing with Luacontrollers helped a lot too).

I completely skipped the luacontrollers bit and still don't understand them...



If you want to learn nodding for this game, luacontrollers are an excellent place to begin. They use the same programming language that the mods are written in, but are simplified.

But basically, luacontrollers are a do it yourself, all purpose logic gate for mesecons. You program it to send an output signal to one or more ports whenever it receives an input signal to one or more ports. You can introduce logic, just like you would with other mesecons gates, but without as much wiring.

They do more, but that's the basic idea.