Page 1 of 1

I'm NOOB and want MOBS

PostPosted: Sat Oct 31, 2015 18:58
by waverlh
I am somewhat new to Minetest, love the base game, but want a challenge for me and my kids ( I got a bunch of 'em ). Problem is, I don't want all the scary undead magical stuff (reason for not wanting MC in the house). What are my options if I just want natural enemies (other humans, bears, wolves, etc.)? I see MOBF, but couldn't get the menu to work and there doesn't seem like there is a plethora of information for noobs to use.

Does anyone have a pre-configured Minetest server to download with all of the bugs worked out so I don't have to spend my afternoon working through LUA issues?

Looking towards being a contributing member of this forum and not a leech. :)

WaverLH

Re: I'm NOOB and want MOBS

PostPosted: Sat Oct 31, 2015 19:03
by Don
Try mobs redo. Just disable the mobs you don't want.

viewtopic.php?f=11&t=9917&view=unread#unread

Re: I'm NOOB and want MOBS

PostPosted: Sat Oct 31, 2015 20:08
by maikerumine
If you want intense challenge, give these a try:
https://github.com/maikerumine/esmobs/archive/master.zip

Re: I'm NOOB and want MOBS

PostPosted: Sun Nov 01, 2015 03:10
by waverlh
Don wrote:Try mobs redo. Just disable the mobs you don't want.

viewtopic.php?f=11&t=9917&view=unread#unread


How do you disable specific ones?

waverlh

Re: I'm NOOB and want MOBS

PostPosted: Sun Nov 01, 2015 03:36
by Don
In the main menu click on the world and then click configure. In the list of mods go to mobs. Click the mob you want disabled and at the top click disable.

Re: I'm NOOB and want MOBS

PostPosted: Sun Nov 01, 2015 05:35
by benrob0329
That only works for Animals Modpack (mobf). I would recommend Mobs_Redo as well, but I edit the blood texture as well so that it doesn't show up.

If you want to disable specific mobs then I can edit the code for you.

Re: I'm NOOB and want MOBS

PostPosted: Sun Nov 01, 2015 20:43
by TenPlus1
Note: adding the following to your minetest.conf file disabled the blood in mobs redo without editing texture files:

mobs_disable_blood = true

Re: I'm NOOB and want MOBS

PostPosted: Mon Nov 02, 2015 01:39
by benrob0329
@TenPlus1 but that also disables the dirt particles and such, which are actually pretty cool.

Re: I'm NOOB and want MOBS

PostPosted: Mon Nov 02, 2015 07:28
by firefox
you could also replace the blood drop texture with stars or rubberducks.

Re: I'm NOOB and want MOBS

PostPosted: Mon Nov 02, 2015 20:44
by TenPlus1
benrob : dirt particles ??? that setting is mobs mob specific and only for blood effects, nothing else.