ABJ wrote:The team are hoping for an early April release. For more information, see here.
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
sed -i 's/\([=> ]\)LIGHT_MAX/\1 default.LIGHT_MAX/' $(\find . -name "*.lua")
$grep -ir light_max *
mods/animals_modpack/adv_spawning/internal.lua: if(current_light > LIGHT_MAX+1) then
mods/animals_modpack/adv_spawning/internal.lua: current_light = LIGHT_MAX+1
mods/animals_modpack/mob_npc/init.lua: { type="TIMED_MIN", distance = 0, threshold=LIGHT_MAX +1,time=0.5 },
mods/animals_modpack/animal_vombie/init.lua: -- .. LIGHT_MAX .. " 3dmode:" .. dump(minetest.world_setting_get("disable_animals_3d_mode")))
mods/animals_modpack/animal_vombie/init.lua: current_light > LIGHT_MAX and
mods/animals_modpack/animal_vombie/init.lua: if ( current_light > LIGHT_MAX) then
mods/animals_modpack/animal_vombie/init.lua: { type="TIMED_MIN", distance = 0, threshold=LIGHT_MAX +1,time=0.5 },
mods/animals_modpack/mobf/utils/generic_functions.lua: local min_light = LIGHT_MAX+1
mods/animals_modpack/mobf/fighting.lua: if ( current_light > LIGHT_MAX) then
mods/animals_modpack/mob_ghost/init.lua: { type="TIMED_MIN", distance = 0, threshold=LIGHT_MAX +1,time=0.5 },
mods/animals_modpack/animal_creeper/init.lua: { type="TIMED_MIN", distance = 0, threshold=LIGHT_MAX +1,time=0.5 },
grep -ir light_max *
mods/dreambuilder_modpack/bobblocks/health.lua: light_source = LIGHT_MAX-0,
mods/dreambuilder_modpack/bobblocks/blocks.lua: light_source = LIGHT_MAX-0,
mods/dreambuilder_modpack/bobblocks/blocks.lua: light_source = LIGHT_MAX-0,
mods/dreambuilder_modpack/bobblocks/blocks.lua: light_source = LIGHT_MAX-10,
mods/dreambuilder_modpack/bobblocks/blocks.lua: light_source = LIGHT_MAX-0,
mods/dreambuilder_modpack/bobblocks/blocks.lua: --light_source = LIGHT_MAX-0,
mods/dreambuilder_modpack/nixie_tubes/init.lua: local light = LIGHT_MAX-4
mods/dreambuilder_modpack/nixie_tubes/init.lua: local light2 = LIGHT_MAX-5
mods/dreambuilder_modpack/nixie_tubes/init.lua: local light = LIGHT_MAX-4
mods/dreambuilder_modpack/technic/tools/flashlight.lua: light_source = LIGHT_MAX,
mods/dreambuilder_modpack/technic/machines/MV/lighting.lua: light_source = LIGHT_MAX,
mods/dreambuilder_modpack/technic/machines/MV/lighting.lua: light_source = LIGHT_MAX-1,
mods/dreambuilder_modpack/technic/machines/MV/lighting.lua: light_source = LIGHT_MAX,
mods/dreambuilder_modpack/technic/machines/MV/lighting.lua: light_source = LIGHT_MAX-1,
mods/dreambuilder_modpack/technic/machines/MV/lighting.lua: light_source = LIGHT_MAX-1,
mods/dreambuilder_modpack/technic/machines/MV/lighting.lua: light_source = LIGHT_MAX-1,
mods/dreambuilder_modpack/glooptest/ore_module/init.lua: light_source = LIGHT_MAX-1,
mods/dreambuilder_modpack/stained_glass/changelog.txt:set to have all blocks at LIGHT_MAX -- since they were manually specifying '14' as a light level before (which is current max)
mods/dreambuilder_modpack/stained_glass/init.lua:local myglow = LIGHT_MAX-3
mods/dreambuilder_modpack/stained_glass/init.lua: stained_glass_lightlevel[""] = LIGHT_MAX
mods/dreambuilder_modpack/stained_glass/init.lua: stained_glass_lightlevel["lowglow_"] = LIGHT_MAX-3
mods/dreambuilder_modpack/stained_glass/init.lua: stained_glass_lightlevel[""] = LIGHT_MAX
mods/dreambuilder_modpack/stained_glass/init.lua: stained_glass_lightlevel["lowglow_"] = LIGHT_MAX-3
mods/sea_modpack/sealamps/init.lua: light_source = LIGHT_MAX-1,
mods/sea_modpack/sealamps/init.lua: light_source = LIGHT_MAX-1,
mods/farming_plusplus/farming_plus/pumpkin.lua: light_source = LIGHT_MAX-2,
mods/farming_plusplus/farming_plus/pumpkin.lua: light_source = LIGHT_MAX-2,
games/carbone-ng/mods/carbone_torches/init.lua: light_source = LIGHT_MAX - 1,
games/tutorial/mods/default/nodes.lua: light_source = LIGHT_MAX-1,
games/tutorial/mods/default/init.lua:LIGHT_MAX = 14
benrob0329 wrote:Guys, this mod hasn't been updated in years, it doesn't work anymore.
Please use mobs_redo instead viewtopic.php?t=9917
jas wrote:If you use the stable release,
with minetest-0.4.16, and you separate out the animals_modpack directory from the extracted animals_modpack-2.5.0 directory, it will run and you will see animals.
Boruch wrote:benrob0329 wrote:Guys, this mod hasn't been updated in years, it doesn't work anymore.
Please use mobs_redo instead viewtopic.php?t=9917
The github page indicates that the last commit was in March, 2017, so not years ago at all, and it is packaged for debian, so you can bet that the stable release does work. As for the advice to use "mobs_redo", that does sound reasonable, but you taint that advice when you write it in the same short post as your two mis-statements.
mirko.ventulini wrote:dear all, maybe a lot of time is passed from the last post about this topic but I have copied animals_modpack-2.5.0 in minetest-0.4.15-win64 and I'd like to kill a deer to receive horns or bone or meat but nothing, I kill the animal but nothing is left. Moreover I add a minetest log inside function deer_m_drop() but when the deer is killed nothing is written.
You can find in the following the log files.
Could you help me to understand why the function deer_m_drop() seems not to be called? I saw that it is present in local deer_m_prototype->generic->kill_result, so maybe it is a problem of kill_result, who call it?
Many thanks
Mirko
- Code: Select all
2017-05-20 12:34:56: ERROR[Main]: MOBF: failed to swap old conf file to new one
2017-05-20 12:34:56: ERROR[Main]: MOBF: failed to swap old conf file to new one
2017-05-20 12:34:56: ERROR[Main]: MOBF: failed to swap old conf file to new one
2017-05-20 12:34:56: ERROR[Main]: MOBF: failed to swap old conf file to new one
2017-05-20 12:34:56: ERROR[Main]: MOBF: failed to swap old conf file to new one
2017-05-20 12:34:56: ACTION[Main]: registering pattern dont_move
2017-05-20 12:34:56: ACTION[Main]: registering pattern run_and_jump_low
2017-05-20 12:34:56: ACTION[Main]: registering pattern stop_and_go
2017-05-20 12:34:56: ACTION[Main]: registering pattern swim_pattern1
2017-05-20 12:34:56: ACTION[Main]: registering pattern swim_pattern2
2017-05-20 12:34:56: ACTION[Main]: registering pattern flight_pattern1
2017-05-20 12:34:56: ACTION[Main]: MOD: mob framework mod 2.5.0 loaded
2017-05-20 12:34:56: ACTION[Main]: MOD: Loading mob_environments mod ...
2017-05-20 12:34:56: ACTION[Main]: MOD: mob_environments mod 0.0.1 loaded.
2017-05-20 12:34:56: ACTION[Main]: MOD: animalmaterials loading ...
2017-05-20 12:34:56: ACTION[Main]: MOD: animalmaterials mod version 0.1.3 loaded
2017-05-20 12:34:56: ACTION[Main]: MOD: animal_deer mod loading ...
2017-05-20 12:34:56: ACTION[Main]: ADV_SPAWNING: registering spawner "deer_m_spawner_1"
2017-05-20 12:34:56: ACTION[Main]: ADV_SPAWNING: now handling: 1 spawner definitions
2017-05-20 12:34:56: ACTION[Main]: ADV_SPAWNING: registering spawner "deer_f_spawner_1"
2017-05-20 12:34:56: ACTION[Main]: ADV_SPAWNING: now handling: 2 spawner definitions
2017-05-20 12:34:56: ACTION[Main]: adding mob deer_m
2017-05-20 12:34:56: ACTION[Main]: adding mob deer_f
2017-05-20 12:34:56: ACTION[Main]: MOD: animal_deer mod version 0.3.0 loaded
2017-05-20 12:34:56: ACTION[Main]: .__ __ __
2017-05-20 12:34:56: ACTION[Main]: _____ |__| ____ _____/ |_ ____ _______/ |_
2017-05-20 12:34:56: ACTION[Main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
2017-05-20 12:34:56: ACTION[Main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
2017-05-20 12:34:56: ACTION[Main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
2017-05-20 12:34:56: ACTION[Main]: \/ \/ \/ \/ \/
2017-05-20 12:34:56: ACTION[Main]: World at [C:\Users\Lavagna\Desktop\minetest-0.4.15-win64\bin\..\worlds\prova2]
2017-05-20 12:34:56: ACTION[Main]: Server for gameid="minetest" listening on 0.0.0.0:30000.
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:56: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:57: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:57: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:57: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2017-05-20 12:34:57: ACTION[Server]: mirko [127.0.0.1] joins game.
2017-05-20 12:34:57: ACTION[Server]: mirko joins game. List of players: mirko
2017-05-20 12:36:20: WARNING[Main]: Map::getNodeMetadata(): Block not found
2017-05-20 12:36:20: WARNING[Main]: Map::removeNodeMetadata(): Block not found
2017-05-20 12:36:20: ACTION[Server]: mirko takes animal_deer:deer_m from creative inventory
2017-05-20 12:36:25: ACTION[Server]: mirko punches object 9: LuaEntitySAO at (-2,10.6,53)
2017-05-20 12:36:25: ACTION[Server]: LuaEntitySAO at (-2,10.6,53) punched by player mirko, damage 7 hp, health now 18 hp
2017-05-20 12:36:25: ACTION[Server]: mirko punches object 9: LuaEntitySAO at (-2,10.6,53)
2017-05-20 12:36:25: ACTION[Server]: LuaEntitySAO at (-2,10.6,53) punched by player mirko, damage 2 hp, health now 16 hp
2017-05-20 12:36:25: ACTION[Server]: mirko punches object 9: LuaEntitySAO at (-2,10.6,53)
2017-05-20 12:36:25: ACTION[Server]: LuaEntitySAO at (-2,10.6,53) punched by player mirko, damage 3 hp, health now 13 hp
2017-05-20 12:36:25: ACTION[Server]: mirko punches object 9: LuaEntitySAO at (-2,10.6,53)
2017-05-20 12:36:25: ACTION[Server]: LuaEntitySAO at (-2,10.6,53) punched by player mirko, damage 3 hp, health now 10 hp
2017-05-20 12:36:26: ACTION[Server]: mirko punches object 9: LuaEntitySAO at (-2,10.6,53)
2017-05-20 12:36:26: ACTION[Server]: LuaEntitySAO at (-2,10.6,53) punched by player mirko, damage 2 hp, health now 8 hp
2017-05-20 12:36:26: ACTION[Server]: mirko punches object 9: LuaEntitySAO at (-2,10.6,53)
2017-05-20 12:36:26: ACTION[Server]: LuaEntitySAO at (-2,10.6,53) punched by player mirko, damage 3 hp, health now 5 hp
2017-05-20 12:36:26: ACTION[Server]: mirko punches object 9: LuaEntitySAO at (-2,10.6,53)
2017-05-20 12:36:26: ACTION[Server]: LuaEntitySAO at (-2,10.6,53) punched by player mirko, damage 3 hp, health now 2 hp
2017-05-20 12:36:26: ACTION[Server]: mirko punches object 9: LuaEntitySAO at (-2,10.6,53)
2017-05-20 12:36:26: ACTION[Server]: LuaEntitySAO at (-2,10.6,53) punched by player mirko, damage 4 hp, health now 0 hp
if entity.object:get_hp() < 0.5 then
if entity.object:get_hp() - 1 < 0.5 then
2018-04-02 22:03:47: WARNING[Server]: WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object.
Users browsing this forum: No registered users and 3 guests