[Modpack] Animals Modpack [2.5] -- 2.6 approaching

u34

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by u34 » Post

batnoob wrote:how do i spawn animals? i tried /mobf, but it said -!- invalid Command "mobf", i restarted it
here's a screenshot of the chat after i restarted, are these dependencies mods?
https://imgur.com/a/gQKq3XF
also i do have mobf mod installed. just thought i'd clarify
mob-pack is outdated and seadly not maintained at the moment.

User avatar
batnoob
Member
Posts: 12
Joined: Mon May 14, 2018 21:28
In-game: TheIncredibleHulk

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by batnoob » Post

yes, i figured that out and moved on to nssm

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by Fixer » Post

Can't access gitlab page, do I need to register?

francisco
New member
Posts: 1
Joined: Wed Jul 18, 2018 03:57
GitHub: fran
IRC: fran
In-game: fran

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by francisco » Post

hola

User avatar
Andrey01
Member
Posts: 2574
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: [Modpack] Animals Modpack [2.5]

by Andrey01 » Post

sapier wrote:Finally there's progress mobf 2.6 is approaching with quite some interesting new features:
1) Addition of quest support allowed creating a tutor showing new players what to do with all those mobs running around
2) improved physics .. wouldn't it be fun if you mobs would drift in flowing water
3) lots and lots of bugfixes
sapier, more one year has already elapsed! Have you still been developing it???

If this mod is died and it won`t be developing anymore let moderators to move it to Old Mods as it is incompatible with newest Minetest versions.

User avatar
bhree
Member
Posts: 169
Joined: Tue Jun 19, 2018 07:45
GitHub: bhree
IRC: bhree
In-game: bhree
Location: Alone In The Wild Land
Contact:

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by bhree » Post

I'm still running mobf and some of the monsters and animals still show up but errors like following sometimes happen. I'm not sure whether I interpret correctly following error as mob from nssm hit mob from mobf using dart then the code looks like mobf mob drop something directly to hitter inventory which was nssm mob doesn't have (of course a monster doesn't need inventory). I have been seeing monsters from mobs redo attacking each other.

Code: Select all

ror from mod 'animal_chicken' in callback luaentity_Punch(): ...n/../games/minetest_game_local/mods/mobf/random_drop.lua:153: atte
2018-09-14 10:03:39: ERROR[Main]: mpt to index a nil value
2018-09-14 10:03:39: ERROR[Main]: stack traceback:
2018-09-14 10:03:39: ERROR[Main]:       ...n/../games/minetest_game_local/mods/mobf/random_drop.lua:153: in function <...n/../games/minetest_game_local/mods/mobf/random_drop.lua:152>
2018-09-14 10:03:39: ERROR[Main]:       [C]: in function 'punch'
2018-09-14 10:03:39: ERROR[Main]:       ...0.4/bin/../games/minetest_game_local/mods/nssm/darts.lua:157: in function 'hit_mob'
2018-09-14 10:03:39: ERROR[Main]:       ...e-0.4/bin/../games/minetest_game_local/mods/mobs/api.lua:2815: in function <...e-0.4/bin/../games/minetest_game_local/mods/mobs/api.lua:2725>
2018-09-14 10:03:39: ERROR[Main]: stack traceback:
2018-09-14 10:03:39: ERROR[Main]:       [C]: in function 'punch'
2018-09-14 10:03:39: ERROR[Main]:       ...0.4/bin/../games/minetest_game_local/mods/nssm/darts.lua:157: in function 'hit_mob'
2018-09-14 10:03:39: ERROR[Main]:       ...e-0.4/bin/../games/minetest_game_local/mods/mobs/api.lua:2815: in function <...e-0.4/bin/../games/minetest_game_local/mods/mobs/api.lua:2725>

the code from random_drop.lua

Code: Select all

on_punch = function(self, hitter)
		-- hitter:get_inventory():add_item("main", random_drop.result.." 1")
		self.object:remove()
end,

vincentux
Member
Posts: 33
Joined: Thu Mar 17, 2016 12:16
GitHub: vincentux
Location: France
Contact:

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by vincentux » Post

Hello,

I have a problem with this mod.... (see attachment)
I use Minetest version 0.4.17.1 under Xubuntu 18.10
How to correct this error ? Is it because I'm in v 0.4.17.1 ?

Vincentux
Attachments
2019-05-09_16-15-32.png
2019-05-09_16-15-32.png (84.05 KiB) Viewed 1158 times

User avatar
ElCeejo
Member
Posts: 210
Joined: Thu Feb 28, 2019 23:29
GitHub: ElCeejo
In-game: ElCeejo
Location: Your Mother's house

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by ElCeejo » Post

That doesn't have to do with this mod. You need to download this https://notabug.org/TenPlus1/mobs_redo

vincentux
Member
Posts: 33
Joined: Thu Mar 17, 2016 12:16
GitHub: vincentux
Location: France
Contact:

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by vincentux » Post

Oups, ok.
Thanks for the info.

vincentux
Member
Posts: 33
Joined: Thu Mar 17, 2016 12:16
GitHub: vincentux
Location: France
Contact:

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by vincentux » Post

Hello,
I don't know if it comes from the mod but during the game the game stops with this error (see attachments)
Xubuntu
Minetest 5.0.1


[EDIT]
dans la console :

Code: Select all

2019-05-19 18:51:45: ERROR[Main]: ServerError: AsyncErr: Lua: finishGenRuntime error from mod 'animal_dm' in callback environment_OnGenerated(): ...test/bin/../mods/animals_modpack/animal_dm/vault.lua:492: attempt to compare nil with number
2019-05-19 18:51:45: ERROR[Main]: stack traceback:
2019-05-19 18:51:45: ERROR[Main]: 	...test/bin/../mods/animals_modpack/animal_dm/vault.lua:492: in function '?'
2019-05-19 18:51:45: ERROR[Main]: 	...Minetest 5/minetest/bin/../builtin/game/register.lua:419: in function <...Minetest 5/minetest/bin/../builtin/game/register.lua:399>
2019-05-19 18:51:45: ACTION[Main]: Server: Shutting down
Attachments
2019-05-19_16-14-36.png
2019-05-19_16-14-36.png (44.41 KiB) Viewed 1158 times
2019-05-19_16-14-13.png
2019-05-19_16-14-13.png (38.84 KiB) Viewed 1158 times

PleaseHelpah
Member
Posts: 17
Joined: Mon Apr 13, 2020 08:25
IRC: Dunno
In-game: Dunno

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by PleaseHelpah » Post

Sapier your mod no work...

2020-05-22 05:51:20: ERROR[Main]: The following mods could not be found: "animals_modpack"

I have to rename it from animals_modpack-2.5 because minetest does not accept periods aka .'s in the file name
You've not told anyone anywhere what to name the folder to, there is no init.lua file to check it either...
Please read the following and help me get this working (debian linux compiled from source)

I went to viewtopic.php?t=629

[Modpack] Animals Modpack [2.5] -- 2.6 approaching

I wget'd the .zip file, extracted it to the mods folder, and obviously had to delete the numbers in the folder name or it won't load, but it never seems to work...

hidden@localhost: mods$pwd
/home/hidden/minetest-stable-5/mods
hidden@localhost: mods$ls
animals_modpack animals_modpack-2.5.0.zip mods_here.txt weather

The world.mt is configured as:
load_mod_animals_modpack = true
However it also pastes a load of random stuff under-neath it, here is my world.mt file

creative_mode = true
auth_backend = sqlite3
player_backend = sqlite3
gameid = minetest
enable_damage = true
backend = sqlite3
load_mod_weather = true
load_mod_animals_modpack = true
load_mod_trap = false
load_mod_mobf = false
load_mod_mob_warthog = false
load_mod_animal_deer = false
load_mod_mob_archer = false
load_mod_animal_clownfish = false
load_mod_animal_chicken = false
load_mod_adv_spawning = false
load_mod_mob_npc = false
load_mod_barn = false
load_mod_factions = false
load_mod_mob_guard = false
load_mod_animal_creeper = false
load_mod_animal_fish_blue_white = false
load_mod_animal_dm = false
load_mod_animal_gull = false
load_mod_animal_cow = false
load_mod_animal_sheep = false
load_mod_animal_rat = false
load_mod_animal_resources = false
load_mod_animal_vombie = false
load_mod_cooking = false
load_mod_animal_big_red = false
load_mod_animal_wolf = false
load_mod_mob_miner = false
load_mod_mobf_settings = false
load_mod_mob_slime = false
load_mod_mob_bear = false
load_mod_animalmaterials = false
load_mod_mob_environments = false
load_mod_mob_ghost = false
load_mod_mob_shark = false
load_mod_mob_oerkki = false
load_mod_mob_ostrich = false

PleaseHelpah
Member
Posts: 17
Joined: Mon Apr 13, 2020 08:25
IRC: Dunno
In-game: Dunno

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by PleaseHelpah » Post

This took days and a special someone told me to change all the false values that the mod generates in the world.mt and change them all to true!!!
IT WORKED :D

The solution was to change all values in world.mt from false to true!!!

lortas
New member
Posts: 6
Joined: Sat Nov 14, 2020 15:09

Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching

by lortas » Post

Is this mod still developed?

I ran in into server instability by using this mod. e.g.:

Code: Select all

2020-11-14 16:00:12: WARNING[Server]: Call to deprecated function 'getpos', please use 'get_pos' at ...bin/../mods/animals/mobf/mgen_probab/main_probab.lua:313 
2020-11-14 16:00:12: ACTION[Server]: MOBF: trying to activate mob chicken at invalid position                                                          
2020-11-14 16:00:12: ACTION[Server]:    Activation at: (65.299599,6.650800,447.249817) default:marram_grass_1 --> removing                               
2020-11-14 16:00:12: WARNING[Server]: Call to deprecated function 'getpos', please use 'get_pos' at /opt/minetest/bin/../mods/animals/mobf/spawning.lua:263              
2020-11-14 16:00:13: WARNING[Server]: active block modifiers took 201ms (processed 287 of 485 active blocks)                                               
2020-11-14 16:00:13: ACTION[Main]: Server: Shutting down                                                                                                                 
2020-11-14 16:00:13: WARNING[Main]: Call to deprecated function 'getpos', please use 'get_pos' at /opt/minetest/bin/../mods/animals/mobf/mobf.lua:825          
2020-11-14 16:00:13: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'animal_chicken' in callback luaentity_GetStaticdata(): /opt/minetest/bin/../builtin/common/vector.lua:44: attempt to index local 'v'
(a nil value)                                                                                                                                                    
2020-11-14 16:00:13: ERROR[Main]: stack traceback:                                                                                                                       
2020-11-14 16:00:13: ERROR[Main]:       /opt/minetest/bin/../builtin/common/vector.lua:44: in function 'round'                                                   
2020-11-14 16:00:13: ERROR[Main]:       /opt/minetest/bin/../mods/animals/mobf/spawning.lua:194: in function 'deactivate_mob'                
2020-11-14 16:00:13: ERROR[Main]:       /opt/minetest/bin/../mods/animals/mobf/mobf.lua:825: in function </opt/minetest/bin/../mods/animals/mobf/mobf.lua:823>
Is there e.g. a git repo, where I can push merge requests to?

Post Reply

Who is online

Users browsing this forum: No registered users and 11 guests